* { 
	margin: 0; 
	padding: 0;
	list-style: none;
	text-decoration: none;
	border-style: none;
}

html, body {
	height: 100%;
	margin: 0 auto;
	background-color:#eee;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* el margen inferior es la medida del alto del pie */
}

#top {
	height:160px;
	background-image: url('../img/background_header_back.jpg');
	background-repeat: repeat-x;
}

#header {
	margin: 0 auto;
	background-image: url('../img/background_header.jpg');
	background-repeat:no-repeat;
	width: 850px;
	height: 160px;
	padding: 10px 75px 0px 75px;
}
#bannertop {
	margin: 10px auto;
	width: 850px;
}

/***** botonera ***/
#botonera {
	float: right;
	text-align: right;
}

#botonera li {
	display: inline;
	float: left;
	margin-top: 35px;
	// margin-top: 31px;
}

#middle {
	margin-top: 15px;
	background-color:#eee;
}

#contenido {
	margin: 0 auto;
	width: 850px;
	padding: 0px 20px;
}

#pie {
	height:30px;
	background-image: url('../img/background_footer.jpg');
	background-repeat: repeat-x;
	bottom: 0;
}

.push {
	height: 30px; /* .push must be the same height as .footer */
}

#footer {
	padding-top: 7px;
	margin: 0 auto;
	width: 850px;
}

/****** fecha y links de interes ******/
#fecha {
	margin: 0px auto 10px auto;
	width: 850px;
	padding: 0px 20px;
	font: normal 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	background-color:#eee;
	text-align: right;
}

/****** box noticias ******/
#nothome {
	width: 850px;
	margin: 0px auto 10px auto;
	padding: 0px 20px;
	font: normal 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

.boxnot {
	width: 250px;
	height: 350px;
	margin-left: 25px;
	float: left;
}

.clear {
	clear: both;
}


/****** interiores ******/
#contenido_int {
	border: 10px solid #fff;
	padding: 10px;
	margin: 0 auto;
	width: 810px;
	overflow: hidden;
	background-color:#fff;
}

#titulo {
	margin-bottom:30px;
}

#left {
	width:250px;
	float:left;
}

#entero {
	padding-left:20px;
	float: left;
	width:770px;
}

#right {
	padding-left:20px;
	float: left;
	width:520px;
}

#leftyright {
	width:770px;
	padding-left:20px;
}

/*** noticias ***/

.notileft {
	width: 750px;
	height: 110px;
	margin-top: 20px;
}

.notileft img{
	float: left;
	margin-right: 10px;
}

.notiright {
	width: 750px;
	height: 110px;
	margin-top: 20px;
}

.notiright img{
	float: right;
	margin-left: 10px;
}

.notilist {
	width: 750px;
	margin-top: 20px;
}

/***** formularios *****/

.form {
	border: 1px solid #666;
}