/*
código realizado por Marissa Flores Trujillo
Abril 2008, Chiapas.
*/
html, body{ 
 margin:0; 
 padding:0; 
 text-align: left;
 background-image: url(../img/background_header.jpg);
 background-repeat: repeat-x;
  
 }

.pagewidth{ 
 width:900px; 
 text-align:left;
 margin-left:auto; 
 margin-right:auto;
 margin-top: 0;  

} 
 
/* tamanos */
body,td,p {
 font-size:10px; 
 font-family: Trebuchet MS;
 
 }
.header{
 position:relative; 
 height:158px; 
 background-image: url(../img/background_header.jpg);
 /*background-color: Aqua;*/
 
  
}
.header img{
 padding-left: 38px;
 float: left;
 padding-right: 50px;
 
}
.negritos
{
	font-weight: bold;
	font-size: 13px;
	
}
.rojos
{
	font-size: 14px;
	font-weight: bold;
	color: #D50303;
}
.blancos
{
	font-weight: bold;
	font-size: 14px;
	color: White;
	text-align: center;
	height: 41px;
}
.fondopreregistro
{
	position: relative;
	height: 391px;
	background-image: url(../img/fondopreregistro.jpg);
  background-repeat: no-repeat;
  padding-left: 40px;
}

.rojito {color: #c44444}

.cabeza{
 padding-top: 22px;
 color: #aeaeae;
 font-size: 14px;
}

.espacio22{
	height: 22px;
	/*background-color: Aqua;*/
}
.espacio05{
	height: 5px;
	/*background-color: Aqua;*/
}

.ancho20{
	width: 20px;
}
.flecha
{
	background-image: url(../img/flecha.jpg);
	width:27px;
	height:28px;
}
.banerflash{
	height: 220px;
	background-color: Blue;
}
.columnauno{
 width: 610px;
 
}
.columnados{
	width: 40px;
	
}
.columnatres{
	width: 250px;
	
}
.quienessomos{
	height: 78px;
	background-color: Blue;
}
.submenu{
	color: #094d82;
	font-size: 12px;
}
.menuderecho{
	color: #0a4c7f;
	font-size: 12px;
}
.tituloquienessomos{
	color: #094d82;
	font-size: 24px;
}
.textosquienessomos{
	color: #3b3b3b;
	font-size: 13px;
 font: Arial;
 text-align: justify;
}
.espacio20{
	height: 20px;
	/*background-color: Aqua;*/
}
.espacio40{
	height: 40px;
	/*background-color: Aqua;*/
}
.cuerpo{
 font-size: 12px;
 color: #0a4c7f;
}
.espacio70{
 height: 70px;
 /*background-color: Aqua;*/
}
.cuadros
{
	width: 180px;
	height: 117px;
	background-image: url(../img/fondogris.jpg);
	padding-left:10px;
	padding-right:10px;
}
.tituloscuerpo
{
	color: #0a4c7f;
	font-size: 14px;
 
}
.textoscuerpo
{
	color: #262626;
	font-size: 12px;
 text-align: justify;
 
}
.subfoot{
 height:102px; 
 background-image: url(../img/subfoot.jpg);
 background-repeat: repeat-x;
 clear:both;
 float: left;
 margin: 0;
 width: 100%;
 padding-top:18px;
 
 } 
 
 .subfoot p{
 color: #4f4e4e;
/* margin:0;*/
 font-size: 14px;
 float: left;
 position: relative;
 
 } 
 .subfoot b{
 color: #4f4e4e;
 font-size: 18px;
 font-weight: bold;
 }

.footer p{
 color: white;
 padding-top: 14px;
 margin:0;
 } 
 
.footer
 { 
  float: left;  
  background-image: url(../img/fondopie.jpg);
  height:147px;
  width:100%;
   }
 
a:link
{
	text-decoration: none;
	color: #aeaeae;;
}

a:hover
{
	color: #aeaeae;;
	/*background-color : #333333;*/
}

a:visited
{
	color: #aeaeae;;
	text-decoration: none;
}

a:active
{
	color: #aeaeae;;
	text-decoration: none;
}

