/* CSS Document */

body  {
    	
    	background:#E4E4E4;
    	margin: 10; 
    	padding: 0;
    	text-align:center;
    	color: #000000;
    }

#contenedor { 
    width: 778px;  
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto; 
		
}

#cabecera {
	width:778px;
	height:121px;
	background-image:url(../images/cvt_01.png);
	float:left;
}

#menu {
	width:778px;
	height:19px;
	background-image:url(../images/cvt_02.png);
	float:left;

}
#submenu {
	width:778px;
	height:10px;
	background-image:url(../images/cvt_03.png);
	float:left;
}

#centro {
	width:778px;
	/*height:393px;*/
	background-color:#FFFFFF;
	float:left;
}

#menuizquierdo{
	width:225px;
	/*background-color:#FFFFFF;*/
	float:left;
}

#subcentro{
	width:553px;
	/*height:600px;*/
	background-color:#FFFFFF;
	float:left;
	margin-bottom:10px;
}

#subcentro_admin{
	width:778px;
	/*height:600px;*/
	background-color:#FFFFFF;
	float:left;
	margin-bottom:10px;
}

#pie{
	width:778px;
	float:left;
	background-image:url(../images/cvt_09.png);
	height:18px;
}

.tabla_menu_derecho{
	background-image:url(../images/cvt_07.png);
}

#centro td,th,p,span{
color:#000000;
font-size:12px;
margin-right:25px;
margin-left:20px;
}

#menuderecho td,th,p{
color:#000000;
font-weight: bold;
font-size:12px;
}
#menu td,th,p{
color:#000000;
font-weight: bold;
font-size:12px;
}

#subcentro th,p{
color:#000000;
font-size:12px;
}

#pie td,th,p{
color:#000000;
font-weight: bold;
font-size:12px;
}

a:link{
text-decoration:none;
color:#000000;
}
a:visited{
text-decoration:none;
color:#000000;
}
a:hover{
color:#0033FF;
}

.boton{
background:none;
border:none;
color:#000000;
font:bold;
font-size:11px;
}

.boton:hover{
color:#0033FF;
font: bold;
font-size:11px;
}

.texto_parrafo{
text-align:justify;
font-weight:inherit;
}

#subcentro hr{
	color:#7092EB;
}
.textarea {
	width:500px;
	height:100px;
	border-color:#FF9900;
	background-color:#7092EB; 
	color:#000000; 
	font-size:10px; 
}

.textarea1 {
	border-color:#FF9900;
	background-color:#7092EB; 
	color:#000000; 
	font-size:12px;
} 

.cuadro_texto1{
	height:15px;
	width:150px;
	background-color:#7092EB;
	border-color:#FF9900;
	color:#000000;
	font-size:12px;
}

.desplegable{
	height:20px;
	width:150px;
	background-color:#7092EB;
	border-color:#FF9900;
	color:#000000;
	font-size:10px;
}

.webmaster{
	font-size:9px;
	text-align:center;
}
