/* CSS Document */

@import url("tablas.css");
@import url("navegacion.css");
@import url("formularios.css");
@import url("fichas.css");

/* HTML Tags */
body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 5px 0;
}
/* END HTML Tags */

#Titulo {
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	padding: 2px !important;
}

#Contenedor {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 4px solid #FFFFFF;
	margin: 1em auto;
	width: 746px;
	font-size: 12px;
}

#Pie {
	font-size:12px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
/*	border: 2px solid #FDFCEC;*/
	padding: 5px 0 5px 0 !important;
}

#Contenedor td {
	margin: 0;
	padding: 0;
}

#Contenido {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: bottom;

	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	font-weight: normal;

	text-align: justify;
	vertical-align: top;
}

#Contenedor td #Lateral {
	color: #00337F;
	vertical-align: top;
	width: 180px;
	background: url("../images/back_lateral.gif") #EFEFEF bottom repeat-x;
	border-left: 2px solid #516EC4;
}

#Pie a, #Pie a:link, #Pie a:visited {
	background-color: #FFCCCC;
	color: #7B0A0A;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

#Pie a:hover {
	text-decoration: underline;
}

#Pie a:active {
	color: #FFFFCC;
}

.textoListado {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	color: #000000;
}

.TituloContenido {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 2px solid #990000;
}