@charset "utf-8";
/* CSS Document */

/*Estilos para el texto y para el WYSIWYG*/

/*Texto estándar*/

.contenido {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:justify;
	color: #444;
	text-decoration: none;
	line-height: 1.8em;
}

.contenido a:link, .contenido a:visited {
	color: #0066FF;
}

.contenido a:hover {
	color: #0066FF;
	text-decoration:underline;
}

.contenido img {
border: 0 none;
vertical-align:middle;
}

.contenido ul {
	list-style-image: url(../images/indent1.png);
}

/*Subtítulos estándar*/

.subtitulos {
	font-family: Verdana,sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #C00;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: 580;
}

.subtitulos a:link a:visited {
	color: #0066FF;
}

.subtitulos a:hover {
	color: #0066FF;
	text-decoration:underline;
}

/*Links estándar*/

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#0066FF;
}

	/*Los enlaces donde se ponga el cursor deben tener subrayados pero no negritas por defecto*/

a:hover {						
	text-decoration: underline;
	font-weight: normal;
	color:#0066FF;
}

	/*Las imágenes no deben tener bordes por defecto*/

img {							
	border: 0 none;
}

	/*La de formato a las listas (guiones)*/

ul{
	list-style-image: url(../images/indent1.png);
}
