@charset "iso-8859-1";
/* CSS Document */

* {
	padding:0;
	margin:0;	
	}
	
html {
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}	

body {
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	line-height: 2em;
	font-size:100%;
	background:#e9e9e0;
	background-image:url(fondo_m.png);
	background-origin:border-box;
	background-position:top center;
	background-repeat:no-repeat;
}

#content{
	max-width:980px;
	margin:0px auto;
	background-color:#FFF;
}

#header {
	background-color:#c6dad8;
	width: 100%;  
	margin: 0 auto;
	padding: 0;	
	}
	
.logo {
	width:100%;
	max-width:359px;
	height:auto;
	margin: 15px 0 10px 25px;
	float:left;
}

#volver {
	margin: 10px 20px 0px 0px;
	float:right;
}

#unidades {
	height:39px;
	float:right;	
		}
#irw {
	margin-top:50px;
		}		

#nav {
	background-color:#404040;
	width: 100%; 
	height: 50px; 
	margin: 0 auto;
	padding: 0;	
	}
#titulo {
	width: 100%;
	max-width:940px;	
	height:80px;	
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #000000;
	background-image: url(fondoletras.png);
	background-repeat: no-repeat;
	background-position: right top;
    background-origin: border-box;
	background-size: 940px 100px;
	text-align:right;	
}
#titulo h1 {
  font-family: Arial, Helvetica, sans-serif;	
	font-size: 2.25em;
	margin:0 0 0 0;
}
#titulo h3 {
  font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	margin:5px 0 0 0;
}

.logouamvid {
	width:100%;
	max-width:185px;
	height:auto;
	margin: 0;
}



#cuerpotexto {
	width: 100%;
	max-width:940px;		
	margin: 10px auto 10px auto;
}

.wrapper{
    max-width:1280px;
    margin:0 auto;
    text-align:center;
    width:50%;    
}

.aviso {
	margin-bottom: 10px;
	color: #696969;
	font-size:0.875em;	
}


.videotit_01 {
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:#000;
	padding: 0;
	/*margin-bottom: 10px; */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #20ACB8;
	line-height:1.4em;    
}

.videotit_02 {
	font-size:0.875em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
    margin-bottom: 20px;
    line-height: normal;
}

.videotit_03 {
	font-size:0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
    margin-top: 20px;
    line-height: normal;    
}

.aviso p {
	line-height:1.4em;
	margin-bottom:1.2em;
}

.aviso a {
	color: #1a91cf;
	text-decoration: none;	
	}	
	
.aviso a:hover {
	color: #000;
	}	


#footer {
	background-color:#20ACB8;
	width: 100%; 
	height: 6em;
	margin: 0 auto;
	padding: 0;	
	background-image: url(fndfooter.png);
	background-repeat: repeat-x;
	background-position: left top;
    background-origin: border-box;
	}
	
#footizq {	
	float:left;
	color:#FFF;
	margin:30px 0 0 20px;
}
#footder {	
	float:right;
	color:#FFF;
	margin:30px 20px 0px 0;	
}

/* ligas */

a.vuelvo:link {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
a.vuelvo:visited {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}			

a.vuelvo:hover {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #838282;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#FFF;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}		
	
a.vuelvo:active {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}		

/*---*/	




/* MEDIA QUERIES */
@media \0screen {
	.logo { width: auto }
    .logouamvid { width: auto }
	}

@media screen and (max-width:767px){	
body {
  line-height: 1.5em;
}	
	
.logo {
	width:100%;
	max-width:300px;
	min-width:250px;	
	height:auto;
	margin: 10px;
}

#volver {
	margin: 5px 5px 5px 10px;
	float:right;
}

#unidades {
	display:none;
	}
	
#irw {
	margin-top:0px;
	}	

#nav {
	background-color:#404040;
	width: 100%; 
	height: 10px; 
	margin: 0 auto;
	padding: 0;		
	}
#titulo {
	width: 100%;
	height: 100%;		
	margin: 0 auto;
	padding: 0px;	
	color: #000000;
	background-image: url(fondoletras.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 480px 80px;
/*	background-size: 550px 80px;  */   
}	
#titulo h1 {
	font-size: 1.2em;
	margin:0 10px 0 0;
}
#titulo h3 {
	font-size: 1em;
	margin:0 10px 0 0;
}    
    
.logouamvid {
	width:100%;
	max-width:145px;
	min-width:110px;	
	height:auto;
	margin:4px 10px 4px 0;	
}  
    
#cuerpotexto {
	width: 100%;		
	margin: 10px auto 10px auto;
	border:#000 0px solid;
}
    
.wrapper{
        width:95%;
    }    

.aviso {
	width: 90%;		
	margin: 0 auto;
	line-height:1.2em;
	margin-bottom:5em;
}


#footer {
	height: 11em;
	}
	
	
}

@media screen and (min-width: 768px) and (max-width:800px){	

#cuerpotexto {
	width: 100%;
	max-width:700px;		
	margin: 10px auto 10px auto;
}

#titulo {
	width: 100%;
	max-width:700px;	
	height: 100%;		
	margin: 0 auto;
	padding: 0px;	
	color: #000000;
	background-image: url(fondoletras.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 940px 100px;
}	

#titulo h1 {
	font-size: 2.0em;
	margin:0 5px 0 0;
}
#titulo h3 {
	font-size: 1.75em;
	margin:0 5px 0 0;
}    
    
    .wrapper{
        width:50%;
    }    

}