

/* Espaciado
----------------------------------------------------------------------------------------------------*/

p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #713500;
	margin-bottom:20px;
}

.texto {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #713500;
	margin-bottom:20px;
}
.textoR {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#F00;
	margin-bottom:20px;
}
.textoResal {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#015077;
	margin-bottom:20px;
}

.titular{
	font-family: "Times New Roman", Times, serif;
	font-size:36px;
	margin-top: 5px; 
	margin-bottom: 10px;
	letter-spacing:8px;
	color: #713500;
}
.titular2{
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	margin-top: 5px; 
	margin-bottom: 10px;
	letter-spacing:3px;
	color: #713500;
}
.txtTitularNot{
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing:1px;
	font-weight:bold;
}
.txtTextoNot{
	margin-bottom: 5px;
	margin-top: 0px; 
}
.txtTextoNot3{
	margin-bottom: 5px;
	margin-top: 0px;
	text-align:justify;
}
.txtInfoNot{
	text-align:right;
	margin: 0px;
}
.lateral{
	margin-left: 10px;	
	margin-bottom: 20px;
}
.txtBajo{
	margin-bottom: 10px;
	margin-top: 0px;
}

/* Texto
----------------------------------------------------------------------------------------------------*/
.txtPie {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	color: #fff;
}

/* Enlaces
----------------------------------------------------------------------------------------------------*/
.textoEn2 {
	text-decoration:none;
	color:#006699;
	border-bottom:1px dotted #006699;
}
.textoEn2:hover {
	text-decoration:none;
	border-bottom:1px solid #cb6c00;
	color:#cb6c00;
}

.textoEn1 {
	text-decoration:none;
	color:#006699;
	border-bottom:1px dotted #006699;
}
.textoEn1:hover {
	text-decoration:none;
	border-bottom:1px solid #cb6c00;
	color:#cb6c00;
}
.lista li {
	list-style:disc;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #713500;
	margin-left:298px;
}