/* CSS Document */

@import url("tablas.css");
@import url("navegacion.css");
@import url("formularios.css");
@import url("fichas.css");

body {
	background: #6B84A6;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	margin: 0;
	padding: 1em 0 1em 0;
}

#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 {
	padding:5px;
	background: #145ED8 url('../images/esquina1.gif') bottom right no-repeat;
	color: #FFFFCC;
	text-align: center;
}

#Contenedor td {
	margin: 0;
	padding: 0;
}

#Contenedor td #Contenido {
	color: #003366;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 15px 5px 5px;
	text-align: justify;
	vertical-align: top;
}

#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: #145ED8;
}

#Titulo {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #009900;
}

#Contenedor td #Contenido strong {
	color: #000000;
}