.inicio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ce2c28;
	text-decoration: none;
}
.inicio:hover {
	text-decoration: underline;
}
.menuArriba {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.menuArriba:hover {
	text-decoration: underline;
}
.separador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	text-decoration: none;
	margin-left: 26px;
}
.menu:hover {
	color: #333333;
}
.textoHome {
	font-family: Tahoma;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	text-align: justify;
	padding: 8px;
}

UL {
list-style-image:url('../images/tipEsthetica1.gif');
list-style-type:square;
}
.pie {
	font-family: Tahoma;
	font-size: 10px;
	color: #CE2C28;
	text-decoration: none;
}
.pie:hover {
	text-decoration: underline;
}
.pie2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #374280;
	text-decoration: none;
}

.enlaceWeb {
	color: #CE2C28;
	text-decoration: none;
}
.enlaceWeb:hover {
	text-decoration: underline;
}
.textfield {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}
.textoBlanco {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


/* BORDES */
.bordeWeb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bordeRojo {

	border: 1px solid #CE2C28;
}
.border {
	border: 1px solid #333333;
}


/* NOTICIAS */
.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
.titular:hover {
	color: #333333;
	text-decoration: underline;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CE2C28;
	text-decoration: none;
}
.separacion {
	padding: 8px;
}
.titularVer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 8px;
	text-decoration: none;
}
.titularImprimir {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textoImprimir {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	text-decoration: none;
}