/* --------------------------------------------------------------------- */
/*  OJODEPEZ CSS													     */
/* --------------------------------------------------------------------- */
/*  by: juanma gonzález ///// inquattro.com								 */
/* --------------------------------------------------------------------- */
/*                                                                       */
/*  verde oscuro: #586F17                                                */
/*  verde claro: #BDCB9A												 */
/*  gris: #6A6A6A		         										 */
/* --------------------------------------------------------------------- */



/* -- GENERAL -- */ 


body
{
	background-color: #ffffff;
}

td, div, p
{
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	/*font-family: Georgia, sans-serif, Arial, Verdana;*/
	font-size: 10px;
	color: #6B6B6B;
}



/* -- MENU SUPERIOR -- */ 

#logo {
	width:225px;
	height:115px;
	background-image: url(../../img/logo.gif);
	background-repeat: no-repeat;

}



/* -- CONTENIDO -- */ 

#portada {
	width:590px;
	padding:0 15px 5px 15px;
	float: left;
}
#portada .titulo{
	margin:.25em 0 0;
	font-size:300%;
	font-weight:normal;
	line-height:1.4em;
	font-family:Georgia, Serif;
	color: #5A6B10;

}
#portada .subtitulo{
	font-size:200%;
	font-weight:normal;
	font-family:Georgia, Serif;
	color: #BDCB9A;

}
#portada .texto{

	padding:10px 0;
	color: #6B6B6B;
}

#portada .comentarios{
	font-size:80%;
	font-weight:bold;
	padding:10px 0;
	color: #6B6B6B;
}
#portada  a{
	font-size:10px;
	color:#6B6B6B;
	text-decoration: none;
}
#portada  a:hover{
	color:#ff0000;
	text-decoration: none;
}

/* -- ABAJO -- */ 

#abajo {
	clear:both;
	margin:0 0 0 10px;
	background-image: url(../../img/fondo_abajo.gif);
}
#abajo a{
	color:#6B6B6B;
	text-decoration: none;
}
#abajo a:hover{
	color:#ff0000;
	text-decoration: none;
}







