/********************************************************* MAPA DEL SITIO *********************************/

/* Primera categoria del sitio */

.mapadelsitio1era {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* Links del mapa - Link, activo y visitado */

#linksmapadelsitio a:link, #linksmapadelsitio a:active, #linksmapadelsitio a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
}

/* Links del mapa - Over */

#linksmapadelsitio a:hover {
	color: #000000;
	border-bottom-color: #000000;
}

/* Estilo de la tabla de cada categoria */

.mapatablacategorias {
	background-color: #Fcfcfc;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 3px;
}

/****************************************** FORMULARIO DE CONTÁCTO *********************************/
/********************** 460px de ancho de tabla **************/


/*** Texto de formulario ***/

 .textoformulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
}


/*** Campo de texto - Una linea ***/

 .campodetextoformulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #fdfdfd;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 180px;
}
/*** Campo de texto - Mensaje - Varias lineas ***/

 .campodetextoformulariomensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #fdfdfd;
	border: 1px solid #CCCCCC;
	height: 100px;
	width: 180px;
}
/*** Boton formulario ***/

 .botonform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	height: 20px;
	background-image: url(imgs/botonformulario.jpg);
	background-repeat: repeat-x;
}

/*** Requisitos ***/

.requisitos {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*** Respuesta al enviar formulario ***/
.graciaspor {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

/****************************************** VALIDACIÓN DE CONTÁCTO *********************************/
/********************** 3 imagenes en carpeta IMGS **************/


.fondotop {
	background-image: url(imgs/correotop.jpg);
	background-repeat: no-repeat;
	height: 103px;
	width: 500px;
}
.fondocenter {
	background-image: url(imgs/correocenter.jpg);
	background-repeat:  repeat-y;
	background-position: left;
	width: 500px;
}
.fondodonw {
	background-image: url(imgs/correodonw.jpg);
	background-repeat:  no-repeat;
	background-position: left;
	width: 500px;
	height: 110px;
}


/****************************************** PREGUNTAS FRECUENTES *********************************/
/****************** 450px de tabla ************/


/* Links de Temas - Link, activo y visitado */

#linkstemas a:link, #linkstemas a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
}

/* Links de Temas - Over */

#linkstemas a:hover {
	color: #FFFFFF;
	border-bottom-color: #000000;
	background-color: #5B84AD;
}
/* Links de Temas - Activos */

#linkstemas a:active {
	color: #000000;
	border-bottom-color: #000000;
}
