/* CSS Document */

html {
	background: #B8B7B0 url(../img/bg.body.png) top left repeat-x;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #FFF;
	width: 770px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}

form {
	margin: 0;
	padding: 0;
}

td.image {
	border: 1px solid #C54E16;
}

#logo {
	display: block;
	background: url(../img/logo.gif) top left no-repeat;
	height: 60px;
	width: 210px;
	margin-top: -60px;
}

#logo span {
	display: none;
}
body#home #logo {
	background: url(../img/logo.gif) top left no-repeat;
	height: 0px;
	width: 210px;
	margin-top: -60px;
	display: none;
}

#wrap {
	background: transparent url(../img/bg.contenidos.jpg) no-repeat 0px 210px;
}

body#home #wrap {
	background: transparent url(../img/bg.contenidos.jpg) no-repeat 0px 150px;
}

#topTools h2 {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 20px;
	width: 55px;
}
#topTools h2 a {
	background: url(../img/logo.dibam.gif) top left no-repeat;
	display: block;
	height: 20px;
	width: 55px;
}
#topTools h2 a span {
	display: none;
}

#header #logo_memorias {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 35px;
	position: absolute;
	top: 190px;
}

#header h1 {
	font-size: 1.2em;
	margin: 15px 0 0 70px;
	padding: 0;
	color: #999999;
	position: absolute;
	top: 200px;
	width: 700px;
}
#header h1 span {
	font-size: 0.85em;
}
#searchbox {
	float: right;
	margin-right: 4px;
}
#searchbox label {
	display: none;
}
#searchbox input {
	border: 1px solid #FFF;
	font-size: 11px;
	color: #333;
	width: 70px;
    background: #FFF;
	padding: 1px 0 1px 0;
}

#searchbox button {
	color: #FFF;
	border: none;
	font-size: 10px;
    background: #D07145;
	padding: 0 5px;
	width: 40px;
}

#header_image {
	background: transparent top left no-repeat;
	height: 150px;
}
#header_image span {
	display: none;
}

div.home2col {
	margin-top: 85px;
}

div.interior2col {
	background: transparent url(../img/bg.wrap.interior.gif) repeat-y;
	border-top: 20px solid #fff;
}

#home_noticias_block {
	float: left;
	width: 345px;
	padding-left: 20px;
}
#home_noticias_block h2 {
	background-color: #D07145;
	margin-bottom: 20px;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 0;
	height: 20px;
	border-bottom: 20px solid #fff;
}

#home_noticias_content {
	background: #D07145;
	margin: 0;
}

#home_noticias_content h3 {
	font-size: 1.1em;
	color: #333;
	margin: 0 0 5px 0;
}
#home_noticias_content h3 a {
	color: #FFF;
	text-decoration: none;
}
#home_noticias_content h3 a:hover {
	text-decoration: underline;
}
#home_noticias_content p {
	margin: 0;
	color: #FFF;
	line-height: 1.25em;
	text-align: justify;
}

#home_noticias_content td.image {
	border: 1px solid #FFF;
}

#home_noticias_content a.seemore {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 12px;
	background: url(../img/bg.seemore1_off.gif) right center no-repeat;
}
#home_noticias_content a.seemore:hover {
	color: #000;
	background: url(../img/bg.seemore1_on.gif) right center no-repeat;
}
#home_destacados_block {
	background:transparent url(../img/bg.home.separator.gif) no-repeat scroll left top;
	float: left;
	width: 390px;
	padding-left: 15px;
}

#home_destacados_block h2 {
	font-size: 13px;
	background-color: #C54E16;
	margin-bottom: 20px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 0;
	height: 20px;
}

#home_destacados_content {
	border-left: 1px dotted #C54E16;
	border-bottom: 1px dotted #C54E16;
	margin: 20px 20px 0 0;
	padding: 0 0 15px 15px;
}

#home_destacados_content h3 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
#home_destacados_content h3 a {
	color: #C54E16;
	text-decoration: none
}
#home_destacados_content h3 a:hover {
	text-decoration: underline;
}
#home_destacados_content p {
	margin: 0;
	line-height: 1.25em;
	text-align: justify;
}

#home_destacados_content td.image {
	border: 1px solid #C54E16;
}

#home_destacados_content a.seemore {
	font-size: 1.1em;
	font-weight: bold;
	color: #C54E16;
	text-decoration: none;
	padding-right: 12px;
	background: url(../img/bg.seemore2_off.gif) right center no-repeat;
}
#home_destacados_content a.seemore:hover {
	color: #000;
	background: url(../img/bg.seemore2_on.gif) right center no-repeat;
}

#home_noticias_block h2 a,
#home_destacados_block h2 a {
	color: #FFF;
	text-decoration: none;
}
#home_noticias_block h2 a:hover,
#home_destacados_block h2 a:hover {
	text-decoration: underline;
}

/* Igualar alturas de ambos cuadros en portada */
#home_noticias_content {
	height: 270px;
}
#home_destacados_content {
	height: 255px;
}

#footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 10px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#helpbar {
	position: absolute;
	top: 205px;
	width: 770px;
	height: 15px;
}
#helpbar ul {
	list-style: none;
	text-align: right;
	margin: 0 0 0 650px;
	/*margin: 0 0 0 590px;*/
	padding:0px;
}
#helpbar ul li {
	display: inline;
}
#helpbar ul li a {
	display:block;
	float: left;
	width: 30px;
	height: 15px;
}
#helpbar ul li a.ayuda{
	background:url(../img/helpbar.ayuda.gif) top left no-repeat;
}
#helpbar ul li a.mapa{
	background:url(../img/helpbar.mapa.gif) top left no-repeat;
	width: 55px;
}
#helpbar ul li a.contacto{
	background:url(../img/helpbar.contacto.gif) top left no-repeat;
}
#helpbar ul li a:hover {
	background-position: bottom left;
}
#helpbar ul li a span {
	display: none;
}



#links {
	position: absolute;
	top: 250px;
	width: 770px;
	height: 25px;
}
#links ul {
	list-style: none;
	text-align: right;
	margin: 0 0 0 700px;
	padding:0px;
}
#links ul li {
	display: inline;
}
#links ul li a {
	display:block;
	float: left;
	width: 30px;
	height: 25px;
}
#links ul li a.facebook{
	background:url(../img/links.facebook.gif) top left no-repeat;
}
#links ul li a.twitter{
	background:url(../img/links.twitter.gif) top left no-repeat;
}
#links ul li a:hover {
	background-position: bottom left;
}
#links ul li a span {
	display: none;
}



#secondNav {
	line-height: 1.5em;
	background: #fff;
	margin: 65px 0 0 20px;
	color: #D07145;
	border: 1px solid #D07145;
	border-right: none;
	font-weight: bold;
}

#secondNav.header {
	margin: 85px 0 0 20px;
}

#secondNav.sinheader {
	margin: 30px 0 0 20px;
}

#secondNav h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0px 2px 10px;
	display: inline;	
}

#secondNav.sinheader h2 {
	padding-left: 30px;
}

#secondNav h2.especial {
	background: #C54E16 url(../img/bg.header.especial.gif) top right repeat-y;
	color: #FFF;
	padding: 2px 100px 2px 30px;
}
#secondNav span {
	padding-left: 10px;
	color: #333;
}

#secondNav a {
	padding-left: 10px;
	color: #D07145;
	text-decoration: none;
}
#secondNav a.act {
	color: #333333;
}
#secondNav a:hover {
	text-decoration: underline;
}
#secondNav .backToIndex {
	display: block;
	width: 55px;
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 0.85em;
	background: #D07145 url(../img/bg.backtohome.gif) repeat-y top right;
	color: #FFF;
}


#secondNav a.ordenarpor {
	background: url(../img/bg.seemore2_off.gif) center left no-repeat;
	padding-left: 1.1em;
	margin-left: 10px;
}
#secondNav span.ordenarpor {
	background: url(../img/bg.seemore2_on.gif) center left no-repeat;
	padding-left: 12px;
	margin-left: 10px;
}


/* NOTICIAS */

#noticias_lastnews {
	font-size: 0.85em;
	background-color: #D07145;
	float: left;
	width: 145px;
	border-left: 20px solid #fff;
	padding: 10px;
}
#noticias_lastnews h3 {
	font-size: 1em;
	color: #FFF;
	margin: 0;
}
#noticias_lastnews h3 a {
	color: #FFF;
	text-decoration: none;
}
#noticias_lastnews h3 a:hover {
	text-decoration: underline;
}
#noticias_lastnews p {
	margin: 0 0 10px 0;
	color: #FFF;
	line-height: 1.25em
}

#noticias_lastnews .selected h3 {
	color: #FFF;
}
#noticias_lastnews .selected h3 a,
#noticias_lastnews .selected p {
	color: #333;
}


p.seemore {
	margin: 20px 0 10px 0;
}
p.seemore a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 12px;
	background: url(../img/bg.seemore1_off.gif) right center no-repeat;
}
p.seemore a:hover {
	color: #000;
	background: url(../img/bg.seemore1_on.gif) right center no-repeat;
}

#noticias_detalle {
	float: left;
	width: 554px;
	border-left: 1px dotted #C54E16;
	margin-left: 5px;
	padding-left: 25px;
	font-size: 0.85em;
}

#box_detalle {
	width: 530px;
	margin-bottom: 20px;
}

#noticias_detalle a {
	color:#C54E16;
}

#noticias_detalle div.image {
	float: left;
	margin-right: 10px;
	border: 1px solid #C54E16;
}

#noticias_detalle h2 {
	color: #C54E16;
	font-size: 1em;
	margin: 0;
}
#noticias_detalle h2 .epigrafe {
	color: #333;
	font-weight: normal;
}
#noticias_detalle p {
	text-align: justify;
	
}
#noticias_detalle p.bajada {
	font-weight: bold;
	color: #333333;
	margin: 10px 0 0 0;
}

.pie {
	font-weight: bold;
	color: #B9B9B9;
	margin: 6px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
}

#noticias_detalle p.fecha {
	font-weight: bold;
	color: #333333;
	border-top: 1px dotted #C54E16;
	margin: 10px 0 0 0;
	padding-top: 10px;
}

#noticias_detalle_end {
	clear: both;
}

ul#tools {
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
	color: #C54E16;
}

ul#tools li {
	display: inline;
}

ul#tools li.first {
	border-left: 1px solid #C54E16;
	padding-left: 5px;
}

ul#tools li a {
	color: #333333;
	text-decoration: none;
}
ul#tools li a:hover {
	text-decoration: underline;
}

ul#tools li.comentar {
	height: 1.5em;
	line-height: 1.6em;
	background: #C54E16 url(../img/bg.comentar.gif) repeat-y top right;
	padding: 2px 20px 2px 10px;
}
ul#tools li.comentar a {
	height: 1.5em;
	color: #fff;
}

#noticias_index h3 {
	font-size: 1.25em;
	margin: 0;
}

#noticias_index span.fecha {
	font-weight: bold;
}

#noticias_index p {
	text-align: justify;
	margin: 0;
}

#noticias_index h3 a {
	color: #C54E16;
	text-decoration: none;
}

#noticias_index h3 a:hover {
	text-decoration: underline;
}


#destacados_index p {
	margin: 0;
}
#destacados_index a {
	color: #333333;
	text-decoration: none;
}
#destacados_index a:hover {
	text-decoration: underline;
}
#destacados_index a strong{
	color: #C54E16;
}

#destacados_detalle strong {
	color: #C54E16;	
}

#destacados_detalle p,
#noticias_detalle p,
#temas_detalle p {
	line-height: 1.25em;
	margin: 1em auto;
}

.pagNav {
	color: #C54E16;
	border: 1px solid #E3A68A;
	border-width: 1px 0 1px 1px;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 16px;
	height: 16px;
}

.numComentarios {
	position:absolute;
	padding: 5px 10px 5px 470px;
	font-size: 10px;
}
.numComentarios a {
	color: #C54E16;
}
.interior2col .numComentarios {
	padding: 5px 10px 5px 255px;
}

.interior2col .pagNav {
	clear: both;
	margin-left: 0px;
	height: 1.5em;
}

.interior2col .pagNav ul.tools {
	border-left: none;
}

.pagNav a {
	color: #C54E16;
	text-decoration: none;
}

.pagNav a:hover {
	text-decoration: underline;
}

.pagNav span a {
	color: #333333;
}

.pagNav strong {
	color: #333333;
}

.pagNav a.seemore {
	font-weight: bold;
	color: #C54E16;
	text-decoration: none;
	padding-right: 12px;
	background: url(../img/bg.seemore2_off.gif) right center no-repeat;
}
.pagNav a.seemore:hover {
	color: #000;
	background: url(../img/bg.seemore2_on.gif) right center no-repeat;
}

.pagNav a.seeless {
	font-weight: bold;
	color: #C54E16;
	text-decoration: none;
	padding-left: 12px;
	background: url(../img/bg.seeless2_off.gif) left center no-repeat;
}
.pagNav a.seeless:hover {
	color: #000;
	background: url(../img/bg.seeless2_on.gif) left center no-repeat;
}

a.boton {
	background-color: #C54E16;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 160px;
	text-align: center;
}

a.boton:hover {
	background-color: #333333;
}

.inputcaptcha {
	width: 40px;
}


#formulario #frmComentar {
	margin-left: 100px;
}

#formulario #frmPublicar {
	margin-left: 80px;
}
#formulario #frmContacto {
	margin-left: 15px;
}

#formulario h2 {
	font-size: 1.5em;
	color: #C54E16;
	font-weight: normal;
	text-transform: uppercase;
}
#formulario th {
	text-align: right;
	color: #C54E16;
}
#formulario table td {
	width: 520px;
}
#formulario td td {
	width: auto;
	font-size: 1em;
}
#formulario td th {
	font-size: 1em;
}
#formulario td td input {
	width: 340px;
}

#formulario input,
#formulario textarea,
#formulario select,
#formulario .file {
	width: 500px;
	border: 1px solid #C54E16;
}
#formulario input.radio {
	width: auto;
	border: none;
}
#formulario input.captcha {
	width: 360px;
}

#formulario label {
	color: #C54E16;
}

#formulario textarea {
	height: 60px;
}
#formulario button {
	background: #C54E16;
	border: 1px solid #C54E16;
	width: 70px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	border: none;
	margin: 10px 0;
}
#formulario button.cerrar {
	border: 1px solid #C54E16;
	background: #FFF;
	color: #C54E16;
	margin-right: 10px;
	float: right;
}

#formulario strong {
	color: #333333;
}

#formulario strong.numComentarios {
	color: #C54E16;
	position:relative;
	padding: 10px 0;
}

#formulario strong.comenta {
	background: url(../img/bg.seemore2_off.gif) center left no-repeat;
	padding-left: 12px;
}

#img69x103 {
	border: 1px solid #fff;
    height:103px;
    width:69px;
    text-align:center;
    line-height:103px;
	font-size:83px;
	top: -2px;
}
*>div.img69x103{
	font-size:1em;
}
#img69x103 img{
	position:relative;
	/*top: -2px;*/
    vertical-align:middle;
}


div.img160x105 {
	border: 1px solid #C54E16;
    height:105px;
    width:160px;
    text-align:center;
    line-height:105px;
	font-size:85px
}
*>div.img160x105{
	font-size:1em;
}
div.img160x105 img{
	position:relative;
	top: -1px;
    vertical-align:middle
}

div.img255x210 image{
	border: 1px solid #C54E16;
    height:210px;
    width:255px;
    text-align:center;
    line-height:210px;
	font-size:190px
}
*>div.img255x210{
	font-size:1em;
}
div.img255x210 img{
	position:relative;
	top: 0px;
    vertical-align:middle
}


div.img105x70 {
	border: 1px solid #C54E16;
    height:70px;
    width:105px;
    text-align:center;
    line-height:70px;
	font-size:50px
}
*>div.img105x70{
	font-size:1em;
}
div.img105x70 img{
	top: 0px;
    vertical-align:top;
}


div.tabla_ordenada {
	margin: 20px 0  20px 20px;
}
div.tabla_ordenada a {
	text-decoration: none;
	color: #333;
}

div.tabla_ordenada a:hover {
	text-decoration: underline;
}

div.tabla_ordenada a.seemore {
	background: url(../img/bg.seemore2_on.gif) center left no-repeat;
	padding-left: 12px;
}

div.tabla_ordenada tr {
	vertical-align: top;
}
div.tabla_ordenada th {
	text-align: left;
	padding: 2px 8px;
	color: #fff;
}
div.tabla_ordenada th a {
	color: #fff;
}

div.tabla_ordenada th.ordenasc {
	background: #DC7D50 url(../img/ico_orden_asc.gif) center right no-repeat;
}
div.tabla_ordenada th.ordendesc {
	background: #DC7D50 url(../img/ico_orden_desc.gif) center right no-repeat;
}
div.tabla_ordenada th.ordenasc a,
div.tabla_ordenada th.ordendesc a {
	color: #333;
}
div.tabla_ordenada td {
	border-bottom: 1px solid #999;
	padding: 2px 8px;
}
div.tabla_ordenada td.selected {
	background: #F0AE8B;
}
div.tabla_ordenada td.nodata {
	border-bottom: none;
}

/* OTRAS EXPERIENCIAS */

#otrasexperiencias_last {
	font-size: 0.85em;
	background-color: #D07145;
	float: left;
	width: 145px;
	border-left: 20px solid #fff;
	padding: 10px;
}
#otrasexperiencias_last h3 {
	font-size: 1em;
	color: #FFF;
	margin: 0 0 10px 0;
}
#otrasexperiencias_last h3 a {
	color: #FFF;
	text-decoration: none;
}
#otrasexperiencias_last h3 a:hover {
	text-decoration: underline;
}
#otrasexperiencias_last .selected h3 {
	color: #FFF;
}
#otrasexperiencias_last .selected h3 a {
	color: #333;
}


/* TEMAS INDEX */

#temas_index {
	font-size: 0.85em;
	background-color: #D07145;
	float: left;
	width: 145px;
	border-left: 20px solid #fff;
	padding: 10px;
}
#temas_index h3 {
	font-size: 1em;
	color: #FFF;
	margin: 0 0 10px 0;
}
#temas_index h3 a {
	color: #FFF;
	text-decoration: none;
}
#temas_index h3 a:hover {
	text-decoration: underline;
}
#temas_index .selected {
	margin-bottom: 20px;
}
#temas_index .selected h3,
#temas_index .selected p,
#temas_index .selected ul {
	margin: 0;
}
#temas_index p.selected {
	text-align: right;
}
#temas_index .selected ul {
	margin-bottom: 20px;
}
#temas_index .selected li {
	text-align: right;
	list-style-type: none;
}
#temas_index .selected li a {
	color: #fff;
	text-decoration: none;
}
#temas_index .selected li a:hover {
	text-decoration: underline;
}

#temas_index .selected p a {
	color: #333;
	padding: 0;
	text-decoration: none;
}
#temas_index .selected p a:hover {
	text-decoration: underline;
}

#temas_index .selected p.selected a {
	font-weight: bold;
	background: url(../img/bg.seemore1_on.gif) center left no-repeat;
	padding: 0 0 0 12px;
}


#temas_detalle {
	float: left;
	width: 554px;
	border-left: 1px dotted #C54E16;
	margin-left: 5px;
	padding-left: 25px;
}
#temas_detalle div.tabla_ordenada {
	margin: 0 0  20px 0;
}

#temas_detalle h3 {
	font-size: 1.25em;
	margin: 0;
}
#temas_detalle h3 a {
	color: #C54E16;
	text-decoration: none;
}
#temas_detalle h3 a:hover {
	text-decoration: underline;
}

#mapa {
	list-style: none;
	text-align: right;
	width: 190px;
	font-weight: bold;
	color: #C54E16;
	line-height: 2em;
}
#mapa a {
	text-decoration: none;
	color: #C54E16;
}
#mapa a:hover {
	text-decoration: underline;
}

#mapa ul {
	list-style: none;
	position: relative;
	left: 170px;
	top: -2em;
	text-align:left;
	width: 500px;
	margin-bottom: -2em;
}
#mapa ul a {
	color: #333;
}


#buscador a {
	font-weight: bold;
	color: #C54E16;
	text-decoration: none;
}
#buscador a:hover {
	text-decoration: underline;
}

#preguntas_frecuentes {
	font-size: 0.85em;
	margin: 0 20px;
}

#preguntas_frecuentes a {
	font-weight: bold;
	color: #C54E16;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
#preguntas_frecuentes a:hover {
	text-decoration: underline;
}
#preguntas_frecuentes p {
	margin: 0;
}
span#cachito {
	background: transparent url(../img/bg.contenidos.gif) no-repeat;
	position: absolute;
	height: 70px;
	width: 75px;
	margin-top: -51px;
}
