/* CSS Document */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
html{
	background:#999;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#545454;
	background:#999;
}
#centrado{
	width:980px;
	margin:0 auto;
	background-image:url(assets/sombra.jpg);
	background-repeat:repeat-y;

}
#contenedor{
	width:960px;
	padding-right:10px;
	padding-left:10px;

}
#header{
	width:960px;
	height:41px;
	background-image:url(assets/bg_barra_sup.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-size:11px;
}
#div_menu_secundario{
	float:left;
	padding-top:15px;
	height:26px;
	padding-left:15px;
}
#div_idioma{
	width:200px;
	float:right;
	padding-right:15px;
	padding-left:15px;
	padding-top:15px;
	height:26px;
	text-align:right;

}
#header a{
	
	text-decoration:none;
	color:#fff;
}
#header a:hover{
	text-decoration:underline;
}
#div_contenedor_menu_horizontal{
	width:930px;
	padding-right:15px;
	padding-left:15px;
	height:82px;	
}
#logo{
	float:left;
	width:212px;
	padding-right:13px;
}
#menusup{
	float:right;
	width:692px;
/*	height:58px;*/
	padding-left:13px;
	margin-top:35px;
	z-index:1;

}
.border_menu{
	width:692px;
	padding-left:13px;
	height:2px;
	margin-top:2px;
	background-image:url(assets/borde_menu.jpg);
	background-repeat:no-repeat;
	float:right;
}
#wrapper{
	width:930px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
	min-height:300px;
	float:left;
}
#wrapper_apartados{
	width:930px;
	background:url(assets/bg_apartados.jpg);
	background-repeat:repeat-y;
	float:left;
	min-height:300px;
}
#div_contenedor_menu_bottom{
	width:930px;
	height:104px;
	background:url(assets/bg_barra_bottom.jpg);
	background-repeat:repeat-x;
	padding:15px;
	clear:both;
}
.div_container_left{
	width:212px;
	padding-right:13px;
	float:left;
}
.div_content_left{
	width:192px;
	padding:10px;
}
.div_container_right{
	width:692px;
	padding-right:13px;
	float:right;
	line-height:20px;
}
.div_content_right{
	width:692px;
}
.div_home_colum_left{
	width:326px;
	float:left;
}
.div_home_colum_right{
	width:355px;
	float:right;
	border-left:dotted 1px #333;
	padding-left:10px;
}
.titulo_apartado{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#88983A;
	font-weight:bold;
}
.titulo_apartado a{
	color:#88983A;
	text-decoration:none;
	padding-bottom:3px;
}
.titulo_apartado a:hover{
	text-decoration:underline;
	
}
.submenu{
	width:182px;
	padding-left:5px;
	padding-right:5px;
}
.submenu ul{
	list-style-type:none;
	padding-top:5px;
}
.submenu ul li{
	border-bottom:solid 1px #d5d5d5;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:9px;
}
.submenu ul li a{
	color:#545454;
	text-decoration:none;
}
.submenu ul li a:hover{
	color:#88983A;
}

.submenu ul li.paginaActual a{
	color:#88983A;
}
.sector_menu_bottom{
	width:221px;
	height:100px;
	float:left;
	border-right:solid 1px #737373;
	margin-right:10px;
	padding-top:4px;
}
.sector_menu_bottom_right{
	width:222px;
	height:100px;
	float:left;
	padding-top:4px;

}
.icon_menu_bottom{
	width:46px;
	float:left;
}
.content_menu_bottom{
	width:165px;
	float:right;
	padding-right:10px;
}
.content_menu_bottom_right{
	width:165px;
	float:right;
	padding-left:10px;
}
.enlace_verde_menu_bottom{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#A6B94B;
	text-decoration:none;
}
.enlace_verde_menu_bottom:hover{
	text-decoration:underline;
}
.enlace_verde_menu_bottom_min{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A6B94B;
	text-decoration:none;
}
.enlace_verde_menu_bottom_min:hover{
	text-decoration:underline;
}
.txt_content_menu_bottom{
	width:165px;
	font-size:11px;
	height:40px;
	float:left;
	color:#ccc;
	padding-top:5px;
	padding-bottom:5px;
}
#footer{
	width:930;
	padding:15px;
	height:10px;
	text-align:right;
}
#footer a{
	color:#545454;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	
}
.lista_contenidos{
	margin-left:15px;
}
.lista_contenidos li{
	list-style-type:square;
	list-style-position:outside;
	padding-top:5px;
	padding-bottom:5px;
}
.lista_contenidos_cuadro{
	margin-left:15px;
}
.lista_contenidos_cuadro li{
	list-style-type:square;
	list-style-position:outside;
	font-size:11px;
}
.txt_normal_verde{
	color:#88983A;
}
.lista_contenidos_segundo_nivel{
	margin-left:15px;
}
.lista_contenidos_segundo_nivel li{
	list-style-type:disc;
}
.div_barra_content{
	width:692px;
	background:#d6d6d6;
	background-image:url(assets/bg_barra_content.jpg);
	background-repeat:repeat-x;
	float:left;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
}
.div_barra_content_left{
	width:210px;
	float:left;
	padding:15px 10px 5px 10px;

}
.div_barra_content_right{
	width:210px;
	float:right;
	text-align:left;
	padding:15px 10px 5px 10px;
}
.div_barra_content_left_2{
	width:325px;
	float:left;
	padding:0px 10px;
	margin-top:10px;
	margin-bottom:10px;
	border-right:solid 1px #ccc;
}
.div_barra_content_right_2{
	width:326px;
	float:right;
	text-align:left;
	padding:0px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
.div_content_barra_caso{
	width:672px;
	padding:15px 10px 5px 10px;
	float:left;
}
.enlace_barra_content{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#88983A;
	text-decoration:none;
}
.enlace_barra_content:hover{
	text-decoration:underline;
}
.content_barra_content{
	padding-top:5px;
	font-size:11px;
}
.enlace_barra_content_min{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#88983A;
	text-decoration:none;
}
.enlace_barra_content_min:hover{
	text-decoration:underline;
}
.text_min{
	font-size:10px;
}
.text_min_cursiva{
	font-size:10px;
	font-style:italic;
}
.texto_barra_content_verde{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#88983A;
	font-weight:bold;
}
.texto_barra_content_verde_min{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#88983A;
	font-weight:bold;
}
.texto_barra_content_verde_max{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#88983A;
	font-weight:bold;
}
.enlace_normal{
	color:#88983A;
	text-decoration:none;
	font-weight:bold;
}
.enlace_normal:hover{
	text-decoration:underline;
}
.table_solutions{
	margin:0 auto;
	margin-top:20px;
}
.faqs{
	line-height:30px;
}
.title_section_home{
	padding-bottom:5px;
	border-bottom:solid 1px #d5d5d5;
	margin-bottom:15px;
}
.home_left{
	padding-left:15px;
	font-weight:bold;
}
.home_left a{
	color:#545454;
	text-decoration:none;
}
.home_left a:hover{
	text-decoration:underline;
}
.lista_mapa{
	list-style-type:square;
	color:#88983A;
	margin-left:25px;
	line-height:25px;
}
.lista_mapa a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#88983A;
}
.lista_mapa ul{
	list-style-type:none;
	margin-left:5px;
}
.lista_mapa ul li a{
	font-size:12px;
	color:#545454;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;

}
.news_content{
	line-height:22px;
	font-size:13px;
	font-weight:bold;
}
.txt_rojo{
	color:#990000;
}
.txt_rojo_big{
	color:#990000;
	font-size:18px;
}

.formulario table input.boton_form{
	color:#A6B94B;
	background:#404040;
	border:solid 1px #444;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:70px;
	text-align:center;
}
.formulario table{
	margin: 0 auto;
	color:#454545;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.formulario table input, textarea{
	border:solid 1px #b5b5b5;
	background:#f8f8f8;
	font-size:11px;
	padding:2px;
}


.texto_min_form{
	font-size:10px;
}