/* CSS Document */
/* #####################################
   ###########    GENERAL   ############
   ##################################### */
BODY {
	margin: 0px;
	background: #FFFFFF;
}

A {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
 }
A.enlace:visited {
 color: #666666;
 }
A.enlace:active {
 color: #666666;
 }
A.enlace:link {
 color: #666666;
 }
A.enlace:hover {
 color: #9b9980;
 }
 
A:visited {
 color: #000000;
 }
A:active {
 color: #000000;
 }
A:link {
 color: #000000;
 }
A:hover {
 color: #0099CC;
 }
 
/* CABECERA */

#cabecera {
	margin: 0 auto;
	width: 750px;
	height: 236px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	padding: 0px;
}
 
/* #####################################
   ###########  FORMULARIO  ############
   ##################################### */
.boletin {
	margin: 3px;
	margin-top: 10px;
}

.email {
	color: #000000;
	background-color: #d7d2b2;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	width: 150px;
}

.boton {
	color: #FFFFCC;
	background-color: #9b9980;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	width: 60px;
	margin: 4px;
	margin-bottom: 0px;
}
 
/* #####################################
   ###########     TEXTO    ############
   ##################################### */
.Estilo2 {color: #FF9966}
.Estilo3 {color: #FF9933}
.Estilo5 {color: #FFFF66}
.Estilo7 {color: #FFCC66}

h1 {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	padding-left: 100px;
	padding-top: 60px;
	margin: 0px;
	font-size: 36px;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	color: #FFCC99;
	padding-left: 480px;
	padding-top: 10px;
	margin: 0px;
}

h3 {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFCC;
	padding-left: 530px;
	padding-top: 28px;
	margin: 0px;
}

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

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

p {
	font-family: Verdana, Tahoma, Arial;
	color: #006633;
	font-size: 9pt;
}

/* #####################################
   ###########   CABECERA   ############
   ##################################### */
.tablacabecera {
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 236px;
	background-image: url("../images/top.jpg");
	background-position: top;
	background-repeat: no-repeat;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}

.cab1 {
	height: 184px;
}

.cab2 {
	height: 52px;
}

.menu2 {
	width: 100px;
	height: 22px;
	color: #666633;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 30px;
	background-image: url("../images/fondomenu.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

.tablamenu {
	border: 0px;
	width: 500px;
	height: 22px;
}

/* #####################################
   ###########    CUERPO    ############
   ##################################### */
.tablacuerpo {
	width: 750px;
	border: 0px;
	background-image: url("../images/menudown.jpg");
	background-position: top;
	background-repeat: repeat-x;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}

.cuerpo {
	width: 730px;
	margin: 5px;
}

.cue1 {
	width: 350px;
	margin: 5px;
}

.cue2 {
	width: 720px;
	margin: 5px;
}

.celdatitulo {
	height: 15px;
	background-image: url("../images/titulo.jpg");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
}

.celdacontenido {
	padding: 5px;
}

.adorno {
	width: 720px;
	height: 2px;
	background-image: url("../images/adorno.gif");
	background-repeat: repeat;
	background-position: top;
	margin-bottom: 10px;
}

.adorno2 {
	width: 2px;
	height: 100%;
	background-image: url("../images/adorno2.gif");
	background-repeat: repeat;
	background-position: top;
}

#enlaces {
	background-image: url("../images/menudown.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	width: 748px;
	height: 25px;
}

/* #####################################
   ###########      PIE     ############
   ##################################### */
.tablapie {
	width: 750px;
	height: 80px;
	border: 0px;
	background-image: url("../images/pie.jpg");
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 1px 1px 1px;
}

