#plantilla {
	float: left;
	font-family: "Arial";
	font-size: 11px;
	width: 405px;
	padding-left: 20px;
}

#plantilla #cabecera {
	border: 0px;
	width: 397px;
	height: 76px;
	margin-top: 20px;
}

#plantilla h1 {
	font-family: "Arial";
	font-size: 11px;
	color: #236ea7;
	margin: 0px;
	padding: 0px;
}

#plantilla h2 {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #444;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}

#plantilla .parrafoTexto {
	padding-bottom: 8px;
	text-align: justify;
}

#plantilla .imagen {
	float: left;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#plantilla .enlaceAzul {
	color: #444;
	text-decoration: none;
}

#plantilla .enlaceAzulActivado {
	color: #236ea7;
	text-decoration: underline;
}

#plantilla .enlace {
	color: #236ea7;
	text-decoration: none;
	font-size: 11px;
}

#plantilla .enlace:hover {
	color: #236ea7;
	text-decoration: underline;
	font-size: 11px;
}


#plantilla .enlaceAzul:hover {
	color: #236ea7;
	text-decoration: underline;
}

#plantilla hr {
	font-size: 1px;
	color: #fff;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
}

#plantilla ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}

#plantilla ul li {
	list-style-type: none;
	background-image: url(../imagenes/vinyeta_lista_oscura.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-top: 5px;
	list-style-position: outside;
}
