/* CSS Document */

@import url("tablas.css");
@import url("navegacion.css");
@import url("formularios.css");
@import url("fichas.css");

body {
	background: url('../images/fill.jpg');
	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 #Contenido {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	vertical-align: top;
}

#Contenedor td #Contenido strong {
	color: #8D3300;
}

#ContenedorBody {
	border-right: 2px dotted #F89200;
}

/* BEGIN Menu */
td#Menu {
	height: 25px;
	vertical-align: top;
	background: url('../images/lineas_03.gif') #FFCC00;
}

#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: #FFCC00;
}

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: #8D0000;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
/* END BuscadorLateral */
/* BEGIN BuscadorLateral2 */
td#BuscadorLateral2 {
	vertical-align:top;
	text-align: center;
	background: url('../images_new/fondo.gif');
}

td#BuscadorLateral2 table {
	width: 100%;
	padding: 0;
	margin: 0;
}

td#BuscadorLateral2 td {
	padding: 0;
	margin: 0;
}

td#BuscadorLateral2 table thead tr th {
	text-align: center;
	color: #00009C;
	font-weight: bold;
}

td#BuscadorLateral2 table tbody tr td {
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding: 0;
}

td#BuscadorLateral2 table tfoot tr th {
	padding-top: 5px;
}

td#BuscadorLateral2 table tbody tr td select, 
td#BuscadorLateral2 table tfoot tr th input {
	text-align: center;
	width: 122px;
}

td#BuscadorLateral2 table tbody tr td select {

	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
/* END BuscadorLateral2 */

td#Pie {
	text-align: center;	
	padding:5px;
	background: #FFFF01 url('../images/esquina1.gif') bottom right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF01;
}

#Pie a, #Pie a:link, #Pie a:visited {
	color: #000000;
	text-decoration: none;
}

#Pie a:hover {
	color: #66FFFF;
	text-decoration: underline;
}

#Pie a:active {
	color: #FFFF99;
	text-decoration: none;
}
#titulo {
	text-align:right;
	background: url('../images/lineas_07.gif') no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #8D0000;
	padding: 14px 48px 0 20px !important;
}