/************************************************************************************
General
************************************************************************************/

body { background:#fff; font:12px arial; }

h2 { font:26px arial; margin:5px 0 20px 0; color:#1e469b; }
p { margin:5px 0 10px 0; }
a { text-decoration:none; }

table { width:100%; border-collapse:collapse; margin:0 0 20px 0; }
th { font-weight:normal; }
th,td { padding:2px 3px; font-size:10px; }
tr { border-bottom:1px solid #000; }

textarea { width:100%; padding:5px 0; border-top:1px solid #000; border-bottom:1px solid #000; border-left:0px; border-right:0px; }

/************************************************************************************
Identificadores
************************************************************************************/

#contenedor { width:951px; margin:auto; }

	#cabecera { width:951px; height:91px; background:url('../img/cabecera.jpg') 0 0 no-repeat; }

		#cabecera span { display:none; }

	#menu { width:370px; float:left; margin:20px 0 0 30px; }

		#menu li { padding:0 0 15px 60px; }
		#menu li a { color:#1e469b; font-size:17px; }

	#contenido { width:529px; min-height:470px; float:right; margin:20px 0 0 0; }

/************************************************************************************
Clases
************************************************************************************/

.limpia { clear:both; }

.fondo_contenido { background:url('../img/separador00.jpg') 0 0 no-repeat; }
.fondo_contenido1 { background:url('../img/separador01.jpg') 0 0 no-repeat; }
.fondo_contenido2 { background:url('../img/separador02.jpg') 0 0 no-repeat; }
.fondo_contenido3 { background:url('../img/separador03.jpg') 0 0 no-repeat; }
.fondo_contenido4 { background:url('../img/separador04.jpg') 0 0 no-repeat; }
.fondo_contenido5 { background:url('../img/separador05.jpg') 0 0 no-repeat; }
.fondo_contenido6 { background:url('../img/separador06.jpg') 0 0 no-repeat; }
.fondo_contenido7 { background:url('../img/separador07.jpg') 0 0 no-repeat; }
.fondo_contenido8 { background:url('../img/separador08.jpg') 0 0 no-repeat; }
.fondo_contenido9 { background:url('../img/separador09.jpg') 0 0 no-repeat; }

.opcion1 { background:url('../img/cuadrado03.jpg') 0 0 no-repeat; height:40px; }
.opcion2 { background:url('../img/cuadrado09.jpg') 0 0 no-repeat; height:40px; }
.opcion3 { background:url('../img/cuadrado08.jpg') 0 0 no-repeat; height:40px; }
.opcion4 { background:url('../img/cuadrado07.jpg') 0 0 no-repeat; height:40px; }
.opcion5 { background:url('../img/cuadrado01.jpg') 0 0 no-repeat; height:40px; }
.opcion6 { background:url('../img/cuadrado06.jpg') 0 0 no-repeat; height:40px; }
.opcion7 { background:url('../img/cuadrado05.jpg') 0 0 no-repeat; height:40px; }
.opcion8 { background:url('../img/cuadrado03.jpg') 0 0 no-repeat; height:40px; }
.opcion9 { background:url('../img/cuadrado02.jpg') 0 0 no-repeat; height:40px; }
.opcion10 { background:url('../img/cuadrado09.jpg') 0 0 no-repeat; height:40px; }

.opcion_descarga { background:url('../img/descarga.jpg') 0 0 no-repeat; height:40px; padding-top:15px !important; }

	.opcion_descarga a { font-size:13px !important; color:#666 !important; }

.campo_centrado { text-align:center; }
.campo_izquierda { text-align:left; }

.boton_enviar { width:125px; height:52px; background:url('../img/fondo_enviar.jpg') 0 0 no-repeat; border:0px; color:#fff; font-size:30px; }
.boton_enviar:hover { background:url('../img/fondo_enviar_over.jpg') 0 0 no-repeat; font-weight:bold; }
