@charset "utf-8";
body
{
	background-color: #D5D4D2;
	margin: 0px;
	font-size: 11px;
	color: #333;
	font-family: Verdana,Arial, sans-serif;
}
table.tabla
{
	width: 900px;
	font-family: Verdana,Arial, sans-serif;
	font-size: 11px;
	color: #343434;
	border: 0px;
}
table.tabla tr.menu td
{
	height: 26px;
	color: #FFF;
	background-color: #000;
	border-top: 2px solid #666;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}
table.tabla tr.menu td a
{
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;	
}
table.tabla tr.menu td a:hover
{
	color: #AAA;
}
table.tabla tr.footer td
{
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	background-image: url(imagenes/fondo_footer.jpg);
	background-repeat: repeat-x;
	height: 71px;
	line-height: 20px;
}
table.tabla tr.footer td a, table.tabla tr.footer td a:visited
{
	color: #343434;
	text-decoration: none;
}
table.tabla tr.footer td a:hover
{
	color: #CE000D;
}
table.tabla tr td.contenidos
{
	
	vertical-align: top;
	background-image: url(imagenes/fondo_contenido.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-bottom: 10px;
}
table.tabla tr td.contenidos table.contenido
{
	margin-top: 15px;
	width: 100%;
	color: #343434;
	font-size: 12px;
}
table.contenido td
{

	font-family: Verdana,Arial, sans-serif;
	font-size: 11px;
	color: #343434;	
}
/* NAVEGACION */
table.contenido tr.nav td
{
	
	padding-top: 10px;
	vertical-align: bottom;
	padding-left: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #343434;
	text-transform: uppercase;
}
table.contenido tr.nav td a, table.contenido tr.nav td a:visited
{
	color: #343434;
	text-decoration: none;
}
table.contenido tr.nav td a:hover
{
	color: #CE000D;	
}
table.contenido td a, table.contenido td a:visited
{
	color: #CE000D;	
	text-decoration: none;
}
table.contenido tr.nav td a:hover
{
	color: #CE000D;	
}
/* TITULO */
table.contenido span.titulo
{
	background-image: url(imagenes/triangulo_titulo.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 10px;
}
table.contenido tr.opciones td
{
	color: #343434;
	height: 25px;
	border-bottom: 1px dotted #D5D4D2;
	font-size: 12px;
	vertical-align: middle;
	padding-bottom: 3px;
	padding-right: 10px;
	text-align: right;
}
table.contenido tr.opciones td a,table.contenido tr.opciones td a:visited
{
	color: #666;	
	text-decoration: none;
}
table.contenido tr.opciones td a:hover
{
	color: #CE000D;	
}
/* LISTA */
table.lista
{
	 width: 70%;
	 padding-top: 10px;
}
table.lista_login
{
	 width: 25%;
	 padding-top: 10px;
}
table.lista tr.cabeceras td
{
	background-color: #666;
	font-size: 12px;
	color: #F2F2F2;
	font-weight: bold;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: auto;
	padding: 3px;
}
table.lista tr.datos td
{
	background-color: #F2F2F2;
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	padding: 2px;
	color: #333;
}
table.lista tr.datos td input
{
	width: 90%;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
}

table.lista_login tr.datos_login td
{
	background-color: #F2F2F2;
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	padding: 2px;
	color: #333;
}
table.lista_login tr.datos_login td input
{
	width: 90%;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
}

tr.mensajes td
{
	padding: 4px;
}
tr.mensajes td div.mensaje
{
	background-color: #EEE;
	margin: auto;
	color: #343434;
	font-size: 12px;
	padding: 10px;
	width: 70%;
	text-align: center;
	border: 1px solid #D5D4D2;
}

tr.mensajes_login td
{
	padding: 4px;
}
tr.mensajes_login td div.mensaje_login
{
	background-color: #EEE;
	margin: auto;
	color: #343434;
	font-size: 12px;
	padding: 10px;
	width: 70%;
	text-align: center;
	border: 1px solid #D5D4D2;
}
tr.mensajes td div.mensaje a, tr.mensajes td div.mensaje a:visited
{
	font-weight: bold;
	text-decoration: none;
}
tr.mensajes td div.mensaje a:hover
{
	color: #CE000D;
}
/* FORMULARIOS */
table.formulario
{
	padding-top: 10px;
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
table.formulario td
{
	padding: 2px;
}
table.formulario tr td input,table.formulario tr td select, table.formulario tr td textarea
{
	font-size: 11px;
	color: #333;
	border: 1px solid #CCC;
	font-family: Verdana,Arial, sans-serif;
}
table.formulario2
{
	padding-top: 10px;
	font-size: 11px;
	color: #333;
	margin-bottom: 15px;
}
table.formulario2 td
{
	padding: 2px;
	
}
table.formulario2 tr td input,table.formulario2 tr td select, table.formulario2 tr td textarea
{
	font-size: 11px;
	color: #333;
	border: 1px solid #CCC;
	font-family: Verdana,Arial, sans-serif;
}
td.boton
{
	padding: 4px 0px 4px 0px;
}
td.boton input
{
	border: 0px;
	background-color: #222;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	color: #FFF;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #AAA;
	border-top: 1px solid #999;
}
table.formulario tr td.boton input
{
	border: 0px;
	background-color: #222;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	color: #FFF;
	font-size: 11px;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #AAA;
	border-top: 1px solid #999;
}
table.formulario2 tr td.boton input
{
	border: 0px;
	background-color: #222;
	font-size: 8px;
	font-weight: bold;
	padding: 0px;
	color: #FFF;
	font-size: 11px;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #AAA;
	border-top: 1px solid #999;
}

table.tabla-seccion
{
	width: 80%;
	padding-top: 10px;
	font-size: 12px;
}
table.tabla-seccion .opcion-seccion
{
	text-align: right;
	background-color: #666;
	padding: 3px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
table.tabla-seccion .titulo-seccion
{
	font-weight: bold;
	font-size: 14px;
	background-color: #F2F2F2;
	padding: 30px 30px 0px 30px;
}
table.tabla-seccion .contenido-seccion
{
	background-color: #F2F2F2;
	padding: 30px;
	border-bottom: 1px solid #DDD;
	text-align: justify;
}
table.tabla-seccion .contenido-seccion img
{	
	margin-right: 15px;
	margin-bottom: 10px;
}
table.tabla-seccion .contenido-seccion a, table.tabla-seccion .contenido-seccion a:visited
{
	color: #343434;
	font-weight: bold;
	text-decoration: none;
}
table.tabla-seccion .contenido-seccion a:hover
{
	color: #CE000D;
}
table.tabla-seccion .contenido-seccion .link-descarga
{
	background-color: #EEE;
	margin: 10px auto 10px auto;
	color: #343434;
	font-size: 12px;
	padding: 10px;
	width: 30%;
	text-align: center;
	border: 1px solid #D5D4D2;
}
.imagen_contenido
{
	margin-right: 10px;
	border: 2px solid #A0A09E;
	
}
table.submenu
{
	width: 206px;
}
table.submenu tr.title td
{
	background-image: url(imagenes/submenu_titulo.jpg);
	background-repeat: no-repeat;
	height: 24px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
table.submenu td
{
	background-image: url(imagenes/submenu_fondo.jpg);
	background-repeat: repeat-y;

}
table.submenu ul
{
	margin:0;
	padding:0;
}
table.submenu li
{
	text-align: left;
	list-style: none;
	padding-top: 11px;
	padding-left: 30px;
}
table.submenu td a, table.submenu td a:visited{
	color: #343434;
	text-decoration: none;
}
table.submenu td a:hover
{
	color: #CE000D;
}
table.submenu tr.footer td
{
	background-image: url(imagenes/submenu_pie.jpg);
	background-repeat: no-repeat;
	height: 8px;
}
.intro_normal
{
	background-image: url(imagenes/intro_normal.jpg);
	height: 24px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana,Arial, sans-serif;
	font-weight: bold;
}
.intro_normal a,.intro_normal a:visited
{
	color: #FFF;	
	text-decoration: none;
}
.over
{
	background-image: url(imagenes/intro_sel.jpg);
	height: 24px;	
	height: 24px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana,Arial, sans-serif;
	font-weight: bold;
}
.over a,.over a:visited
{
	color: #000;	
	text-decoration: none;
}
table.tabla tr.footer td span.arquicomp,table.tabla tr.footer td span.arquicomp a,table.tabla tr.footer td span.arquicomp a:visited
{
	margin-top: 5px;
	font-size: 9px;
	color: #888;
}
table.tabla tr.footer td span.arquicomp a:hover{
	color: #CE000D;
}