/* ------ TIPOGRAFIAS PERSONALIZADAS ------ */
@font-face {
    font-family: 'optimaregular';
    src: url('22f160bf-webfont.eot');
    src: url('22f160bf-webfont.eot?#iefix') format('embedded-opentype'),
        url('22f160bf-webfont.woff') format('woff'),
        url('22f160bf-webfont.ttf') format('truetype'),
        url('22f160bf-webfont.svg#optimaregular') format('svg');
    font-weight: lighter;
    font-style: normal;
}

/* ------ LAYOUT - GLOBAL ------ */
body {
    background: #dde0e5;
}

form {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size:27px;
    font-weight: normal;
    color: #394c6b;
    margin:0;
}
h2 {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size:18px;
    font-weight: normal;
    color: #394c6b;
    margin:0 0 5px 0;
}
h3 {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size:16px;
    color:#666666;
    margin: 2px 0;
}

h3 a {
    font-family: "optimaregular", Helvetica, sans-serif;
    color: #41577d;
}

h3 a:hover {
    color: #679bf1;
}


h4 {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size:14px;
    color:#3C3C3B;
    font-weight: bold;
    margin:0;
}
h5 {
	font-family: "optimaregular", Helvetica, sans-serif;
    font-size:14px;
    color:#3C3C3B;
    font-weight: bold;
    margin:0;
}
h6 {
	font-family: "optimaregular", Helvetica, sans-serif;
    font-size:14px;
    color:#3C3C3B;
    font-weight: bold;
    margin:0;
}

p {
    font-size:12px;
    font-family: "optimaregular", Helvetica, sans-serif;
    color:#3C3C3B;
    line-height:1.2;
    text-align: justify;
}

a {
    font-family: "optimaregular", Helvetica, sans-serif;
    outline:none;
    text-decoration: none;
    color: #41577d;
}
a:hover {
    color: #679bf1;
}

/* ------ ENCABEZADOS ------ */
#wrapper {
    height: auto;     
    margin: 0 auto;
    /*overflow:hidden;*/
}

#encabezado  {
    background: transparent url("../img/bg_encabezado.jpg") center top no-repeat;
    height: 149px;
    position: relative;
}

#encabezado #caja_encab {
    width: 960px;
    margin: 0 auto;
    display: table;
    position: relative;
}


#caja_encab .logo {
    width: 302px;
    margin: 32px auto 0 auto;
}

/* Buscador */
#caja_encab #caja_buscador {
    position: absolute;
    right: 0px;
    margin: 108px 10px 0 0;
	height: 28px;

}

#caja_buscador .bq-left {
    width: 12px;
	height: 28px;
    background: url("../img/bg-buscador.png") 0 0 no-repeat;
	float: left;
}
#caja_buscador .bq-right {
    width: 159px;
	height: 28px;
    background: url("../img/bg-buscador.png") right top no-repeat;
	float: right;
	position: relative;
}

#caja_buscador .bq-right form {
    width: 100%;
	height: 28px;
}
#caja_buscador .bq-right input {
    width: 120px;
    padding: 4px 0;
    background: transparent;
    border: 0 none;
    font-size: 12px;
	color: #fff;
	float: left;
}

#caja_buscador button {
    float: right;
    width: 26px;
    height: 28px;
    background: none;
    margin: 0 5px 0 0;
	padding: 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    font-size: 12px;
}
#caja_buscador.hidden .bq-right {
	width: 28px;
	overflow: hidden;
}
#caja_buscador.hidden .bq-right form {
	overflow: hidden;
}
#caja_buscador.hidden .bq-right input {
	display: none;
}

/* menu de navegacion */
#menu {
    display: tablke;
    margin: 0 auto 0 auto;
    width: 100%;
    height: 60px;
    background: #41547c url("../img/bg_menu_main.png") left top repeat-x;
}

#menu #caja_menu {
    width: 960px;
    margin: 0 auto;
    display: table;
}

#menu ul li.orientacion-izquierda ul {
	left: auto;
	right: 100%;
	width: auto;
}
#menu ul li.orientacion-izquierda ul li ul {
	right: 100%;
}

#menu ul li.orientacion-derecha ul {
	right: auto;
	left: 100%;
	width: auto;
}
#menu ul li.orientacion-derecha ul li ul {
	right: 100%;
}

/* ------ INTERNA ------ */
#wrapper #content {
    display: table;
    width: 960px;
    margin: 0 auto 10px auto;
    padding: 8px 0 6px 0;
    /*overflow: hidden;*/
}

#content-interna {
    width: 960px;
    margin: 0 auto 10px auto;
    padding: 8px 0 6px 0;
    /*overflow: hidden;*/
}
#content-interna table th,
#content-interna table td {
	padding: 4px;
	border: 1px solid #d6dae0
}


/* Paneles de navegación */
.lateral_izq {
    float: left;
    width: 206px;
}

.lateral_centro {
    width: 468px;
    float: left;
    margin: 0 auto;
}

.lateral_der {
    float: left;
    width: 286px;
}

/* Contenidos de Paneles */
.cont_panel_home_izq {
    float: left;
    width: 187px;
    padding: 4px;
    margin: 0 7px 16px 0;
    border: 2px solid white;
    border-radius: 8px;
    background: #4b617f;
}

.cont_panel_home_cent {
    float: left;
    width: 208px;
    padding: 4px;
    margin: 0 7px 15px;
    border: 2px solid white;
    border-radius: 8px;
    background: #4b617f;
}

.cont_panel_home_der {
    float: right;
    width: 267px;
    padding: 4px;
    margin: 0 0 15px 7px;
    border: 2px solid white;
    border-radius: 8px;
    background: #4b617f;
}

/* cAJAS PARA INTERNAS COMUNES */
.cont_panel_interna_big {
    float: left;
    width: 680px;
    padding: 4px;
    margin: 0 10px 15px 10px;
    border: 2px solid white;
    border-radius: 8px;
    background: #4b617f;
}

/* SLIDERS */
#slider {
    margin: 0 auto 17px;
    padding: 2px;
    position: relative;
    clear: both;
	overflow: hidden;
}

#slider #banner {
    position: relative;
    width: 305px;
    height: 135px;
    margin: 0;
    overflow: hidden;
}

#slider #banner ul {
    list-style: none;
    margin: 0;
}

#slider #banner ul li {
    float:left;
    margin: 0;
    width: 305px; height: 135px;
    border: 0 none;
    text-align: center;
    overflow: hidden;
}

#slider #banner li img {
    width: 305px; height: 135px;
}

#slider #flecha-izquierda {
    position: absolute;
    left: 149px;
    width: 25px;
    margin: 56px 0 0 0;
    z-index: 20;
}

#slider #flecha-derecha {
    position: absolute;
    right: 12px;
    width: 25px;
    margin: 56px 0 0 0;
    z-index: 20;
}

/* cajas intenas para los cuadros */
.caja_int_head {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 8px 8px;
    margin: 0 0 6px 0;
}







/* Paginadores y otros enlacs */
.caja_int_paginad {
    font-family: "optimaregular", Helvetica, sans-serif;
    background: #5c7ca8;
    color: white;
    font-weight: lighter;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    padding: 4px 8px;
    margin-top: 4px;
    display: block;
}

.caja_int_paginad a {
    font-family: "optimaregular", Helvetica, sans-serif;
    color: white;
    display: block;
}


.caja_not_secciones {
    font-family: "optimaregular", Helvetica, sans-serif;
    color: white;
    font-weight: lighter;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 6px 2px;
    margin-top: 4px;
}

.caja_not_secciones ul {
    list-style: none;
    margin: 0 0 5px 0;
    display: table;
}

.caja_not_secciones ul li {
    font-family: "optimaregular", Helvetica, sans-serif;
    float: left;
    margin: 0 4px;
    padding: 0;
}

.caja_not_secciones ul li a {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 11px;
    display: block;
}

.caja_not_secciones a {
    font-family: "optimaregular", Helvetica, sans-serif;
    color: white;
    background: #808080 url("../img/bg_26.png") left top repeat-x;
    padding: 4px 14px;
    border-radius: 6px;
    margin: 0 2px;
    display: block;
}

.caja_not_secciones a.active {
    font-family: "optimaregular", Helvetica, sans-serif;
    color: white;
    background: #90aed1 url("../img/bg_25.png") left top repeat-x;
    padding: 4px 12px;
    border-radius: 6px;
    margin: 0 2px;
    display: block;
}



/* ------ PAGINADOR ------ */
.caja_int_pag_not {
    font-family: "optimaregular", Helvetica, sans-serif;
    background: #5c7ca8;
    color: white;
    font-weight: lighter;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    padding: 7px 8px;
    margin-top: 4px;
    display: block;
}

.caja_int_pag_not a{
    font-family: "optimaregular", Helvetica, sans-serif;
    color: white;
    font-weight: lighter;
    font-size: 11px;
    text-align: right;
    border-radius: 5px;
}

.paginador {    
    clear:both;
    text-align:center;
    margin-bottom:10px;
    margin: 2px 0 0 0;
}

.paginador a {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 14px;
    color: white;
}

.paginador span.pag_act {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 16px;
    color: #0f3364;
    font-weight:bold;
}
.paginador a.pag_nav {
    color: white;
    text-decoration:none;
}
.paginador a.pag_nav:hover {
    color: #c3d5ee;
    text-decoration:none;
}
.paginador span.pag_sep {
    color:gray;
}

/* >CUAROS BLANCOS DE CONTENIDOS */
.caja_int_home {
    font-family: "optimaregular", Helvetica, sans-serif;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 2px 8px;
}

.caja_int_bloque {
    font-family: "optimaregular", Helvetica, sans-serif;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 2px 8px;
}


.cont_relleno {
    font-family: "optimaregular", Helvetica, sans-serif;
    padding: 12px 14px 10px 14px;
    clear: both;
}
.cont_relleno p.navegacion {
	border-bottom: 1px solid #5C7FA5;
	margin: -10px -14px 10px;
	padding: 3px 0;
	color: #41577D;
}
.caja_int_mem p.navegacion {
	border-bottom: 1px solid #5C7FA5;
	margin: 0 0 10px;
	padding: 3px 0;
	color: #41577D;
}
.cont_relleno p.texto {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px 0 10px 0;
    padding: 0;
}

.cont_relleno p.texto a {
    font-family: "optimaregular", Helvetica, sans-serif;
    color: #41577d;
}

.cont_relleno p.texto a:hover {
    color: #4a7bcc;
}

.cont_relleno h1, .cont_relleno h2 {
    font-family: "optimaregular", Helvetica, sans-serif;
}


.caja_int_home_nav {
    padding: 6px 6px;
    height: 26px;
    background: url("../img/bg_listas_foot.png") left bottom repeat-x;
    display: block;
}

.caja_int_home_nav a {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    background: #808080 url("../img/bg_26.png") left top repeat-x;
    padding: 4px 6px;
    border-radius: 6px;
    margin: 0 3px;
}

/* Listados paraa contenidos dentro del cuadro blanco */
.caja_int_home ul {
    list-style: none;
    margin: 0;
}

.caja_int_home ul li {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    color: #525252;
    margin: 0;
    font-size: 12px;
	position: relative;
	padding-right: 15px;
	margin-right: -15px;
}
.caja_int_home ul li img {
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.caja_int_home ul li:last-of-type {
    background: 0 none;
}

.caja_int_home ul li a {
    background: url("../img/bg_listas_foot.png") left top repeat-x;
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 12px;
    padding: 12px 0 12px 4px;
    display: block;
}
.caja_int_home ul li:first-child a {
    background: none;
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 12px;
    padding: 12px 0 12px 4px;
    display: block;
}
.cont_panel_home_cent .caja_int_home ul li {
	margin: 0;
	padding: 0;
}
.caja_int_home ul.irm li {
	display: table;
}
.caja_int_home ul.irm li a {
	padding: 8px 0;
	display: table-row;
	width: 192px;
	height: 57px;
}
.caja_int_home ul.irm li:first-child a {
	height: 56px;
}
.caja_int_home ul.irm li a span {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 5px;
}
.caja_int_home ul.irm li a h2 {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	padding: 5px;
	font-size: 15px;
	text-align: right;
	white-space: nowrap;
}
.caja_int_home ul.invest li a {
	padding: 16px 0 16px 4px;
}
.caja_int_home ul.indicadores li {
	display: table;
}
.caja_int_home ul.indicadores li a {
	padding: 8px 0;
	display: table-row;
	width: 192px;
	height: 57px;
}
.caja_int_home ul.indicadores li:first-child a {
	height: 55px;
}
.caja_int_home ul.indicadores li a span {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 5px;
}
.caja_int_home ul.indicadores li a h2 {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	padding: 5px;
	font-size: 15px;
	text-align: right;
	white-space: nowrap;
}

.caja_int_home ul.financieros li a {
	padding: 7px 0 7px 4px;
}
.caja_int_home ul.financieros li:first-child a {
	padding-bottom: 9px;
}
.caja_int_home ul.financieros li h2 {
	margin: 13px 0 0 5px;
	float: right;
	font-size: 15px;
}
.caja_int_home ul.financieros li h2.line {
	margin-top: 6px;
}

.caja_int_home ul li a:hover,
.caja_int_home ul li a.hover {
    color: #3c7ed8;
}
/* Sub menus */
.caja_int_home ul li.hover ul,
.caja_int_home ul li:hover ul {
	display: block;
}
.caja_int_home ul li ul {
	position: absolute;
	background: none;
	top: 2px;
	left: 185px;
	min-width: 180px;
	background: transparent;
	padding: 0px;
	border: 1px solid #4B617F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;*/
	z-index: 50;
	display: none;
}
.caja_int_home ul li ul li {
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	overflow: hidden;
}
.caja_int_home ul li ul li:first-child {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.caja_int_home ul li ul li:last-child {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.caja_int_home ul li ul li a {
	display: block !important;
	padding: 8px 6px 8px 16px !important;
	white-space: nowrap !important;
	background: #f3f3f3 !important;
}
.caja_int_home ul li ul li a:hover,
.caja_int_home ul li ul li a.hover {
	background: #36496B !important;
	color: #f3f3f3 !important;
}
.caja_int_home ul li ul li ul {
	display: none !important;
}


/* Listado de Noticias - home */
.caja_list_not {
    font-family: "optimaregular", Helvetica, sans-serif;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 2px 8px;
}

.caja_list_not ul {
    list-style: none;
    margin: 0;
}

.caja_list_not ul li {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    /*height: 80px;*/
    color: #525252;
    margin: 0;
    font-size: 11px;
    background: url("../img/bg_listas_foot.png") left bottom repeat-x;
}
.caja_list_not ul li span.fecha {
	color: #333333;
    float: right;
    font-size: 10px;
	margin-top: -12px;
}

.caja_list_not ul li img {
    float: left;
    vertical-align: middle;
    margin: 0 6px 0 0;
    width: 55px;
    height: 55px;
}

.caja_list_not ul li:last-of-type {
    background: 0 none;
}

.caja_list_not ul li a {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 12px;
    padding: 12px 0 12px 4px;
    display: block;
}

.caja_list_not ul li a:hover,
.caja_list_not ul li a.hover {
    color: #3c7ed8;
}

/* Encabezados intenos */
.int_head_nov {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_novedades.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 0 5px 0;
}
.int_head_billetes {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_billetes.jpg") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 0 5px 0;
}

.int_head_cotiz {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_cotizacion.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 15px 8px;
    margin: 0 0 5px 0;
}

.int_head_indicad {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_indicadores.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 0 5px 0;
}

.int_head_notic {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_noticias.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 15px 8px;
    margin: 0 0 5px 0;
}

.int_head_investig {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_investigaciones.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 0 5px 0;
}

.int_head_tasas {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_tasas.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 0 5px 0;
}
.int_head_cultural {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_cultural.jpg") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 12px 8px;
    margin: 0;
}
.int_head_webmail {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_webmail.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 12px 8px;
    margin: 0;
}
.int_head_contables {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #4b617f url("../img/ci_bg_contables.jpg") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 12px 8px;
    margin: 0;
}

/* Titulos de las Internas */
.int_head_internas {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #5d7da5 url("../img/ci_bg_internas.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 15px 8px;
    margin: 0 0 5px 0;
}

.int_head_contacto {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    background: #5d7da5 url("../img/ci_bg_contacto.png") right center no-repeat;
    color: white;
    border-radius: 5px;
    padding: 15px 8px;
    margin: 0 0 5px 0;
}

/* Caja Contenidos Central */
#caja_contenidos {
    display: table;
    float: left;
    width: 75%;
    margin: 0 0 20px 0;
    overflow: hidden;
}


/* ------ LISTADO Y DETALLE DE MEMORIAS ------ */
.caja_int_mem {
    font-family: "optimaregular", Helvetica, sans-serif;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 2px 8px;
}

.caja_int_mem ul {
    display: table;
    list-style: none;
    width: 97%;
    margin: 40px auto 10px auto;
    padding: 3px;
}

.caja_int_mem ul li {
    padding:0;
	margin: 8px 14px;
	float:left;
	width: 180px;
	height: 220px;
	text-align:center;
}

.caja_int_mem ul li img {
    width: 105px;
    height: 150px;
    background: white;
    padding: 3px;
    border: 1px solid #b8b8b8;
}



.caja_int_mem ul li a.titulo {
	font-weight: bold;
	text-decoration: none;
	color: #41577d;
	font-size: 14px;
	line-height: 14px;
}

.caja_int_mem ul li a.titulo:hover,
.caja_int_mem ul li a.titulo.hover {
	color: #679bf1;
	text-decoration: none;
}







/* ------ LISTADO Y DETALLE DE NOTICIAS ------ */
.listado {
    margin: 10px 0 15px 0;
    padding: 0 0 10px;
    position: relative;
    background: url("../img/bg_listas_foot.png") left bottom repeat-x;
    overflow: hidden;
}

.listado:last-of-type {
    background: 0 none;
}

.listado img {
    float:left;
    margin:1px 11px 1px 1px;
    background: white;
    padding: 2px;
    border: 1px solid #bcbcbc;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.listado img:hover {
    border:2px solid #666666;
	margin: 0 10px 0 0;
}
.listado p {
    font-family: "optimaregular", Helvetica, sans-serif;
    margin:0 0 10px;
    color:#666666;
    font-size: 12px;
    line-height:1.2;
}
.listado h4 {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #394c6b;
    margin:0 0 10px;
}
.listado a.btn {
    background: #90aed1 url("../img/bg_25.png") left top repeat-x;
    font-family: "optimaregular", Helvetica, sans-serif;
    color: white;
    float:right;
    padding:4px 12px;
    margin:0 5px 0 0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=135, color='#333333');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=1, Direction=135, Color='#333333')";
}
.listado a.btn:hover {
    background: #90aed1 url("../img/bg_25_hv.png") left top repeat-x;
    font-family: "optimaregular", Helvetica, sans-serif;
    color: #ffffff;
    text-decoration:none;
}

/* Vista Calendario / Listado */
a.volver {
    font-family: "optimaregular", Helvetica, sans-serif;
    text-align: center;
    background: #969696;
    font-size: 12px;
    width: 180px;
    color: white;
    margin: 0 auto;
    padding: 6px 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

a.volver:hover {    
    background: #b1b1b1;
}



/* Cotizaciones */
#cotizaciones {
    color: #5b5b5b;
    font-size: 10px;
    font-family: "optimaregular", Helvetica, sans-serif;
    overflow: hidden;
}

#cotizaciones h2 {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 12px;
}

#cotizaciones table {
    border-collapse: collapse;
    font-size: 11px;
    width: 100%;
    margin: 0 auto 20px auto;
}

#cotizaciones th {
    font-weight: bold;
    text-align: left;
    text-align: center;
    font-family: "optimaregular", Helvetica, sans-serif;
}

#cotizaciones td {
    vertical-align: middle;
    text-align: left;
    line-height: 10px;
    font-family: "optimaregular", Helvetica, sans-serif;
}

#cotizaciones th.valor,
#cotizaciones td.valor {
    text-align: right;
    width: 60px;
}

#cotizaciones td img {
    text-align: center;
    vertical-align: middle;
}


































/* ------ PIE DE PAGINA ------ */
#separador {
    clear: both;
    height: 10px;
}

#footer {
    width: 100%;
    height :130px;
    margin:0 auto;
    background: #c6c9ce url("../img/bg_top_footer.png") left top repeat-x;
}

#footer #footer-centro {
    width: 960px;
    margin: 0 auto;
    color: #6f6f70;
    font-size: 10px;
}

/* Textos del Pie de Pagina: Copyright, dirección... */
#footer-centro .contenido-texto {
    float: left; margin: 18px 6px 0 10px; width: 350px;
    color: #6f6f70;
    font-family:"futura_md_btmedium", Helvetica Neue, Helvetica, sans-serif;
    font-size: 10px;
}

.contenido-texto ul {
    list-style: none;
    margin: 10px 0 0 0;
}

.contenido-texto ul li {
    padding: 1px 0;
    margin: 0;
}

.contenido-texto ul li img {
    padding: 0 6px 0 0;
}


#footer-centro .contenido-texto .copy {
    font-family:"futura_md_btmedium", Helvetica Neue, Helvetica, sans-serif;
    color: #6f6f70;
    font-size: 10px;
}


#footer-centro .contenido-texto a {
    font-family:"futura_md_btmedium", Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    color: #6f6f70;
}

#footer-centro .contenido-texto a:hover {
    text-decoration: underline;
}

/* Mas Creativo */
#footer-centro .logo_mc {
    float: right;
    margin: 45px 10px 0 0;
}

/* Redes Sociales */
#footer-centro .bl-social {
    float: right;
    margin: 50px 60px 0 0;
}

#footer-centro .bl-social h3 {
    color: #6f6f70;
    margin: 0 0 6px 0;
    font-weight: normal;
    text-transform: uppercase;
    /*background: url(../img/bk045.png) left bottom repeat-x;*/
    padding: 0 0 6px 0;
}


#footer-centro .bl-social ul {
    list-style: none;
    margin: 0;
}

#footer-centro .bl-social ul li {
    float: left;
    margin: 0;
    padding: 0 6px 0 6px;
}

#footer-centro .bl-social ul li.seg {
    padding: 6px 6px 0 0;
}

#footer-centro .bl-social ul li a {
    display: block;
}
#footer-centro .apps {
    font-family:"futura_md_btmedium", Helvetica Neue, Helvetica, sans-serif;
	float: right;
	margin: 23px 40px 0 0;
	width: 255px;
	text-align: center;
	font-size: 9px;
	line-height: 25px;
}




/* -------- GALERÍA -------- */
#wrapper #content #content-interna  .galeria {
    display: inline-block;
    margin:0;
}
#wrapper #content #content-interna  .galeria h4 {
    font-size: 12px;
    font-weight: normal;
    font-family:"Arial", Helvetica Neue, Helvetica, sans-serif;
    color:#3C3C3B;
    text-align: center;
    width: 170px;
    margin: 0 auto;
    line-height: 15px;
}
#wrapper #content #content-interna  .galeria ul {
    list-style: none;
    margin: 0;
}
#wrapper #content #content-interna  .galeria ul li {
    float: left;
    margin: 10px;
}
#wrapper #content #content-interna  .galeria img {
    padding: 5px;
    border: 1px solid #cccccc;
    background: #ffffff;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#wrapper #content #content-interna  .galeria img:hover {
    border: 1px solid #666666;
}

/* ------ INTERNA CATEGORIA ------ */
#wrapper #content #content-interna #navegacion_categorias {
    position: relative;
    margin: 0 0 10px;
    border-top: 1px dotted #cccccc;
}
#wrapper #content #content-interna #navegacion_categorias ul {
    list-style: none;
    margin: 0;
}
#wrapper #content #content-interna #navegacion_categorias ul li {
    margin: 0;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
}
#wrapper #content #content-interna #navegacion_categorias ul li a {
    margin: 0;
    padding: 15px 0;
    display: block;
}
#wrapper #content #content-interna #navegacion_categorias ul li a:hover {
    background: #c0e4f8;
}
/* ------ Interna Listado con Categorias ------ */
#wrapper #content #content-interna #listado-interna-categoria {
    position: relative;
    margin-bottom: 10px;
}
/* ------ FIN DE INTERNA CATEGORIA ------ */


/* ------ FORMULARIO ------ */

.blq_form {
    float: left;
    margin: 4px 10px 0 0;
    overflow: hidden;
}

.formulario {
    position: absolute;
}

form fieldset {
    padding-bottom:20px;
    padding-top:10px;
    margin:0;
}

form p {
    behavior:url('PIE.htc');
    margin: 3px 5px 10px 0;
    float:left;
    width:320px;
    font-size: 12px;
    font-family: "optimaregular", Helvetica, sans-serif;
    font-size: 12px;
}

form p.obli input {
    background: #ffc8c8;
    border: 1px solid red;
    opacity:0.8;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}


form p.obli textarea {
    background: #ffc8c8;
    border: 1px solid red;
    opacity:0.8;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}

form label {
    font-family: "optimaregular", Helvetica, sans-serif;
    font-weight:normal;
    color: #727272;
    font-size: 12px;
}

form input {
    padding:5px;
    margin: 3px 0 0 0;
    /*border-bottom:1px dotted #ccc;
    background:#f4fbfe;*/
    background: white;
    border: 1px solid #969696;
    border-radius:5px;
}

form input:focus {
    background: white;
    border: 1px solid #646464;
    opacity:0.8;
}

form textarea {
    padding: 7px;
    margin: 3px 0 0 0;
    /*background:#f4fbfe;*/
    background: white;
    font:inherit;
    height:71px;
    overflow:auto;
    border: 1px solid #969696;
    border-radius: 5px;
}

form textarea:focus {
    background: #ffffff;
    opacity:0.8;
    border: 1px solid #646464;
}

form select {
    padding: 4px;
    margin: 3px 0 0 0;
    /*border-bottom:1px dotted #ccc;
    background:#f4fbfe;*/
    background: #fff;
    border: 1px solid #969696;
    border-radius: 5px;
}

form button.enviar {
    text-align:center;
    cursor:pointer;
    float:left;
    margin:0;
    padding:5px 13px;
    color:#ffffff;
    background: #90aed1 url("../img/bg_25.png") left top repeat-x;
    border:0;
    font-family:"futura_md_btmedium", Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:normal;
    line-height:1.2;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=135, color='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=1, Direction=135, Color='#000000')";
}

form button.enviar:hover {
    background: #90aed1 url("../img/bg_25_hv.png") left top repeat-x;
}

form img {
    vertical-align:middle;
}

form input#captcha_code {
    width:auto;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
    padding:5px;
}

form img#captcha_img {
    padding:1px;
    border:1px solid #ccc;
}

form img#captcha_arrow {
    border:0 none;
}

form img#captcha_reload {
    border:0 none;
}

form p.enviador {
    background:none;
    border:0;
}


form input.radio {
    width: auto;
}

form span.radios {
    padding: 10px;
    display: block;
}
/* ------ FIN DE INTERNA ------ */



/* ------ NOTIFICACIONES ------ */
.error, .alert, .notice, .success, .info {padding:0.5em; padding-left:25px;margin-bottom:0.5em;border:1px solid #ddd;}
.error, .alert {background:url(../img/notify-error.png) 5px 50% no-repeat #fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:url(../img/notify-notice.png) 5px 50% no-repeat #fff6bf;color:#514721;border-color:#ffd324;}
.success {background:url(../img/notify-success.png) 5px 50% no-repeat #e6efc2;color:#264409;border-color:#c6d880;}
.info {background:url(../img/notify-info.png) 5px 50% no-repeat #d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
/* ------ FIN DE LAS NOTIFICACIONES ------ */





/* ------ FRIGHT ------ */
.fright {
    float: right;
    font-weight: normal;
    color: #999999;
}

#link-cultural {
	float: left;
	margin-left: 10px;
	margin-right: 2px;
}
#link-cultural a {
	display: block;
}
/* ------ FIN DE FRIGHT ------ */


/* ------ LINKS ------ */


/* ------ HEADER ------ */


/* ------ NAVBAR ------ */


/* ------ SIDEBAR ------ */


/* ------ FORMS ------ */
