body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background-attachment: fixed;
	background-color: #0089A9;
	background-image: url(img/fondo.jpg);
	background-position: center;
}
	

.borde {
	border: 1px solid #666666;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #022D23;
	text-decoration: none;
}
.linea-naranja {
	color: #FF9900;
}

a:hover {
	text-decoration: none;
	color: #990000;
}


input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #50252A;
	background-color: #E8D7CC;
	color: #000000;
	font-weight: bold;
}

fieldset {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

legend {
	font-weight:bold;
	color: #01524B;
	font-size: 11px;
}
td {
	font-size: 10px;
	color: #333333;
}
.titulo-noticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #01524B;
	text-transform: uppercase;
}
.linea_vertical_iz_gris {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}


.leer-mas {
	font-size: 10px;
	font-weight: bold;
	color: #01524B;
	margin-right: 3px;
	margin-left: 3px;
}
.titu {
	font-size: 10px;
	font-weight: bold;
	color: #01524B;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


.linea-gris {
	color: #CCCCCC;
}
.texto-pequeño {
	font-size: 7pt;
	color: #CCCCCC;
}

