/* 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;
	margin: 1em auto;
	width: 745px;
}

#Pie {
	background: #483FAA;
	clear: both;
	color: #FFFFFF;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}

#Contenedor td {
	margin: 0;
	padding: 0;
}

#Contenido {
	color: #330066;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1em 1em 1em 0;
	text-align: justify;
}

#ContenedorBody {
	border-right: 2px dotted #F89200;
}

#Pie a, #Pie a:link, #Pie a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#Pie a:hover {
	text-decoration: underline;
}

#Pie a:active {
	color: #FFFFCC;
}