/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
	margin-top:30px;
	margin-bottom:30px;
}
*{
	margin:0;
	padding:0;
}
.contenedor{
	width:800px;
	margin:auto;
	background-color: #422412;
	border: #422412 solid 1px;
}
.cabecera{
	width:800px;
	height:150px;
	background-image:url(../images/bg_cab.jpg);
}
.link_cab {
	padding-top: 60px;
	padding-left: 50px;
	font-family: arial;
	font-size: 10pt;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.menu_lnks {
	float: right;
	padding-right: 10px;
}
.menu_lnks a{
	display: block;
	float: left;
	font-family: arial;
	font-size: 10pt;
	width: 70px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 27px;
	background-color: #542E16;
}
.menu{
	width:800px;
	height:30px;
	background-image:url(../images/bg_menu.jpg);
	border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	background-repeat: repeat-x;
}
.menu ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}
.menu li{
	float:left;
	height:100%;
	text-align:center;
}
.menu a{
	display:block;
	color:#FFFFFF;
	font-size:10pt;
	text-decoration:none;
	font-family: "times new roman";
	height: 25px;
	padding-top: 5px;
	font-weight: bold;
	padding-left:19px;
	padding-right:19px;
	background-attachment: scroll;
	background-image: url(../images/bg_m.jpg);
	background-repeat: repeat-x;
	background-position: 0 -55px;
}
.menu a:hover{
	font-weight:bold;
	background-attachment: scroll;
	background-image: url(../images/bg_m.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
	color: #DE9E5F;
}
.contenido{
	width:660px;
	background-color: #FFFFFF;
	margin-left: 70px;
	margin-right: 70px;
}
.c_titulo{
	background-image:url(../images/bg_titulo.jpg);
	height:50px;
	width:660px;
}
.contenido ul {
	list-style-type: square;
	margin-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}

h1{
	margin-left: 40px;
	font-size: 12pt;
	color: #422412;
	padding-top: 20px;
}
.footer{
	/*background-image:url(../images/bg_foo.jpg);*/
	background-color:#422412;
	width:800px;
	border-top: #ffffff solid 1px;
}
.text_footer{
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
	color: #FFFFFF;
	font-family: "times new roman";
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.links {
	font-family: arial;
	font-size: 10pt;
	color: #8F4F27;
	text-decoration: none;
}
.texto1{
	font-family:"arial";
	font-size:10pt;
	margin:0 40px;
	padding:10px 0;
	text-align:justify;
}
.contenido a:hover{
	/*font-weight:bold;*/
}
.c_img1{
	border:#663300 solid 4px;
	float:left;
	margin:20px 20px 10px 40px;
	padding: 1px;
}
.c_img2{
	border:#663300 solid 4px;
	float:right;
	margin:20px 40px 10px 20px;
	padding: 1px;
}
	div.boxadsend {
	margin:0 70px;
	background-color:#FFFFFF;
	width:660px;
	height:65;
	}

	div.boxadsendlat {
		position: absolute;
		left: 291px;
		top: 169px;
		width: 444px;
		/*border: 1px solid #e9e9e9;*/
		/*color: #343434;*/
		background-color:transparent;
		/*height: 2px;*/
		padding: 0 8px 8px 8px;
	
	}
