@import url("resetcss.css");
body {
	background: #D2BA9E url(../images/web/web_bg.gif) repeat-x;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
	color: #6A5E50;
}
strong {
	font-weight: bold;
}
a {
	color: #FA702A;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#wrap {
	margin: 0px auto;
	width: 770px;
	background: url(../images/web/cont_bg.gif) repeat-y;
	text-align: left;
}
#head {
	background: url(../images/web/head_bg.gif) no-repeat;
	height: 140px;
	position: relative;
}
#head h1 {
	position: absolute;
	height: 98px;
	width: 400px;
	left: 15px;
	top: 15px;
}
#head h1 a {
	height: 98px;
	width: 400px;
	background: url(../images/web/logotipo.gif) no-repeat;
	display: block;
}
#head h1 a span{
	display: none;
}
#head #nav {
	position: absolute;
	left: auto;
	top: 107px;
	right: 20px;
}
#head #nav li {
	display: inline;
	float: left;
	margin-right: 15px;
}
#head #nav li a {
	padding: 3px 10px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #6A5E50;
	display: block;
}
#head #nav li a:hover {
	color: #FA702A;
}
#head #nav li a.activo, #head #nav li a.activo:hover {
	background-color: #FFFFFF;
	color: #6A5E50;
}
#dire {
	position: absolute;
	left: auto;
	top: 20px;
	right: 20px;
	background: url(../images/web/dire.gif) no-repeat;
	height: 32px;
	width: 382px;
	display: block;
}
#main {
	background: url(../images/web/dama.gif) no-repeat;
}
#nav_secundaria {
	width: 200px;
	display: inline;
	float: left;
	margin-left: 10px;
	background: none;
}
#nav_secundaria ul {
	margin: 5px;
}
#nav_secundaria ul li {
	margin: 5px;
	background: url(../images/web/li.gif) no-repeat left 6px;
	padding-left: 10px;
}
#nav_secundaria ul li a {
	color: #6A5E50;
}
#nav_secundaria ul li a.actual {
	color: #FA702A;
}
#contenido {
	display: inline;
	float: right;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
}
h2 {
	background: #ECE2D7;
	padding: 3px 3px 3px 10px;
	color: #FA702A;
	font-weight: bold;
	margin: 17px 0 5px;
	letter-spacing: 0.1em;
}
#contenido h3 {
	background: #ECE2D7;
	padding: 2px 3px 2px 10px;
	color: #FA702A;
	font-weight: bold;
	margin: 5px 0;
	letter-spacing: 0.1em;
	clear: both;
}
h2 a, #contenido h3 a {
	color: #FA702A;
}
#contenido p {
	padding: 5px 10px;
}
.imgCat {
	display: inline;
	float: right;
	margin: 5px 0 5px 10px;
}
.linkinfo a {
	font-weight: bold;
	color: #FA702A;
}
#enviado {
	color: #006600;
	font-weight: bold;
}
form .inputs {
	float: left;
	display: inline;
	width: 240px;
	margin-right: 5px;
}
form .textarea {
	float: left;
	display: inline;
	width: 505px;
	margin-right: 5px;
}
form label {
	font-weight: bold;
	display: block;
	padding: 0 0 3px;
}
form input, form textarea {
	padding: 1px;
	border: 1px solid #6A5E50;
	width: 98%;
	background-color: #EFEDE9;
}
form input.boton {
	padding: 1px;
	border: 1px solid #6A5E50;
	width: 150px;
	background-color: #6A5E50;
	color:  #FA702A;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#foot {
	height: 49px;
	background: url(../images/web/foot_bg.gif) no-repeat;
	position: relative;
	clear: both;
}
#foot p {
	position: absolute;
	top: 20px;
	left: 30px;
	color: #6A5E50;
}
#foot a {
	color: #FA702A;
	font-weight: bold;
}
.miniaturas {
	border: 1px solid #ccc;
	padding: 5px;
	clear: both;
}
.miniaturas a img {
	border: 1px solid #ccc;
	padding: 3px;
}
.miniaturas a:hover img {
	border: 1px solid #FA702A;
}
/*-----=[Hacks]=-----*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}
* html .clearfix {
height:1px;
}
.clearfix {zoom:1;}  
