@charset "utf-8";
/* CSS Document */

*{margin: 0; padding:0; border:0;}

#web { 
position: relative;
width: 1200px;
height: auto;
margin-top: 20px;
margin: 10px auto 0 auto;

}

#header {
width: 100%;
height: 100px;
position: relative;
background:url(../images/fondo_madera.jpg)
	
}

#body {
position: relative;
width: 100%;
height: auto;
}

/*--------- CONTENEDOR -------------------------------------------------------*/
#content {
	float: left;
	position: relative  ;
	width: 70%;
	height: 700px;
	background: #F0EEBD;
}

.image {
	position: relative;
	width: 700px;
	height: 500px;
	background: url(../images/imagen_central.png) ;
	margin: 5px 5px 5px 30px ;
}

.title {
	position: relative;
	width: 400px;
	height: 150px;
	background: url(../images/logo_400x150.png) ;
	margin: 5px 5px 5px 30px ;
}

.article {
	position: relative;
	width: 200px;
	height: 100px;
	background: ;
	margin: 5px 5px 5px 5px ;
}

/*--------- SIDEBAR -------------------------------------------------------*/
#sidebar {
	margin-left: 71%; 
	position:relative; 
	width: 29%;
	height: 700px;
	background: #B87730;
}

.subtitle
{
/*	float: left;*/
    font-family:Verdana, Geneva, sans-serif;
    font-size:large; 
 	color: #FFF;
	position:relative;
	width:310px;
	height:550px;
/*	background:#F0EEBD;*/
    margin:10px;
	padding:10px;
}

.module{
/*	float: left;*/
    font-family:Verdana, Geneva, sans-serif;
    font-size:small; 
	position:relative;
	width:310px;
	height:90px;
	background:#F0EEBD;
    margin:10px;
	padding:10px;
}

#footer {
	position: relative;
	width: 100%;
	height: 30px;
	background: #f00;
	background:url(../images/fondo_madera.jpg);
	margin-top: 10px;
}