/* CSS Document */

/* #####################################
   ###########    GENERAL   ############
   ##################################### */

BODY {
	margin: 5px;
	background-color: #fff;
}

/* Links */
a { text-decoration: none; }
a.link:visited { color: #FCC; }
a.link:active { color: #903; }
a.link:link { color: #fff; }
a:active { color: #990000; }
a:visited { color: #990000; }
a:link { color: #990000; }
a:hover { color: #333333; }
a.link:hover { color: #FFFFCC; }

/* Tabla */
.tabla {
	width: 778px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

/* Texto */
.menu {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #CC0000;
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
}

h2 {
	margin: 0px;
	padding-right: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #a5216e;
}

h3 {
	margin-top: 10px;
	padding-right: 73px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #fff;
}

.texto {
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
}

.titulo {
	color: #a5216e;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

.copyright {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}

/* Formulario */

.boletin {
	padding-left: 5px;
	padding-top: 5px;
	margin: 0px;
}

.email {
	width: 130px;
	height: 15px;
	color: #333333;
	background-color: #CCCCCC;
}

.boton {
	width: 55px;
	height: 22px;
	color: #000000;
	background-color: #FFFFFF;
}

/* #####################################
   ###########   CABECERA   ############
   ##################################### */

.celda1cabecera {
	background-image: url("../images/cabecera01.jpg");
	background-repeat: no-repeat;
	width: 635px;
	height: 239px;
	text-indent: -9999px !important; 
}

.celda2cabecera {
	background-image: url("../images/cabecera02.jpg");
	background-repeat: no-repeat;
	width: 146px;
	height: 88px;
	text-indent: -9999px !important; 
}

.celda3cabecera {
	background-image: url("../images/cabecera03.jpg");
	background-repeat: no-repeat;
	width: 146px;
	height: 151px;
}

.tablamenu {
	width: 120px;
	padding-right: 5px;
}

.celdamenu {
	background-image: url("../images/menu.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	padding-right: 10px;
}

/* #####################################
   ###########     CUERPO   ############
   ##################################### */

.celda1cuerpo {
	background-image: url("../images/cuerpo01.jpg");
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	width: 215px;
	height: 337px;
}

.celda22cuerpo {
	background-color: #FFFFFF;
	width: 562px;
	height: 337px;
}

.celda2cuerpo {
	background-color: #FFFFFF;
	width: 364px;
	height: 337px;
}

.celda3cuerpo {
	background-image: url("../images/cuerpo02.jpg");
	background-repeat: no-repeat;
	width: 198px;
	height: 337px;
}

.celda3cuerporepeat {
	background-image: url("../images/cuerpo02_.jpg");
	background-repeat: repeat;
	vertical-align: top;
	width: 198px;
	height: 337px;
}

.celdacuerpoboletin {	width: 215px; }

/* #####################################
   ###########      PIE     ############
   ##################################### */

.tablapie {
	width: 778px;
	height: 24px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	background-image: url("../images/pie01.jpg");
	background-repeat: no-repeat;
	background-color: #b33784;
}

#enlaces {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0px 15px 0;
}

#enlaces a {
	font-family: Arial, Helvetica, sans-serif;
}

.Estilo1 {font-size: 6pt}

