﻿@charset "utf-8";
/* /////// CAPAS GENERALES- MAQUETACIÓN ///////*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;/*cursor:default !important;*/
}
body {
	background-repeat: repeat-x;
	background-image: url(../images/bg.gif);
	font: normal 11px "Helvetica", Arial, sans-serif; /*line-height: 140%;*/
}
/*============================================================================
ESTILOS PARA LA PORTADA
============================================================================*/
body#portada {
	background-image: url(../images/portada/bg_portada.gif);
	background-repeat: repeat-x;
	font: normal 11px Helvetica, Arial, sans-serif; /*line-height: 140%;*/
}
#destacados_portada {
	float: left;
	padding-left: 5em;
}
#destacados_portada .bloque_trabajo {
	background-image: url(../images/portada/fn_trabajo.jpg);
	background-repeat: no-repeat;
	width: 348px;
	height: 135px;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
}
#destacados_portada .bloque_trabajo h2 {
	color: #fff;
	padding-top: 1.2em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	text-indent: 0.2em;
	font: normal 1.5em "Georgia", Times, serif;
}
#destacados_portada .bloque_trabajo h2 {
	color: #fff;
	padding-top: 1.2em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	text-indent: 0.2em;
	font: normal 1.5em "Georgia", Times, serif;
}
#destacados_portada .bloque_contacto {
	background-image: url(../images/portada/fn_contacto.jpg);
	background-repeat: no-repeat;
	width: 348px;
	height: 136px;
	margin: 0;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
}
#destacados_portada .bloque_contacto h2 {
	color: #fff;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	text-indent: 0.2em;
	font: normal 1.5em "Georgia", Times, serif;
}
#noticias_portada {
	float: right;
	width: 388px;
	height: 255px;
	background-image: url(../images/portada/fn_news.jpg);
	background-repeat: no-repeat;
	color: #fff;
	margin-top: 2.2em;
	padding-right: 5em;
}
#noticias_portada .text {
	float: left;
	margin-left: 1.4em;
	width: 50%;
	font-size: 1.2em;
}
#noticias_portada h2 {
	color: #fff;
	padding: 0.2em;
	width: 95%;
	margin: 0.33em;
	text-indent: 0.3em;
	font:normal 1.7em "Georgia", Times, serif;
}
#page_portada {
	width: 978px;
	text-align: left;
	height: 100%;
	margin: 0 auto;/*border: 1px solid #000000;quitarlo en un futuro;*/
}
#content_portada a{
 color: #fff;
}
#content_portada a:hover{
 color: #ccc;
 text-decoration: none;
}
#pie_portada {
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	background-image: url(../images/fn_cont_pie.gif);
	height: 170px;
}
#pie_portada .content {
		text-align: left;
	width: 978px;
	margin: 0 auto;
	background-image: url(../images/fn_cont_pie.gif);
	list-style: none;
	padding-top: 7em;
}
#pie_portada .content a {
	text-decoration: underline;
	color: #878476;
}
#pie_portada .content a:hover {
	text-decoration: none;
	color: #878476;
}
#pie_portada .content_left {
	text-align: left;
	width: 70%;
	height: 99px;
	float: left;
	border-right:#a8a287 1px solid;
}
#pie_portada .text {
	text-align: left;
	width: 50%;
	height: 99px;
	float: right;
	padding-top: 1.8em;
}
#pie_portada .logos {
	text-align: left;
	width: 40%;
	height: 99px;
	float: left;
}
#pie_portada .content_left ul li {
	display: inline;
	list-style: none;
}
#pie_portada .content_left img {
	border: 0;
}
#pie_portada .content_right {
	text-align: left;
	height: 99px;
	width: 29%;
	float: left;
}
#pie_portada .content_right ul {
	text-align: left;
	height: 99px;
	float: left;
	padding-top: 1.8em;
	padding-left: 1em;
	list-style: none;
}
#pie_portada .content_right ul li {
	list-style: none;

}
/*============================================================================
CAPA CONTENEDEDORA
============================================================================*/
#page {
	width: 978px;
	text-align: left;
	height: 100%;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;/*border: 1px solid #000000;quitarlo en un futuro;*/
}
/*============================================================================
CAPA CABECERA
============================================================================*/

#cabecera {
	clear: both;
}
/*--navegación exterior-- opciones de menu de segundo nivel--*/
#nav_ext {
	height: 25px;
}
#nav_ext ul {
	float: right;
	margin-top: 0.2em;
}
#nav_ext ul li {
	display: inline;
	color: #3d3b2c;
	font-weight: bold;
	margin-right: 0.5em;
}
#nav_ext ul li a {
	color: #3d3b2c;
	text-decoration: underline;
}
#nav_ext a {
	color: #3d3b2c;
	text-decoration: underline;
}
#nav_ext ul li a:hover {
	color: #6d694f;
	text-decoration: none;
}
#nav_ext a:hover {
	color: #6d694f;
	text-decoration: none;
}
#foto {
	width: 978px;
	height: 291px;
	background-image:url(../images/foto_pareja.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0.2em;
}
#foto_eu {
	width: 978px;
	height: 291px;
	background-image:url(../images/foto_pareja_eu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0.2em;
}
h1 {
	width: 298px;
	height: 83px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.migas {
	width: 978px;
	height: 46px;
	background-image:url(../images/fn_migas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1em;
	color: #fff;
}
.migas a {
	color: #fff;
	text-decoration: underline;
}
.migas a:hover {
	color: #fff;
	text-decoration: none;
}
/*============================================================================
MENU NAVEGACION PRINCIPAL
============================================================================*/
#menu {
	width: 100%;
	height: 39px;
	margin-top: 2px;
}
#menu ul {
	text-align: left;
	list-style-type: none;
	float: right;
	margin-right: 260px;
}
#menu ul li {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #fff;
	background-image: url(../images/men_li.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 129px;
	height: 31px;
	float: left;
	margin-left: 8px;
	text-align: center;
	line-height: 34px;
	font-size: 0.9em;
}
#menu ul li a:hover {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/men_li.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 129px;
	height: 31px;
	float: left;
	margin-left: 8px;
	text-align: center;
	line-height: 34px;
	font-size: 0.9em;
	filter: alpha(opacity=80);
	opacity: 80;
	display: 10;
}
#menu ul li.active {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/men_li.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 129px;
	height: 31px;
	float: left;
	margin-left: 8px;
	text-align: center;
	line-height: 34px;
	filter: alpha(opacity=90);
	opacity: 9;
}
#menu ul li.large a {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #fff;
	background-image: url(../images/menu_li_large.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 159px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
}
#menu ul li.large_active a {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/menu_li_large.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 159px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
}
#menu ul li.large a:hover {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/menu_li_large.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 159px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
}
#menu ul li.large_active a:hover {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/menu_li_large.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 159px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
	filter: alpha(opacity=90);
	opacity: 9;
}
#menu ul li.small a {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #fff;
	background-image: url(../images/menu_li_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
	filter: alpha(opacity=90);
	opacity: 9;
}
#menu ul li.small a:hover {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/menu_li_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
}
#menu ul li.small_active a {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/menu_li_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
	filter: alpha(opacity=90);
	opacity: 9;
}
#menu ul li.small_active a:hover {
	text-decoration: none;
	padding: 7px 0px 6px 0px;
	color: #3c74bf;
	background-image: url(../images/menu_li_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 31px;
	float: left;
	text-align: center;
	font-size: 0.9em;
	filter: alpha(opacity=90);
	opacity: 9;
}
/*============================================================================
CUERPO-CONTENIDO
============================================================================*/

#content {
	margin-bottom: 0;
	padding-bottom: 0;
}
#text h2, #content h2{
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #333;
	font: normal 1.9em "Arial", Helvetica, sans-serif;
	margin-bottom: 1em;
}
#text h3 {
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #908c79;
	font: normal 1.4em "Arial", Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #2f63ac;
	padding-top: 1em;
	font-weight: bold;
}
#text {
	float: left;
	width: 79%;
}
#text a{
	color: #333;
}
#text a:hover{
	color: #333;
	text-decoration: none;
}
#destacados {
	float: right;
	width: 20%;
}
#destacados .actualidad h3 a img {
	border: 0;
}
#destacados .actualidad h3 a:hover img {
	filter: alpha(opacity=80);
	opacity: 80;
	display: 10;
}
#destacados .trabajo h3 a img {
	border: 0;
}
#destacados .trabajo h3 a:hover img {
	filter: alpha(opacity=80);
	opacity: 80;
	display: 10;
}
/*============================================================================
SUBMENU NAVEGACION -cas
============================================================================*/
.submenu {
	width: 100%;
	margin-bottom: 19px;
	height: 30px;
}
.submenu ul {
	width: 100%;
	border-bottom: #76725c solid 3px;
}
.submenu ul li {
	display: inline;
	font-size: 1.5em;
	color: #424138;
}
.submenu ul li.active {
	color: #333;
	background-color: #c0bca3;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
.submenu ul li a {
	text-decoration: none;
	color: #424138;
	background-color: #dad8ca;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
.submenu ul li a:hover {
	text-decoration: none;
	color: #424138;
	background-color: #eeede7;
}
/*============================================================================
SUBMENU NAVEGACION -eu
============================================================================*/
.submenu_eu {
	width: 100%;
	margin-bottom: 19px;
	height: 30px;
}
.submenu_eu ul {
	width: 100%;
	border-bottom: #76725c solid 3px;
}
.submenu_eu ul li {
	display: inline;
	font-size: 1.5em;
	color: #424138;
}
.submenu_eu ul li.active {
	color: #333;
	background-color: #c0bca3;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
.submenu_eu ul li a {
	text-decoration: none;
	color: #424138;
	background-color: #dad8ca;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.submenu_eu ul li a:hover {
	text-decoration: none;
	color: #424138;
	background-color: #eeede7;
}

/*============================================================================
PIE
============================================================================*/
#pie {
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	background-image: url(../images/fn_cont_pie.gif);
	height: 170px;
		list-style: none;

}
#pie .content {
	text-align: left;
	width: 978px;
	margin: 0 auto;
	background-image: url(../images/fn_cont_pie.gif);
	list-style: none;
	padding-top: 7em;
}
#pie .content a {
	text-decoration: underline;
	color: #878476;
}
#pie .content a:hover {
	text-decoration: none;
	color: #878476;
}
#pie .content_left {
	text-align: left;
	width: 70%;
	float: left;
	border-right: #a8a287 1px solid;
}
#pie .text {
	text-align: left;
	width: 50%;
	float: right;
	padding-top: 1.8em;
}
#pie .logos {
	text-align: left;
	width: 40%;
	float: left;
}
#pie .content_left ul li {
	display: inline;
	list-style: none;
}
#pie .content_left img {
	border: 0;
}
#pie .content_right {
	text-align: left;
	width: 29%;
	float: left;
}
#pie .content_right ul {
	text-align: left;
	float: left;
	padding-top: 1.8em;
	padding-left: 1em;
}
#pie. content_right ul li {
 list-style: none;
}
/*============================================================================
FORMULARIOS
============================================================================*/
fieldset {
	border: #d1d0be solid 1px;
	padding: 1em;
	width: 56em;
}
#formulariocontacto {
	width: 56em;
}
legend {
	color: #3e6fb2;
	font-weight: bold;
	margin-left: 0.18em;
	margin-right: 0.18em;
	margin-bottom: 1em;
	padding: 0.18em;
	font-size: 1.4em;
}
#formulariocontacto input {
	position: relative;
	margin-left: 10em;
	top: -1.4em;
}
.input {
	width: 33em;
	font-size: 1.3em;
	padding: 0.1em;
	background-color: #f2f2f2;
	border: #7f9db9 solid 1px;
}
.list {
	width: 25em;
	font-size: 12px;
	padding: 0.1em;
	background-color: #f2f2f2;
	border: #7f9db9 solid 1px;
	margin-right: 2em;
	margin-right: 2em;
}
label {
	margin-top: 0.8em;
	font-size: 1.1em;
	color: #454545;
}
input[type="text"]:focus, textarea:focus {
	border: 0.1em solid #b94c15;
	background-color: #edd1c3;
}
textarea {
	margin-left: 10em;
	width: 55em;
	height: 10em;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.botonri {
	background-repeat: repeat;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 5px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 11px;
	margin-top: 0em;
	background-image: url(../images/fn_boton.gif);
	text-decoration: none;
}
.botonlist {
	background-repeat: repeat;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 12px;
	margin-top: 0em;
	background-image: url(../images/fn_boton.gif);
	text-decoration: none;
}
.reqMark {
	color: #e74911;
	margin-right: 12em;
}
.right_bot {
	float: left;
	background-color:#999999;
	width: 300px;
}
/*============================================================================
CLASES
============================================================================*/

.f_float {
	float: left;
	padding-right: 15px;
}
.subtitle {
	color: #717166;
}
#text p {
	padding-bottom: 2em;
	text-align: justify;
	line-height: 22px;
	font-size: 1.1em;
}
#text ul li {
	font-size: 1.1em;
	list-style-type: disc;
	margin-top: 1em;
	color: #333333;
	padding-left: 10px;
	list-style-image: url(../images/li.gif);
	list-style-position: inside;
	text-indent: 4px;
	margin-bottom: 10px;
	text-align: justify;
}
#text ol li {
	font-size: 1em;
	list-style-type: circle;
	margin-top: 0,8em;
	color: #333333;
	padding-left: 35px;
	list-style-position: inside;
	text-indent: 4px;
	margin-bottom: 10px;
	text-align: justify;

}
.bold {
	font-weight: bold;
}
.fecha {
	background-image: url(../images/ico_calendar.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #9fbd27;
	font-weight: bold;
	padding-right: 10px;
}

.url{
	text-decoration: none;
	color:#BD4E17;
	font-weight: bold;
	
}
dt {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1em;
}
dt a {
	text-decoration: underline;
	color: #333;
}
dt a:hover {
	text-decoration: none;
	color: #333;
}
dd {
	border-bottom:#ccc solid 1px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.enca_verde {
	font-weight: bold;
	color: #99994f;
}
.top_pad {
	padding-top: 2em;
}
#desplaza {
	text-align: center;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#page #content #text ul {
}
ul {
}

