/* CSS Document */

@import url("tablas.css");
@import url("navegacion.css");
@import url("formularios.css");
@import url("fichas.css");

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 5px 0;
}

form {
	padding: 0;
	margin: 0;
}

#Contenedor {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 739px;
}

#Contenedor td {
	margin: 0;
	padding: 0;
}

#Contenedor td #Contenido {
	color: #663300;
	background: url('../images/lineas_09.gif') repeat-y #FFF8D9;
	padding: 10px 34px 10px 24px;
	font-family: "Comic Sans MS"
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
}

#Contenedor td #Contenido strong {
	color: #8D3300;
}
#ContenedorBody {
	border-right: 2px dotted #E4F1FB;
}

/* BEGIN Menu */
td#Menu {
	height: 25px;
	vertical-align: top;
	background: url('../images/lineas_03.gif') #E4F1FB;
}

#Menu ul {
	margin: 0;
	padding: 4px 15px 3px 15px;
	list-style: none;
}

#Menu li {
	display: inline;
	padding:0 0 0 22px;	
	margin: 0;
}

#Menu a, #Menu a:link, #Menu a:visited {
	font-weight: bold;
	color: #8D0000;
	text-decoration: none;
}

#Menu a:hover {
	text-decoration: underline;
}

#Menu a:active {
	color: #FF3300;
}
/* END Menu */

/* BEGIN BuscadorLateral */
td#BuscadorLateral {
	vertical-align:top;
	text-align: center;
	background-color: #00A9F7;
}

td#BuscadorLateral table {
	width: 100%;
	padding: 0;
	margin: 0;
}

td#BuscadorLateral td {
	padding: 0;
	margin: 0;
}

td#BuscadorLateral table thead tr th {
	text-align: center;
	color: #00009C;
	font-weight: bold;
}

td#BuscadorLateral table tbody tr td {
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding: 0;
}

td#BuscadorLateral table tfoot tr th {
	padding-top: 5px;
}

td#BuscadorLateral table tbody tr td select, 
td#BuscadorLateral table tfoot tr th input {
	text-align: center;
	width: 122px;
}

td#BuscadorLateral table tbody tr td select {
	background-color: #E4F1FB;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* END BuscadorLateral */

#Pie a, #Pie a:link, #Pie a:visited {
	color: #00007C;
	text-decoration: none;
}

#Pie a:hover {
	text-decoration: underline;
}

#Pie a:active {
	color: #CC3300;
}

#Contenedor #Pie ul {
	margin: 0;
	padding: 4px 15px 3px 15px;
	list-style: none;
}

#Contenedor #Pie li {
	display: inline;
	padding:0 0 5px 15px;	
	margin: 0;
}

#Contenedor #Pie {
	background: url("../images/lineas_12.gif") bottom no-repeat;
	clear: both;
	color: #E9AC3E;
	padding: 0 0 7px 0;
	text-align: center;
	height: 25px;
}

#titulo {
	text-align:right;
	background: url('../images/lineas_07.gif') no-repeat;
	font-size: 15px;
	font-weight: strong;
	color: #FF9B0F;
      
	padding: 14px 48px 0 20px !important;
}