/* CSS Document */

@import url("tablas.css");
@import url("navegacion.css");
@import url("formularios.css");
@import url("fichas.css");

body {
	background: #EFEFEF;
	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/titular_fondo.gif") repeat-x;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 4px 10px;
	text-align: center;
}

#Contenedor {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 2px solid #0F5FB9;
	margin: 1em auto;
	width: 745px;
}

#Contenedor #Pie {
	background: #0F5FB9;
	clear: both;
	color: #FFFFFF;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}

#Contenedor td {
	margin: 0;
	padding: 0;
}

#Contenedor td #Contenido {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1em 1em 1em 0;
	text-align: justify;
}

#Contenedor td #Contenido strong {
	font-weight: bold;
	color: #0F5FB9;
}

#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: #9CC5F7;
}

#Contenido UL#qs_Servicios {
	margin: 0 15px;
}
#Contenido UL#qs_Servicios li {
	margin: 10px 0;
}