/*--------------------- BODY ---------------------*/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:87.5%;
	color:#202020;
	text-align:center;
	margin:0;
	padding:0;
	background:#FFF;
}

/*--------------------- HTML ---------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved. http://creativecommons.org/licenses/by/2.0 This style sheet portion is licensed under a Creative Commons License. */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
ul,ol {list-style:none}
/* // (CC) 2004 Tantek Celik. // */

/*------ Semantica ------*/
h1 {
	background:url(../media/img/all/bg-h1.png) no-repeat left top;
	color:#FFF;
	font-size:1.3em;
	left:0;
	padding:.5em 0 1.2em 1em;
	position:absolute;
	top:0;
	width:20em;
}
h1.largo {
	background-image:url(../media/img/all/bg-h1-largo.png);
}
h2 {
	background:url(../media/img/all/bg-h2.png) no-repeat right bottom;
	color:#EB690B;
	font-size:1.1em;
	margin:.7em 0 .5em 0;
	padding-bottom:.3em;
}
h2.ficha { /* Usado en trabajos y clientes */
	background:url(../media/img/all/bg-h2-ficha.png) repeat-y right bottom #CCC;
	color:#FFF;
	font-size:1em;
	margin:.7em 0 .5em 0;
	padding:.2em .5em .3em .5em;
}
	h2.ficha a {
		color:#FFF;
		text-decoration:none;
	}
	h2.ficha a:hover {
		color:#612B05;
		text-decoration:underline;
	}
	612B05
h3 {
	color:#612B05;
	font-size:1em;
	margin:.8em 0 .5em 0;
}

h4, h5, h6 {}
p {
	margin:0 0 1em 0;
}
#contenido ol, 
#contenido ul {
	margin:.5em 0 1.3em 0;
}
#contenido li {
	background:url(../media/img/all/bullet-li.png) no-repeat left .6em;
	line-height:1.5em;
	margin:0 1em .4em 1.5em;
	padding-left:1em;
}
#contenido ol li {
	background:none;
	list-style:decimal;
	margin-left:3em;
	padding-left:0;
}
a {
	color:#EB690B;
	text-decoration:underline;
}
a:hover {
	color:#612B05;
	text-decoration:none;
}
img,
a img {
	border:1px solid #FFF;
}
a:hover img {
	border:1px solid #CCC;
}
abbr, acronym {
	border-bottom:1px dashed;
	cursor:help;
}
a abbr, a acronym {
	cursor:pointer;
}
#contenido strong {
	color:#EB690B;
}
kbd { /* Keyboard. Es usado en la seccion de "Accesibilidad" */
	color:#000;
	padding:.1em .4em .1em .4em;
	border-top:1px solid #F7F7F7F;
	border-left:1px solid #F7F7F7F;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#F5F5F5;
}

/*------ Formularios ------*/
form {
	background:url(../media/img/all/bg-form.png) no-repeat;
	height:33em;
	margin:0 0 0 -1em;
	width:62em;
}
#contenido form ul {
	padding:2em 0 0 21em;
}
#contenido form li {
	background:none;
	margin:0 0 1.5em 0;
	padding:0;
}
#contenido form label {
	display:block;
	float:left;
	line-height:1.1em;
	margin-right:.5em;
	margin-bottom:0;
	text-align:right;
	width:10em;
}
form li input,
textarea {
	background-color:#FDF3EC;
	border:1px solid #F7C39D;
	color:#612B05;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:.1em .5em;
	width:29em;
}
textarea {
	height:15em;
}
form .boton {
	margin:-.7em 0 0 31em;
}
form .boton input {
	background:url(../media/img/all/bg-boton-input.png) no-repeat bottom center;
	border:none;
	color:#EB690B;
	cursor:pointer;
	font-size:1.1em;
	font-weight:bold;
	height:2em;
	width:6em;

}
textarea:focus, input:focus, select:focus {}
textarea:hover, input:hover, select:hover {}

/*------ Tablas ------*/
table {
	border-collapse:collapse; /* Para quitar el padding de las celdas */
	border-spacing:0;
	width:99%;
}
caption, th, td {}

/*--------------------- ESTRUCTURA ---------------------*/
#contenedor { /* Capa contenedora de todo el web */	
	background:url(../media/img/all/bg-contenedor.png) repeat-y;
	margin:1em auto;
	text-align:left;
	width:71.5em;
}

/*------ Cabecera ------*/
#cabecera {
	background:url(../media/img/all/bg-cabecera.jpg) no-repeat bottom center;
	height:16.3em;
	padding:0 3em;
	position:relative;
}
#cabecera #logo {
	left:4em;
	position:absolute;
	top:3.5em;
}
#cabecera #logo a img {
	border:none;
}
#cabecera #menuAuxiliar,
#cabecera #menuIdiomas {
	color:#FFF;
	font-size:.8em;
	position:absolute;
	right:3em;
	top:.9em;
}
#cabecera #menuIdiomas {
	top:13em;
}
#cabecera #menuAuxiliar li,
#cabecera #menuIdiomas li {
	float:left;
}
#cabecera #menuAuxiliar span {
	margin:0 .5em 0 .2em;
}
#cabecera #menuAuxiliar strong,
#cabecera #menuIdiomas strong {
	color:#CCC;
	font-weight:normal;
}
#cabecera #menuAuxiliar a,
#cabecera #menuIdiomas a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#cabecera #menuAuxiliar a:hover,
#cabecera #menuIdiomas a:hover {
	text-decoration:underline;
}
#menuIdiomas {
	bottom:5em;
}
/*------ Menu principal ------*/
#menuPrincipal {
	bottom:1.5em;
	color:#FFF;
	font-size:1.3em;
	position:absolute;
	right:1.3em;
}
#menuPrincipal li {
	float:left;
}
#menuPrincipal a {
	color:#FFF;
	display:block;
	padding:.25em 1.5em .35em 1.5em;
	text-decoration:none;
}
#menuPrincipal a:hover {
	background:url(../media/img/all/bg-menuprincipal-li-hover.png) repeat-x;
}
#menuPrincipal strong {
	font-weight:normal;
}
#menuPrincipal strong a {
	background:url(../media/img/all/bg-menuprincipal-li-strong.png) repeat-x;
}

/*------ Contenido ------*/
#contenido {
	border:3px solid #EB690B;
	margin:0 3em;
	padding:5em 2em 1.5em 2em;
	position:relative;
}
.dosColumnas#contenido {
	float:left;
	margin-right:2em;
	width:45.5em;
}
/*------ Destacado ------*/
#destacado {
	background:url(../media/img/all/bg-destacado.gif) no-repeat top left #EB690B;
	float:left;
	padding-bottom:.5em;
	width:14.8em;
}
#destacado strong {
	color:#EB690B;
	font-size:1.2em;
}
#destacado ul {
	background:#000;
	margin-left:1.4em;
	padding:.8em 0 2em .8em;
	width:11.7em;
}
#destacado li {
	margin-bottom:.4em;
}
#destacado img {
	width:150px;
}
#destacado .mas {
	color:#FFF;
	font-weight:bold;
	margin:-1.5em 2em 0 3em;
	text-align:center;
}
#destacado .mas a {
	background:url(../media/img/all/bg-destacado-mas.gif) no-repeat top center #EB690B;
	color:#FFF;
	display:block;
	padding:.5em 0;
	text-decoration:none;
	width:10em;
}
#destacado .mas a:hover {
	text-decoration:underline;
}

/*------ Pie ------*/
#pie {
	background:url(../media/img/all/bg-pie.png) no-repeat bottom center;
	color:#FD4E1B;
	font-size:.85em;
	font-weight:bold;
	height:10em;
	padding-top:1em;
	position:relative;
	text-align:center;
}
#pie p {
	line-height:1.1em;
	margin:0 0 .4em 0;
}
#pie .enlaces {
	font-size:1.1em;
}
#pie .enlaces a {
	font-weight:normal;
}
#pie a {
	color:#FD4E1B;
}
#pie #facebook {
	left:5.75em;
	position:absolute;
	top:1.5em;
}

/*--------------------- CLASES GENERALES ---------------------*/
.ayudaAcces { /* Texto oculto para lectores de pantalla */
	position:absolute;
	left:-10000px;
	top:-10000px;
	font-size:.1em;
	line-height:1%;
}
.clear {
	clear:both;
}
.nota {
	background:#FDFDCC none repeat scroll 0%;
	border:1px solid #F2F2F2;
	padding:1em 2em;
}
#contenido .nota strong {
	color:#202020;
}
#map {
	border:1px solid #ccc;
	height:27.5em;
}
/* Paginacion */
.paginacion {
	border-top:1px solid #EBEBEB;
	margin:2em 0;
	padding-top:1em;
	text-align:center;
}
.paginacion a {
	padding:0 .2em;
}
.paginacion .anterior,
.paginacion .siguiente {
	color:#CCC;
}
.paginacion .anterior {
	margin-right:1em;
}
.paginacion .siguiente {
	margin-left:1em;
}
/* Volver */
.volver {
	clear:both;
	text-align:right;
}
