@charset "utf-8";
body {
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #dbb42e;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom:20px;
	margin-left:-50px;
}
p {
	padding:0 0 10px 0;
	margin:0;
	border:0;
}
#contenedor {
	width: 930px;
	min-width:930px;
	margin:0 auto;
}
#header{
	width: 100%;
	height: 141px;
	position:relative;
}
#header .logotipo img {
	float:left;
}
#header .idiomas {
	position:absolute;
	left:365px;
}
#header .idiomas a img {
	border:0;
}
#header .idiomas h1 {
	font-size:18px;
	color:#000000;
	height:25px;
	padding:0;
	margin:0;
	position:relative;
}
#header .idiomas h2 {
	font-size:14px;
	color:#6f5a10;
	height:25px;
	padding:0;
	margin:0;
	position:relative;
}
#cuerpo_contenedor{
	width: 100%;
	background-color:#fff;
	position:relative;
	min-height:350px;
}
#cuerpo_contenedor .tl {
	background-image:url(../images/somb_tl.png);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:-10px;
	width:10px;
	height:194px;
}
#cuerpo_contenedor .tr {
	background-image:url(../images/somb_tr.png);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:930px;
	width:10px;
	height:194px;
}
#cuerpo_contenedor .foto {
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	left:930px;
	height:300px;
	display:block;
}
#menu {
	position:absolute;
	top:-10px;
	left:5px;
}
#menu a img{
	border:0px;
	
}
#footer {
	font-size:10px;
	color:#666666;
	padding:15px;
	background-color:#fff;
	width:670px;
	position:relative;
	float:left;
	margin-bottom:20px;
    border-right: 230px solid #AF9861; /* ancho y color del menú */
    margin-right: -230px;
}
#footer hr {
	height: 1px;
	border: 0;
	color: #999999;
	background-color:#999999;
	width: 900px;
	margin-bottom:10px;
}
#footer .bl {
	background-image:url(../images/somb_bl.png);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	bottom:0;
	left:-10px;
	width:10px;
	height:194px;
}
#footer .br {
	background-image:url(../images/somb_br.png);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	bottom:0;
	left:930px;
	width:10px;
	height:194px;
}

#cuerpo_cont {
	background-color:#fff;
	padding:40px 10px 0 10px;
    width: 680px;
    border-right: 230px solid #AF9861; /* ancho y color del menú */
    margin-right: -230px;
	min-height:350px;
    float: left;
}
#cuerpo_cont h1 {
	font-size:22px;
	margin-top:5px;
	margin-bottom:10px;
}
#cuerpo_cont .titulo h1{
	position:absolute;
	left:-10px;
	font-size:22px;
	margin-top:5px;
	margin-bottom:10px;
	background-image:url(../images/titulo_f.png);
	background-repeat:repeat-x;
}
#cuerpo_cont .titulo img {

}
#cuerpo_cont p {
	margin-top:0;
	margin-bottom:5px;
}
#lateral_cont {
	padding:5px;
    width: 220px;
    float: left;
    color: #fff;
    background: #AF9861;
    text-align: left;
	font-size:12px;
} 
#lateral_cont a {
	color:#FFFFFF;
	text-decoration:underline;
}
#lateral_cont a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.boton a {
	background-color:#996600;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px;
	margin-bottom:10px;
	font-weight:normal;
}
.boton a:hover {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#lateral_cont .boton a {
	background-color:#996600;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px;
	margin-bottom:10px;
	font-weight:normal;
}
#lateral_cont .boton a:hover {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}


h3 {
	font-size:18px;
	font-weight:bold;
	padding:5px 0 10px 0;
	border:0;
	margin:0;
}
h4 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	border:0;
	margin:0;
}