

/*------------------------------------------------------------*
**  Estructura
**------------------------------------------------------------*/
 body { 
    margin:0; 
    padding:0; 
    text-align:center; 
   } 

   #content { 
    text-align:left; 
    margin:auto; 
    background-color:#CCCC33; 
    width:800px; 
    height:auto; 
   } 
   #cabecera {
	width: 800px;
	height:auto;
	background-color: #006699;
   } 
   #barra {
	width: 800px;
	height:30px;
	background-image:    url(Fotos/MENU/banderainglesaG.jpg);
   } 
	
   #navigation { 
    width:150px; 
    height:650px; 
    float:left; 
    background-color:#CCCC33; 
   } 

   #contenido { 
    width:650px; 
    height:auto; 
    float:left; 
    background-color:#FFFFFF; 
	} 
    #contenidoiz { 
    width:512px; 
    height:650px; 
    float:left; 
    background-color:#FFFFFF; 
   } 
	#contenidoder { 
    width:138px; 
    height:650px; 
    float:right; 
    background-color:#FFFFFF; 
   }
   #pie {
	clear:ambos;
	width:800px;
	height:50px;
	background-color:#CCCC33;
  
}
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-color: #32556B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #32556B;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 5px 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #32556B;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A5D73;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover {
	background-color: #365D7A;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #365D7A;
	color: #B4FF05;
	margin-bottom: 5px;
	margin-top: 5px;
}
#Navigation ul li  a.current {
	background-color: #365D7A;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #BF0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #365D7A;
	color: #B4FF05;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*------------------------------------------------------------*
**  Validacion campo - inscripcion
**------------------------------------------------------------*/
.valido, .validoText { border: solid 1px green;}
.error, .errorText { border: solid 1px red;}
.validoFont { color: green;}
.errorFont { color:#FF0000;}
