@charset "utf-8";
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #CC4F4C;
}
a:active {
	text-decoration: none;
	color: #666666;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/back.png);
	background-repeat: repeat;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #CC4F4C;
}
.sub_activo {
	font-weight: bold;
	color: #CC4F4C;
}

.subtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC4F4C;
}



.flip {
	background-image: url(imagenes/flip.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.ayuda {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC4F4C;
}
.campo_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #C8C8B5;
	background-color: #F9F9F7;
	width: 90%;
}
.campo_form2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #C8C8B5;
	background-color: #F9F9F7;
	width: 32%;
}

.bordes {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A5A099;
	border-left-color: #A5A099;
}
.encuesta_bordes {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A5A099;
	border-right-color: #A5A099;
	border-left-color: #A5A099;
}
.box {
	border: 1px solid #ECECE6;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC4F4C;
	font-size: 16px;
	text-align: center;
	width: 100%;
}
.espiga {
	background-color: #FFFFFF;
	background-image: url(imagenes/espiga_agua.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boton_form{
    border-width: 0;
    border-color: #666666;
    width:42px; 
    height:20px;
    BACKGROUND-IMAGE: url(imagenes/ok.png)
}

.corona {
    border: 1px solid #A5A099;
    padding: 5px;
    background-color: #FFFFFF;
}
.coronamail_bordes {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: #A5A099;
	border-bottom-color: #A5A099;
	border-right-color: #A5A099;
	border-left-color: #A5A099;
	background-color: #FFFFF6;
	padding: 3px;
}