/* CSS Document */

@import url("tablas.css");
@import url("navegacion.css");
@import url("formularios.css");
@import url("fichas.css");

/* Tags HTML */
body {
/*	background: #6B84A6;*/
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	margin: 0;
	padding: 1em 0 1em 0;
}
/* END Tags HTML */

#CabeceraContenido {
	text-align: right;
}

#CabeceraContenido table {
	margin-left: auto;
}

#CabeceraContenido table .texto {
	background: url("../images/plantilla_08.gif") repeat-x;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 3em 0 3em;
	text-align: center;
}

#Contenedor {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 2px solid #FFFFFF;
	margin: 1em auto;
	width: 745px;
}

#Contenedor #Pie {
	background: #660000;
	clear: both;
	color: #FFFFFF;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}

#Contenedor td {
	margin: 0;
	padding: 0;
}

#Contenedor td #Contenido {
	border-right: 1px solid #660000;
	border-left: 1px solid #660000;
	color: #2E51B8;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
}

#Contenedor td #Lateral {
	color: #660000;
	vertical-align: top;
	width: 180px;
	background:  #EFEFEF bottom repeat-x;
	border-left: 1px solid #660000;
}

#ContenedorBody {
/*	border-right: 2px dotted #F89200;*/
}

#Pie a, #Pie a:link, #Pie a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#Pie a:hover {
	text-decoration: underline;
}

#Pie a:active {
	color: #660000;
}

#Menu a, #Menu a:link, #Menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#Menu a:hover {
	text-decoration: underline;
}

/* Clases */
.Titulo {
	background: url("../images/menu02.gif") #660000 top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	margin-bottom: 10px;
}
.textoListado {
	font-size: 12px;
	color: #000000;
}
/* END Clases */