@charset "UTF-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656464;
	margin-top: 0px;
	
}

#base {
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	margin-top: 0px;
	background-image:url(../img/bg_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#top_menu {
	height: 19px;
	background-image:url(../img/bg_top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 11px;
	color: #9f9e9e;
}

#top_menu a, #creditos a {
	color: #9f9e9e;
	text-decoration: none;
}

#top_menu a:hover, #creditos a:hover {
	text-decoration: underline;
}

#header {
	background-image:url(../img/bg_header.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 206px;
	padding-left: 20px;
}

#header_image {
	height: 196px;
	border: 5px solid #dcdcdc;
	background-image:url(../img/limonero.jpg);
	background-repeat: no-repeat;
}

#logo {
	display: block;
	background-image:url(../img/marnawolf.jpg);
	background-repeat: no-repeat;
	width: 147px;
	height: 83px;
	margin: 55px;
	color: #bdbdbd;	
}

a span {
	display: none;
}

#cuerpo {

}

#menu {
	background-image:url(../img/bg_menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 231px;
	min-height: 454px;
	float: left;

}

#contenido {
	float: right;
	width: 656px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contenido_noticias, #contenido_fotografias {
	float: left;
	width: 436px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right:20px;
}

#contenido_noticias img, #contenido_fotografias img {
	border: 1px solid #dcdcdc;
	padding: 3px;
}

#contenido_noticias a, #contenido_fotografias a {
	color: #8db006;
	font-style:italic;
}

#contenido_left {
	width: 306px;
	float: left;
	margin-right:20px;
}

#contenido_right {
	width: 90px;
	float: left;
	margin-right:20px;
}

#contenido_facebook {
	width: 200px;
	float: right;
}

#contenido img {
	border: 1px solid #dcdcdc;
	padding: 3px;
}

#contenido_right img {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	height: 55px;
}

#footer_left {
	float: left;
	background-image:url(../img/ft_1.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 39px;
	width: 231px;
	background-color: #8db006;
}

#footer_right {
	float: right;
	background-image:url(../img/ft_2.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height: 39px;
	width: 689px;
}

.clear_both {
	clear: both;
}

#creditos {
	float: left;
	width: 500px;
	padding-top: 7px;
	padding-left: 30px;
	font-size: 11px;
	color: #9f9e9e;
}


#qero a.logoQero
		{
			background-image: url("../img/qero.jpg");
			background-position: 0 0;
			background-repeat: no-repeat;
			float: right;
			height: 29px;
			width: 87px;
			display: block;
			/*margin-right: 40px;*/
			margin-top: 7px;			 
		}		
		#qero a.logoQero span
		{
			display: none;
		}
		#qero a.logoQero:hover
		{
			background-position: 0px -31px;
		}

#menu a {
	display: block;
	width: 190px;
	background-image: url(../img/bg_boton.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 7px;
	text-align: right;
	padding-bottom: 4px;
	padding-right: 16px;
}

#menu a:hover {
	background-image: url(../img/bg_boton2.gif);
}

h1 {
	margin: 0px 0px 10px 0px;
	color: #8db006;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#contacto input, #contacto textarea, .button {
	border: solid 1px #333333;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px 0px 10px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button {
	margin: 20px 0px 10px 20px !important;
	padding: 6px !important; 
	color: #000000;
	background-color:#CCCCCC;
}

.button:hover {
	color: #8db006;
	background-color: #333333;
	cursor: pointer;
}

#contenido a {
	color: #8db006;
	font-style:italic;
}

.fotografias_nombre, .noticias_nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
}

.fotografias_miniaturas {
	margin-top: 10px;
}

.fotografias_enlaces, .noticias_enlaces {
	margin-top: 10px;
}

.noticias_extracto img {
	margin: 0px 10px 10px 0px;
}



