/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
}
.btn {
	line-height: 30px;
	height: 30px;
	width: 120px;
	text-align: center;
	float: left;
}
.btn-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.btn a {
	display: block;
	width: 100%;
}
.btn:hover {
	line-height: 30px;
	height: 30px;
	width: 120px;
	text-align: center;
	float: left;
	background-color: #D6C694;
}


#header {
	height: 245px;
}
#container-h {
	width: 900px;
	margin: 0px auto 0px auto;
}
#logo {
	height: 226px;
	width: 208px;
	padding-top: 10px;
	float: left;
}
#menu {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	height: 30px;
}

#mainmenu {
	height: 40px;
	background-image: url(../images/bg-menu.png);
}
#wrapper {
	background-image: url(../images/topheader.jpg);
	background-position: 0px 30px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.sub-tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

#conten {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#slide {
	float: right;
	padding-top: 14px;
	padding-right: 10px;
}



#footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
	background-color: #2E2D23;
}
#info-footer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#contacto {
	background-image: url(../images/contacto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 530px;
	padding-top: 10px;
	padding-left: 280px;
}
.field {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #E8E8E8;
	border: 1px solid #333333;
}
.enviar {
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-bottom: 3px;
	background-color: #E8E8E8;
	border: 1px solid #333333;
}
#lista {
	width: 165px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 25px;
	float: right;
	margin-right: 100px;
}
.enlaces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}



.listado {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.listado:hover {
	background-color: #CCCCCC;
}
#scroll {
	height: 200px;
	margin-top: 5px;
}
.listado a {
	display: block;
	width: 100%;
}
.txt-lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.box {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
}
