a:link {
	font-weight: bold;
	text-decoration: none;
	color: #E2001A;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #E2001A;
	}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline; 
	color: #E2001A;
	}
td {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 20.5px;
	color: #000000;
}
.pie {
	font-size: 9.5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titulo {
	font-weight: bold;
	color: #00367B;
}
.titulo-popup {
	font-size: 16px;
	font-weight: bold;
	color: #00367B;
}
.titulo-blanco {
	font-weight: bold;
	color: #FFFFFF;
}
.texto-gde {
	font-size: 13px;
}
/* -------------------------------------------------------- */
/* FORM*/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.input {
	border: 1px solid #3b3b3b;
	background: url(none) no-repeat #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 13px;
	color: #454743;
	}
.btnForm{
	border: 1px solid #3b3b3b;
	background: url(none) no-repeat #ffffff;
	font-style: normal;
	font-size: 13px;
	color: #454743;
	line-height:25px;
	}
.btnForm:hover {
	border: 1px solid #3b3b3b;
	background: url(none) no-repeat #3b3b3b;
	font-style: normal;
	font-size: 13px;
	color: #ffffff;
	line-height:25px; cursor:pointer;
	}

/** You can use this style for your LABEL elements **/
.label {
	font-style: bold;
	font-size: 13px;
	color: #3b3b3b;
	text-decoration:none;
	line-height:25px;
	width: 100px;
	float: left;
}

.textarea {
	width: 220px;
	float: left;
}

#contacto { padding:19px}

/** Form layout **/

#settings .form_row {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#settings .form_cell {
	margin-right: 3px;
}

#settings {
}

#settings input {
	border: 1px solid #F5F5F5;	
	color: #CCCCCC;
}
#settings textarea {
	width: 220px;
	border: 1px solid #F5F5F5;
	color: #CCCCCC;
}

#settings textarea { 

	border: 1px solid #F5F5F5;	
}

/* contacto*/
.button1 {
	float: left;
	margin-right: 5px;
}

#contacto .form_row_centered {

	margin: 5px auto;
	text-align: center;
	width: 100%;
}
#contacto .form_row {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
#contacto .form_cell {
	margin-right: 3px;
}
.titulos-banners {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	margin: 4px;
	padding: 4px;
}

