.introduccion {

	font-size: 0.8em;
	text-indent: 50px;
	text-align: justify;
	line-height: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-right: 10px;
}

.introduccion p {

	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.introduccion h1 {
	font-size: 1em;
	color: #002868;

}

.introduccion ul {

	list-style: none;
	margin: 0;
	padding: 0;
}



.introduccion ul li {
	background-image: url(../images/listas_articulo.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 3px 0 3px 50px;
	margin: .4em 0;
	text-indent: 0px;
}


.introduccion a {
	text-decoration: none;
	color: #0099FF;
}

.introduccion a:hover {
	color: #FEBE25;
}

.introduccion strong {
	font-style: bold;
	color: #336699;
}


.formulario_servicios {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em;
	color: #006699;
}
