@charset "utf-8";

/*
HTML
*/

*
{
	margin:0px;
	padding:0px;
	outline:none;
}
body
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	
	background-color:#F5F5F5;
}
a
{
	text-decoration:none;
	color:#000000;
}

/*
GENERALES
*/

.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.texto_right
{
	text-align:right;
}
.color_white
{
	color:#FFFFFF;
}
.padding_10
{
	padding:10px;
}
.margin_right_10
{
	margin-right:10px;
}

/*
TEXTO
*/

.texto_p_defecto
{
	font-size:11px;
	text-align:left;
	font-style:normal;
	line-height:150%;
	color:#000000;
}
.texto_mediano_right
{
	font-size:12px;
	text-align:right;
	font-style:normal;
	line-height:115%;
	color:#000000;
}
.titulo_marron
{
	text-align:left;
	font-size:24px;
	color:#5B651F;
	margin:0px 0px 10px 0px;
}
.titulo_marron_bold
{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#5B651F;
	margin:0px 0px 10px 0px;
}
.titulo_marron_con_top_padding
{
	text-align:left;
	font-size:24px;
	color:#5B651F;
	margin:0px 0px 5px 0px;
	padding:10px 0px 0px 0px;
}

/*
INDEX
*/

.top
{
	float:left;
	width:100%;
	height:25px;
	background-image:url(../imgs/fondo_top.gif);
	background-repeat:repeat-x;
}
.medium
{
	background-color:#F5F5F5;
}
.bottom
{
	float:left;
	width:100%;
	height:150px;
	background-image:url(../imgs/fondo_bottom.gif);
	background-repeat:repeat-x;
}
.centrado
{
	width:910px;
	margin:auto;
	background-color:#FFFFFF;
}
.menu_top
{
	float:left;
}
.fondo_imagen_top
{
	float:left;
	width:100%;
	background-color:#D2D3D5;
}
.imagen_top
{
	float:left;
	height:200px;
}
.degrade_top
{
	float:left;
	background-image:url(../imgs/degrade_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.degrade_bottom
{
	float:left;
	background-image:url(../imgs/degrade_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.contenido
{
	float:left;
	padding:10px;
	background-color:#FFFFFF;
}
.footer
{
	width:910px;
	height:150px;
	margin:auto;
}
.footer_top
{
	height:20px;
	float:left;
	width:100%;
}
.footer_bottom
{
	float:left;	
	width:100%;
	height:130px;
}
.footer_bottom_logo
{
	float:right;
	width:350px;
}
.footer_texto_derechos
{
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
}
.footer_texto_logo
{
	float:right;
	padding:15px 15px 0px 0px;
	
	font-size:13;
	font-weight:bold;
	text-align:right;
	line-height:120%;
	color:#FFFFFF;
}
.footer_bottom_menu
{
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:550px;
	padding:5px 0px 0px 5px;
	display:inline-block;
}
.footer_bottom_menu ul 
{
/*	padding:0; 
	margin:0; */
	float:left;
	display:inline-block;
	list-style:none;
}
.footer_bottom_menu ul li 
{
	float:left; 
	position:relative;
	font-weight:bold;
	color:#FFFFFF;
}
.footer_bottom_menu ul li a 
{
	display:inline-block; /*block*/ 
	padding:0px 10px 0px 10px; 
	height:20px; 
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;  
	color:#FFFFFF;
	overflow:hidden;
	float:left;
}
.footer_bottom_menu ul li a:hover
{
	text-decoration:underline;  
}
.footer_bottom_menu ul li ul 
{
	display:block; 
	position:absolute; 
	top:20px; 
	left:0; 
	/*width:90px;*/
}
.footer_bottom_menu ul li ul li
{
	display:block; 
	width:100%;
}
.footer_bottom_menu ul li ul li a 
{
	font-weight:normal;
}
