@charset "utf-8";
/* CSS Document */


body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	font-family:"trebuchet MS";
	font-size:12px;
	color:#f3c301;
	letter-spacing:-20%;
	line-height:25px;
}

.contenido_negro{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	color:#000000;
}

.contenido_negro2{
	font-family:Arial;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	text-align:justify;
	color:#000000;
}

.Titulo{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}
.Titulo a:link, .Titulo a:visited, .Titulo a:active{text-decoration:none; color:#000000}
.Titulo a:hover {text-decoration:underline; color:#000000}



img{ border:none; }

h1{ font-family:"Century Gothic";
font-size:28px;
letter-spacing:-20%;
line-height:27px;
color:71f2f2;
font-weight:normal;
}
h2{font-family:"trebuchet MS";
color:#FFFFFF;
font-size:19px;
letter-spacing:-20%;
line-height:25px;
font-weight:normal;
}

table.contenedor{
/*background:url(imagenes/edificios.jpg) no-repeat left top;*/
width:1000px;
}


table.footer{
background:url(imagenes/fondo_footer.jpg) repeat-x;
width:100%;
margin-top:10px;
height:121px;
line-height:22px;
}

td.botonera{
background:url(imagenes/fondo_botonera.jpg) no-repeat 30px top;
padding:0px 10px 0px 0px;
}

td.botonera  li, td.botonera  li a  {
display: inline;
padding:3px;
list-style:none;
font-family: "trebuchet MS";
font-size:17px;
letter-spacing:-22%;
color:#FFFFFF;
text-decoration:none;
}
td.botonera  li a:hover {
color:#00CCFF;
text-decoration:none;
}

ul.bullet1 li{
list-style:url(imagenes/bullet1.jpg);
font-family:"trebuchet MS";
font-size:18px;
color:#e67817;
letter-spacing:-20%;
line-height:28px;
}

.footer, .footer a{
font-family:"trebuchet MS";
font-size:15px;
color:#FFFFFF;
letter-spacing:-20%;
line-height:19px;
text-decoration:none;
}
.footer a:hover{
text-decoration:underline;
}



