﻿@media (min-width: 0px){
iframe {
    display: block;       /* iframes are inline by default */
  
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}


.Titulos{
	background-image:url('../../../images/FondoCorporacion.gif');
	background-repeat:no-repeat;
	
	  background-position: bottom center;
	  height:70px;
   
    text-align: center;
    width: 100%;
    font-size:24px;
    font-family:Helvetica, sans-serif;
    color:#003561;
    text-transform:uppercase;
    font-weight:bold;
	
	
	
	}
	
	.TitulosC
	
	{
	height:70px;
   
    text-align: center;
    width: 100%;
    font-size:24px;
    font-family:Helvetica, sans-serif;
    color:#003561;
    text-transform:uppercase;
    font-weight:bold;
	

}


	.SubTitulosC
	
	{
	height:25px;
   
    text-align: center;
    width: 100%;
    font-size:12px;
    font-family:Helvetica, sans-serif;
    color:#003561;
    text-transform:capitalize;
    
    
    
	

}



}

@media (min-width: 480px){
iframe {
    display: block;       /* iframes are inline by default */

    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}




}

@media (min-width: 720px){
iframe {
    display: block;       /* iframes are inline by default */

    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}

.Titulos{
	  height:85px;
   
    text-align: center;
    width: 100%;
    font-size:35px;
    margin-bottom:5%;
       font-weight:lighter;

	
	
	
	}

.TitulosC{
	  height:85px;
   
    text-align: center;
    width: 100%;
    font-size:35px;
    margin-bottom:5%;
       font-weight:lighter;
	       padding-top: 2%;
	
	
	}


	.SubTitulosC
	
	{
	height:25px;
   
    text-align: center;
    width: 100%;
    font-size:14px;
    font-family:Helvetica, sans-serif;
    color:#003561;
    padding-top:20px;
    
    
    
	

}

}

@media (min-width: 980px){
iframe {
    display: block;       /* iframes are inline by default */
   
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;

    margin:auto;
  
}




}