@charset "utf-8";
/* CSS Document */
*{ 
 margin:0; 
 padding:0; 
} 

body 
{ 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('/Img/fondo66.jpg');
	/*background-image: url('/Img/fondo65.jpg');*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 

nav 
{ 
 background: #666666; 
 position: fixed; 
 top: 0; 
 left: 0; 
 height: 40px; 
 width: 100%;
 font-family: Arial; 
 font-size:12px;
} 
nav ul li 
{ 
 display: inline-block; 
 line-height: 40px; 
 padding: 0px 12px 0 0;
} 
nav ul li a 
{ 
 color: #FFEDD5; 
 font-family: Arial; 
 font-size:12px;
 font-weight: bold; 
 text-decoration: none; 
} 
nav ul li a:hover 
{ 
 background: #5FBDEB;
 color: #FFFFFF;
 font-family: Arial; 
 font-size:12px; 
 display: block; 
} 
nav ul li a:hover 
{ 
 background: #FFEDD5; 
 color: #000000;
 font-family: Arial; 
 font-size:12px;
 display: block;
 vertical-align: top;
 text-decoration: none; 
 height: 40px;
 width: 140px; 
} 
.textoexgde {
	font-family: Arial;
	font-size: 16px;
	color: #231F20;
}
.textogde {
	font-family: Arial;
	font-size: 14px;
	color: #231F20;
}
.textomed {
	font-family: Arial;
	font-size: 12px;
	color: #231F20;
}
.textochico {
	font-family: Arial;
	font-size: 10px;
	color: #231F20;
}
.textoblanco {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.texto {
	font-family: Arial;
	font-size: 12px;
	color: #231F20;
}
.titulos {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #75160E
}
.contents
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #2B2926;
}
.encabezados
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #2B2926;
}

.textoexgde1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #231F20;
}
.textogde1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #231F20;
}
.textomed1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
}
.textochico1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231F20;
}
.textoblanco1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.texto1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
}
.titulos1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #004F95;
}
.contents
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2B2926;
}
.encabezados1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2B2926;
}


