/* CSS Document */

h1 {
	margin:0px;
	padding-bottom:5px;
	font-family:Tahoma, Arial, Garamond;
	font-size:12px;
	color:#1c1d18;
}
.texto-oscuro {
	color:#1c1d18;
}
#contenido-servicios {
	margin:0px;
	padding:15px 13px 10px 14px;
	background-image:url(../grafica/contenido-fondo-libro.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:justify;
}
.links-subsecciones-servicios {
	font-family:Tahoma, Arial, Garamond;
	font-size:14px;
	color:#810000;
	font-weight:bold;
}
.links-subsecciones-servicios a {
	font-family:Tahoma, Arial, Garamond;
	font-size:14px;
	color:#810000;
	font-weight:bold;
	text-decoration:none;
}
.links-subsecciones-servicios a:hover {
	color:#4A0000;
	text-decoration:underline;
}
#links-subsubsecciones-servicios {
	margin:0px;
	padding:0px 0px 0px 25px;
	font-family:Tahoma, Arial, Garamond;
	font-size:12px;
	color:#1c1d18;
	font-weight:bold;
	text-align:justify;
}
#links-subsubsecciones-servicios a {
	font-family:Tahoma, Arial, Garamond;
	font-size:12px;
	color:#1c1d18;
	font-weight:bold;
	text-decoration:none;
}
#links-subsubsecciones-servicios a:hover {
	color:#2C2E25;
	text-decoration:underline;
}
.contenido-subsecciones-sombra {
	background-image:url(../grafica/contenido-fondo.gif);
	background-repeat:repeat-y;
}

/* FORMULARIO */
input, textarea, select {
	font-family:Tahoma, Arial, Garamond;
	font-size:11px;
	color:#616554;
}

.link-bordo {
	color:#810000;
}
a.link-bordo:link, a.link-bordo:visited, a.link-bordo:active {
	color:#810000;
	text-decoration:underline;
}
a.link-bordo:hover {
	color:#B70000;
	text-decoration:none;
}

