*{
	padding: 0; 
	margin: 0;
}

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	background:url("../img/fondo.jpg") top repeat-x #ddcfb5;
	text-align:center;
	overflow:auto;
	padding:0px;	
}

img {
	border:none;
	vertical-align:middle;
}

a {
	color:#353535;
	text-decoration:none
}

a:hover {
	color:#ff6600;
}

form {
	margin:0px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 5px;
}

#general {
	width:800px;
	margin-bottom:50px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	padding-bottom:50px;
}

#cabecera {
	float:left;
	text-align:center;
	position:relative;
}

#masinfo {
	color:#7e6956;
	margin-top:0px;
	text-align:right;
	height:35px;
	line-height:35px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#masinfo a {
	color:#7e6956;
	font-weight:bold;
}

#masinfo a:hover {
	font-weight:bold;
	color:#372a22;
}

#masinfo .telefono {
	float:left;
	background:url("../img/backTelefono.jpg") left center no-repeat;
	padding-left:30px;
}

#masinfo .contacto {
	float:right;
	background:url("../img/backEmail.jpg") left center no-repeat;
	padding-left:35px;
}

#logo {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#hiedra_izq {
	position:absolute;
	width:135px;
	height:174px;
	background:url('../img/hiedra_izq.jpg');
	top:0px;
	left:0px;
}

#hiedra_der {
	position:absolute;
	width:135px;
	height:174px;
	background:url('../img/hiedra_der.jpg');
	top:0px;
	right:0px;
	
}

#menu {
	margin-top:14px;
	margin-left:10px;
	border-left:1px solid #372a22;
	float:left;
	display:inline;
}

#menu .mnu_opt {
	display:inline;
	float:left;
	width:110px;
	border-right:1px solid #372a22;
}

#menu .mnu_opt a {
	color:#d95;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;	
	line-height:27px;
	height:27px;
}

#menu .mnu_opt a:hover {
	background:url('../img/menuHover.jpg') center bottom no-repeat;
	color:#fff;
	text-decoration:none;
}

#menu .actual a {
	background:url('../img/menuHover.jpg') center bottom no-repeat;
	color:#fff;
}

#contenido {
	width:100%;
	display:block;
	text-align:left;
	float:left;
}

#divPanel {
	margin-top:1px;
	text-align:left;
	margin-left:0px;
	width:800px;
	height:405px;
}

#showImage {
	margin-left:10px;
}

#divSubPanel {
	background:#fff;
	border-top:none;
	text-align:left;
	float:left;
	width:100%;
	background:url('../img/backContenido.jpg') repeat-y;
}

#pie {
	background:url('../img/backContenidoPie.jpg') left top no-repeat;
	display:block;
	width:100%;
	padding-top:20px;
	height:30px;;
	line-height:20px;
	color:#948274;
	float:left;
}

#pie a {
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	color:#948274;
}

#pie a img {
	margin-left:-5px;
}

#pie a:hover {
	color:#372a22;
}

