/* Autor: David González Polán */
/* >> FONDO, TAMAÑOS, MARGENES*/

body {
	margin:0;
	padding:0;
	position: relative;
	text-align: center;
	background: url("../images/fondo.jpg") repeat;
}

#page {
	width: 860px;
	text-align: left;
	margin: 47px auto 50px auto;	
}

#page #top_content {
	background-color: #88A935;
}

ul {
	list-style: none;
	/*padding: 0;*/
	margin: 0;
}

a {
	border: none;
	text-decoration: underline;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

img, div { behavior: url("/iepngfix.htc") }

p {
	margin: 0;
	padding: 0;
}

/* BANNER TOP */

#banner_top {
	width: 860px;
	height: 117px;
	background: url("../images/banner-top.png") no-repeat left top;
}

#banner_top img {	
	position: relative;
	top: 38px;
	left: 196px;
}

/* MENU TOP */
#menu_top {
	width: 860px;
	height: 32px;
	text-align: center;
	background: url("../images/menu_bg.jpg") no-repeat;
}

#menu_top #menu {
	width: 540px;
	height: 32px; 
	margin: 0px auto;
	padding: 0;
}

#menu_top .menu_item {
	float:left;
	height: 32px;
}

#menu_top .menu_item img {
	display: block;
}

/* COLUMNS */
#left_column, #right_column {
	width: 140px;
	background: green;
}

#left_column {
	float: left;	
	background-color: #88A935;
}

#left_column #lista_menu ul.lista {
	padding:0;
}

#left_column #lista_menu ul.lista li {
	background: url("../images/left_list_bg.jpg") repeat-y;
}

#left_column #lista_menu ul.lista li.first {
	background-position: 0px -3px;
}

#column_shadow {
	background: url("../images/column_bg.jpg") no-repeat;
	height: 58px;
}	

#right_column {
	float: left;
	background-color: #88A935;
}

#right_column p {
	width: 110px;
	margin: 0 auto;
}

#right_column #novedades .novedad_item {
	width: 140px;
	height: 87px;
	background: url("../images/right_list_bg.jpg") no-repeat;
}

#right_column #twitter {
	margin-top: -55px;
	padding-left: 2px;
}

/* CONTENT */
#content {
	width: 580px;
	background: url("../images/content_bg.jpg") no-repeat;
	background-color: #fff;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 650px;
	_padding-right: 0;
	_padding-left: 0;
	
	height: 650px\9
}

#content p { max-width: 570px; }

#content {
	width: 560px;
	_width: 580px;
}

#content #cabecera_contenido {
	margin-bottom: 10px;
}

#content #cabecera_contenido #selector .boton {
	float: left;
	margin-left: 7px;
}

#content #cabecera_contenido #selector .first{
	margin-left: 10px;
}

#content #cabecera_contenido #selector .boton p {
	margin-top: 5px;
}

#content table {
	margin: 0px auto;

}


#cabecera_hr {
	height: 1px;
	font-size:1px;
	width: 539px;
	background: #71942C;
	margin: 15px auto 8px auto;
}

/* PIE */
#footer {
	width: 860px;
	height: 37px;
	background: url("../images/footer_bg.png") no-repeat;
	clear: left;
	margin-bottom: 30px;
}

#footer #contacto, #footer #aviso {
	width: 50%;
	float: left;
	padding-top: 11px;
}

#footer #contacto p {
	padding-left: 18px;
}

#footer #aviso p {
	text-align: right;
	padding-right: 18px;
}

/* >> FUENTES */

#left_column ul.lista li a {
	color: #556020;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;	
	line-height: 130%;
	outline: none;
}

#left_column ul.lista li {
	text-align: center;
	padding: 5px 0;
}

#right_column p a{
	color: #333;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	outline: none;
}

#footer #contacto p {
	color: #444D1A;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer #aviso a {
	color: #444D1A;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content #cabecera_contenido h1 {
	color: #58911A;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

#content #cabecera_contenido p.intro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

#content #cabecera_contenido span#fecha {
	color: #73BD22;
	font-weight: bold;
}

#content #cabecera_contenido #selector .boton p {
	text-align: center;
}

#content #cabecera_contenido #selector .boton p a{
	color: #71942C;
	font-family: Arial;
	font-size: 11px;	
	text-decoration: none;
}

/* MODIFICADO DAVID 10_06_24 */
#fill {
	width:100%;
	height: 1px;
	font-size:1px;
}


