/*ESTILO PARA EL BODY*/
body{
		
	width: 775px;
	margin: auto;
	background-color: #fff;
	/*background-color: #ffffff;*/
	/*background-image:  url(images/fondoAzul.gif); */
	margin-top: 0px;
	margin-bottom: 0px;		
}
.centrar{
	text-align: center;
}
.ancho100 {
	width: 100%;	
}
.alinearTop{
	vertical-align: top;
}
.ancho60{
	width: 60%;
}
.ancho775 {
	width: 775px;
	border: 1px solid #4fabf3;
}
.ancho75 {
	width: 75px;
}
.ancho77 {
	width: 77px;
}
.ancho131 {
	width: 131px;
}
.ancho150 {
	width: 300px;
}
.ancho526 {
	width: 526px;
	vertical-align: top;
}
.ancho283 {
	width: 283px;
}
.ancho492 {
	width: 492px;
}
.ancho43 {
	width: 43px;
	vertical-align: top;
}
.alto100 {
	height: 100px;
}
.titulo{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	text-align: left;	
}
.tituloContenido{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	text-align: left;	
}
.fondoAzul {
	background-color: #4fabf3;
	vertical-align: top;
}
.espacio-Top{
	padding-top: 5px;
}
.fondoBlanco {
	background-color: #fff;
	vertical-align: top;
}
.tablaImagen-Video{
	width: 150px;
	background-color: #fff;
	padding-left: 5px;
	text-align:center;
}
.derecha {
	text-align: right;
}
.fondoGris{
	background-color: #ededed;
	vertical-align: top;
}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	text-align: left;
	padding: 5px;
	text-align: justify;
}
.textoderecha {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}
.textoLink {
	font-family: Tahoma;
	font-size: 12px;
	color: #8BC646;
	text-align: left;
	padding: 5px;
}
.textoGranate {
	font-family: Tahoma;
	font-size: 11px;
	color: #D4471A;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}
.textoMenu {
	float: right;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
	text-decoration: none;
}
.fondoMenu {
	background-image:  url(../imagenes/1_14.gif);
	background-repeat:  repeat-y;
	background-position: right;	
}

input { 
	font-family: Trebuchet ms;
	font-size: 11px; 
	color: #000000; 
	background-color: #C4E2FB; 
	border: #545234; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 
select { 
	font-family: Trebuchet ms; 
	font-size: 11px; 
	color: #000000; 
	background-color: #C4E2FB; 
	border:#545234; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 
.estilotextarea2{
	font-family: Trebuchet ms;
	font-size: 11px; 
	color: #000000; 
	background-color: #C4E2FB; 
	border: #545234; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

/*MENU*/
ul.menu {
	clear: both;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-left:1px solid #7C7C7C;*/
	font-weight: bold;
	font-size:12px;	
	color:#666;
	font-family: trebuchet ms;
}
ul.menu li {
	display: inline;
	float: left;
	text-decoration:none;	
	text-align:left;	
	font-size:12px;	
	color:#666;	
	background-color:#fff;
	font-weight: bold;
}

ul.menu li a:link, ul.menu li a:visited {
	padding: .5em;
	padding-left: 8px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #4fabf3;
	/*border-top:1px solid #7C7C7C;*/
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;	
}
ul.menu li a:hover{
	background-color:#8CC544;
	text-decoration:underline;
	color: #fff;
}
