.titulosgrises {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.textosgrises {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #433e3c;
	text-decoration: none;
	text-align: justify;
}
.menuabajo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
}
a.menuabajo:hover {
	color: #00a9de;
}
.titulosazules {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #1E263B;
	text-decoration: none;
}
.textosazules {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E263B;
	text-decoration: none;
	text-align: justify;
}
.titular {
	font-family: 'Abel', sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: #1a1a1a;
}
.texto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	text-decoration: none;
	text-align: justify;
}
.tituloblog {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #222;
	text-decoration: none;
}
a.tituloblog:hover {
	color: #000;
}
.textoblog {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #7b7b7b;
	text-decoration: none;
	text-align: justify;
}
a.textoblog:hover {
	color: #000;
}
.fecha {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.enlacetexto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #A3107A;
	text-decoration: none;
	text-align: justify;
}
a.enlacetexto:hover {
	color: #00a9de;
}

.mensaje_OK {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #009933;
	color: #FFFFFF;
	text-align: center;
	width: 520px;
}

.mensaje_KO {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:10px;
  border:1px solid #000000;
  background-color: #660000;
  color: #FFFFFF;
  text-align:center;
  width:520px;
}
.textfield
{
    background:#F6F6F6;
    border: 1px solid #B3D4DB;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #444;
	padding:2px;
}
.boton {
	background:#F0F0F0;
	border: 1px solid #B3D4DB;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	padding:3px;
	
}
.titulobanner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #1e263b;
	text-decoration: none;
	font-weight: bold;
}
.subtitulobanner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00a9de;
	text-decoration: none;
}
