@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	padding:0px;
	margin:0px;
	background-image: url(../img/top-bg.gif);
	background-repeat:repeat-x;
	background-position: top;
}
img {
	border:0px;
}
#top {
	background-image:url(../img/top-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
#content {
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
}
#content .space {
	padding-left:14px;
}
#content h1 {
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:24px;
	font-weight: normal;
	color:#000000;
}
#content li {
	padding-left:0px;
	margin-left:3px;
}
#content .subtitulos {
	font-size:16px;
	font-family: "Trebuchet MS", Arial;
	color: #006633;
	font-weight: normal;
}
#content a {
	color: #FF9900;
	text-decoration:none;
}
#content a:hover {
	color: #990000;
	text-decoration:none;
}
#enlaces {
	font-family: "Trebuchet MS", Arial, "Microsoft Sans Serif";
	color:#000000;
	font-weight: normal;
}
#enlaces .space {
	padding-left:14px;
}
#enlaces a {
	color:#000000;
	text-decoration: none;
}
#enlaces a:hover {
	color: #999999;
	text-decoration: none;
}
#enlaces li {
	color: #999999;
	list-style:circle;
	padding-top:5px;
}
#bottom {
	font-family: "Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size:18px;
	color:#663300;
	font-weight: normal;
	height:95px;
	background-image: url(../img/bottom-bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	text-align:center;
	padding:0px;
	margin:0px;
}
#bottom .bottom_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#e8e2bb;
}
#bottom a {
	color: #663300;
	text-decoration: none;
}
#bottom a:hover {
	color: #999999;
	text-decoration: none;
}
#mail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000000;
}
#mail a {
	color: #000000;
	text-decoration: none;
}
#mail a:hover {
	color: #999999;
	text-decoration: none;
}
form {
	border:0px;
}
#txtform {
	color:#333333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
}
input {
	border:0px;
	padding:2px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}
.radio {
	border:0px;
	padding:2px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	width:10px;
}
select {
	border:0px;
	padding:2px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}
textarea {
	border:0px;
	padding:2px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	width:270px;
}
.boton {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	font-weight: normal;
	color:#FFFFFF;
	background-image:url(../img/bg-button1.gif);
	background-color:#FFFFFF;
	width:82px;
	height:31px;
	border:0px;
	display:block;
	float: left;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.boton:hover {
	background-image:url(../img/bg-button2.gif);
	color:#000000;
	background-color:#FFFFFF;
}
#imagenes img {
	border:  #CCCCCC solid 1px;
}
#imagenes img:hover {
	border:  #000000 solid 1px;
}
.cursor_mano {
	cursor:pointer;
}

