/* CSS Document */

@import url("header.css");

/****** General Styles ******/
body {
	background: #EFF3FF url('images/fondo.png') repeat-x;
	font-size: 90%;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 150%;
	margin: 0;
}

/* text */
p {
	line-height: 170%;
	margin: 5px 0 10px 0;
	padding: 0;
}
h1, h2, h3 {
	color: #004189;
}
td, th {
	font-size: 100%;
	line-height: 150%;
}
ul {
	margin: 0 0 10px 2em;
	padding: 0;
}
li {
	margin: 0 0 5px 2em;
	padding: 0;
}
dl, dt, dd {
	line-height: 120%;
}

/* links */
a,
a:link,
a:visited,
a:active {
	color: #004189;
	text-decoration: underline;
}
a:hover {
	color: #395500;
	background: #EFF9D0;
}

/* other */
img {
	border: none;
	margin: 4px;
	max-width: 100%;
}

hr {
	height: 2px;
	border: 0;
	border-top: 1px dashed #000000;
}

#wrapper {
	margin: 3px auto;
	padding: 0 3px 0 3px;
	width: 780px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

/****** Content Block ******/
#contentWrapper {
	margin: 0 auto;
	line-height: 150%;
}
#contenido_arriba {
	background: url('images/contenido-arriba.png') no-repeat;
	height: 5px;
	margin: 0 auto;
}
#contenido {
	background: url('images/contenido-medio.png') repeat-y;
	padding: 0 5px;
}
#contenido_fondo {
    background: url('images/contenido-fondo.png') repeat-y;
    overflow: hidden;
	margin: 0 auto;
	padding: 10px 15px 10px 15px;
}
#contenido_abajo {
	background: url('images/contenido-abajo.png') no-repeat;
	color: #4D6980;
	padding-top: 4px;
	margin: 0 auto;
	height: 34px;
}

/****** Footer ******/
#footer {
	text-align: center;
	color: #666666;
	font-size: 85%;
	line-height: 100%;
	clear: both;
}
#innerFooter {
	margin: 0 auto;
}
#copyright {}
#footer a:link,
#footer a:visited,
#footer a:hover {
	color: #004189;
	text-decoration: underline;
	background: none;
}



/****** Format page "Inicio" ******/

#ini_general {
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}
#ini_principal {
	float: left;
	width: 73%;
	margin: 0;
	padding: 0;
}
#ini_colderecha {
	float: right;
	overflow: hidden;
	width: 23%;
	margin: 0;
	padding: 0;
}
#ini_pie {
	clear: both;
	text-align: center;
}
#ini_innerpad {
	padding: 0 0 0 5px;
}
.noticia_cabecera {
	padding: 5px 25px 0;
	background: url('images/noticia/noticia-top.png') no-repeat center top;
}
.noticia_titulo {
    float: left;
	width: 430px;
}
.noticia_titulo h2 {
    margin: 0;
	padding: 0;
	text-align: left;
}
.noticia_fecha {
    background: url('images/noticia/noticia-fecha.png') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
    height: 34px;
    width: 48px;
    text-align: center;
    float: right;
    font-size: 10px;
    padding-top: 16px;
	line-height: 12px;
}
.noticia_fecha .dia {
    font-size: 13px;
    font-weight: bold;
}
.noticia_clear {
    clear: both;
    height: 0;
	width: 88%;
    line-height: 0px;
	border-bottom: 1px dotted #0C0C0C;
}
.noticia_contenido {
	background: url('images/noticia/noticia-center.png') repeat-y center top;
	padding: 10px 25px 0;
}
.noticia_contenido p {
	margin: 5px 0 0 0;
}
.noticia_contenido img {
	padding: 8px;
	background: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 95%;
}
.noticia_contenido img.peque {
	padding: 8px;
	background: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 95%;
	float: left;
}
.noticia_pie {
	background: url('images/noticia/noticia-bottom.png') no-repeat center bottom;
	height: 16px;
	margin-bottom: 10px;
}
div.box {
	padding: 0;
	width: 100%;
	background: url('images/box/box-br.png') no-repeat bottom right;
	margin-bottom: 10px;
}
div.box h3 {
	margin: 0;
	text-align: center;
	font-size: 110%;
}
div.box h4 {
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 100%;
}
div.box h5 {
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 75%;
}
div.box p {
	font-size: 75%;
	line-height: 140%;
}
div.box ul,
div.box ol {
	margin: 0;
	padding: 0;
}
div.box li {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 75%;
	line-height: 140%;
}
div.box_left {
	margin: 0;
	padding: 0;
	background: url('images/box/box-bl.png') no-repeat bottom left;
}
div.box_right {
	padding: 0;
	margin: 0;
	background: url('images/box/box-tr.png') no-repeat top right;
}
div.box_top {
	padding: 8px 10px;
	background: url('images/box/box-tl.png') no-repeat top left;
}
div.box_contacto {
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
}
div.box_contacto .telefono {
	font-weight: bolder;
}
div.box_contacto img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
div.box_contacto .telefono .horario {
	font-size: 80%;
}
div.box_contacto .correo {
	padding-top: 10px;
	font-size: 75%;
	font-weight: bold;
}
#ini_login img {
	margin: 0;
	padding: 0;
}
#ini_fecha {
	height: 130px;
	background: url('images/Inicio/fecha.png') top center no-repeat;
	font-family: "Arial Black", Gadget, sans-serif;
}
#ini_fecha_mes {
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
#ini_fecha_ano {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
#ini_fecha_dia {
	padding-top: 75px;
	text-align: center;
	font-size: 70px;
	font-weight: bolder;
}
#facebook {
	text-align: center;
}
#facebook img {
	display: block;
	width: 80%;
	margin: 10px auto;
}
#transcantabrica img {
	display: block;
	margin: 0;
}
#ini_trabajando {
	background: url('images/Inicio/trabajando.png') bottom center no-repeat;
}


/****** Format page "Actividades" ******/

#act_general {
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
	background: url('images/Actividades/lista.png') no-repeat top left;
}
#act_general h1 {
	margin: 0;
	text-align: center;
	padding: 20px 0 20px 0px;
}
#act_menuCombo {
    margin-right: auto;
    margin-left: auto;
	text-align: center;
}
#act_lista {
	min-height: 200px;
}
#act_cabecera {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 35px;
	line-height: 100%;
}
#act_cabe_izq {
	float: left;
}
#act_cabe_der {
	width: 150px;
	float: right;
	text-align: right;
}
#act_tabla_act {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 750px;
}
#act_tabla_act table {
	border: 1px #666666 solid;
	background-color: #CCCCCC;
	width: 100%;
}

#act_tabla_act th {
	background-color: #91A3B5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100%;
}
.act_tabla_act_l1 {}
.act_tabla_act_c1 {
	width: 80px;
	text-align: center;
	color: #CC0099;
	text-transform: uppercase;
}
.act_tabla_act_c2 {
	width: 80px;
	text-align: center;
	color: #CC0099;
}
.act_tabla_act_c3 {
	text-align: left;
	color: #0066FF;
	padding-left: 3px;
	text-transform: uppercase;
}
.act_tabla_act_c3 .preparadores {
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
}
.act_tabla_act_c3 .preparadores:before {
	font-style: normal;
	content: "Por: "
}
.act_tabla_act_c3_ruta {
	float: left;
}
.act_tabla_act_c3_iconos {
	float: left;
}
.act_tabla_act_c4 {
	width: 75px;
	text-align: center;
	color: #FF0000;
}
.act_tabla_act_c5 {
	width: 75px;
	text-align: center;
	color: #FF0000;
}
.act_tabla_act_c6 {
	width: 75px;
	text-align: center;
	color: #FF0000;
}
#act_tabla_act img {
	max-height: 30px;
	vertical-align: middle;
}
#act_tabla_act a:link,
#act_tabla_act a:visited {
	color: #0066FF;
}
.act_act_normal {
	height: 38px;
	background-color: #EBE3E0;
}
.act_act_larga {
	height: 38px;
	background-color: #EBE3E0;
	font-weight: bold;
}
.act_act_normal_sig {
	height: 38px;
	background-color: #FFFF66;
}
.act_act_larga_sig {
	height: 38px;
	font-weight: bold;
	background-color: #FFFF66;
}
#act_iconos_actualizar {
	float: left;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 49%;
    font-style: italic;
}
#act_iconos_determinar {
	float: right;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
	text-align: right;
    width: 49%;
    font-style: italic;
}
#act_iconos_determinar img,
#act_iconos_actualizar img {
	vertical-align: middle;
}
#act_notas {
    padding-left: 30px;
    padding-bottom: 10px;
    font-style: italic;
	clear: both;
}



/****** Format page "Apuntarse" ******/

#apu_general {
    margin-right: auto;
    margin-left: auto;
	margin-top: -5px;
	padding: 0 10px;
    text-align: justify;
}
#apu_tablacuenta {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 500px;
}
#apu_tablacuenta table {
	border: 1px #666666 solid;
	background-color: #CCCCCC;
}
#apu_tablacuenta th {
	background-color: #91A3B5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.apu_tablacuenta_l1 {}
.apu_tablacuenta_l2 {
	background-color: #EAEAFF;
}
.apu_tablacuenta_c1 {
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	width: 150px;
}
.apu_tablacuenta_c2 {
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	width: 350px;
}
.apu_importante {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	margin: 15px auto;
	font-size: 120%;
}
#apu_tablabus {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 420px;
}
#apu_tablabus table {
	border: 1px #666666 solid;
	background-color: #CCCCCC;
}
#apu_tablabus th {
	background-color: #91A3B5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.apu_tablabus_l1 {}
.apu_tablabus_l2 {
	background-color: #EAEAFF;
}
.apu_tablabus_c1 {
	text-align: left;
	width: 345px;
}
.apu_tablabus_c2 {
	text-align: center;
	width: 55px;
}



/****** Format page "Socios" ******/

#soc_general {
    margin-right: auto;
    margin-left: auto;
	margin-top: -5px;
	padding: 0 10px;
    text-align: justify;
}
#soc_precios {
    margin-right: auto;
    margin-left: auto;
	padding: 10px 20px 10px 20px;
    background: #EAEAFF;
    width: 600px;
}
#soc_seguros {
    margin-left: 50px;
    margin-right: auto;
	margin-top: 17px;
    width: 200px;
    text-align: right;
    float: left;
}
#soc_seguros table {
	border: 2px #666666 solid;
	background-color: #EAEAFF;
	height: 110px;
    width: 100%;
}
.soc_seguros_l1 {
	vertical-align: middle;
	text-align: center;
}
.soc_seguros_l2 {
	vertical-align: top;
	text-align: center;
}

#soc_clear {
	clear: both;
	height: 1px;
}

#soc_carnet {
    margin-right: 50px;
    margin-left: auto;
    width: 230px;
    float: right;
}
#soc_tablaprecios table {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
	line-height: 80%;
	overflow: visible;
}
#soc_tablaprecios th {
	background-color: #91A3B5;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
#soc_tablaprecios tr {
	height: 20px;
}
.soc_precios_tit {
	text-align: center;
	background-color: #88AAAA;
    border: thin double #000369;
}
.soc_precios_sep {
	width: 10px;
}
.soc_precios_c1 {
	text-align: center;
	width: 50px;
	background-color: #C9C9C9;
    border: thin double #000369;
}
.soc_precios_c2 {
	text-align: center;
	width: 100px;
}
.soc_precios_c3 {
	text-align: center;
	width: 30px;
	border-width: thin;
	border-bottom-style: dotted;
}
.soc_precios_c4 {
	text-align: center;
	width: 250px;
	background-color: #88AAAA;
    border: thin double #000369;
}
#soc_precios_texto {
	margin-top: 10px;
	font-size: 80%;
	text-align: center;
}
#soc_precios_texto p {
	line-height: 100%;
}
#soc_ventajas {
    margin-right: 50px;
    margin-left: 50px;
    text-align: left;
	padding-top: 10px;
}
#soc_ventajas h1 {
    text-align: center;
}
#soc_tiendas {
	padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}



/****** Format page "Normativa" ******/

#nor_general {
    margin-right: auto;
    margin-left: auto;
	margin-top: -5px;
	padding: 0 10px;
    text-align: justify;
}
#nor_general h1 {
	margin: 0;
	padding-bottom: 10px;
}
#nor_cabecera {
	margin: 0;
	padding: 20px 0 15px 0;
    text-align: center;
}
.nor_grupo {
    margin-right: auto;
    margin-left: auto;
	padding-top: 20px;
}



/****** Format page "Documentos" ******/

#doc_general {
    margin-right: auto;
    margin-left: 10px;
	padding: 0 10px;
 	text-align: justify;
	background: url('images/Documentos/libros.png') no-repeat top left;
}
#doc_general h1 {
	margin: 0;
	padding-bottom: 10px;
}
#doc_cabecera {
	margin: 0;
	padding: 5px 15px 10px 150px;
}
div.contenedor {
	margin-top: 20px;
}
div.contenedor h2 {
	margin: 5px;
}
div.documento {
	background: url('images/documento/doc-medio.png') repeat-y center top;
	width: 726px;
	color: #555555;
	font-size: 75%;
}
div.documento_bottom {
	background: url('images/documento/doc-abajo.png') no-repeat center bottom;
}
div.documento_top {
	background: url('images/documento/doc-arriba.png') no-repeat center top;
	padding-bottom: 1px;
}
.doc_superior {
	border-bottom: #D9DDDE solid 1px;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 0 3px 7px;
	margin: 0 8px 0 70px;
}
.doc_inferior {
	clear: none !important;
	padding: 3px 0 0 7px;
	margin: 0 8px 0 70px;
}
.doc_inferior p {
	line-height: 140%;
}
.info-dos {
	float: left;
	margin: -20px 0 0 245px;
}
.info-tres {
	float: left;
	margin: -22px 0 0 440px;
}
div.contenedor a[href*='.htm'],
div.contenedor a[href*='.html'],
div.contenedor a[href*='.php'] {
	background: url('images/icons/url.png') 0 32px no-repeat;
	padding-bottom: 80px;
}
div.contenedor a[href*='.pdf'], .pdflink {
	background: url('images/icons/pdf.png') 0 32px no-repeat;
	padding-bottom: 80px;
}



/****** Format page "Sobre nos" ******/

#nos_general {
    margin-right: auto;
    margin-left: auto;
	padding: 0 10px;
    text-align: justify;
}
#nos_foto1 {
	float: left;
	padding-left: 100px;
	margin: 5px auto;
	height: 170px;
	width: 200px;
	border: 0;
}
#nos_foto2 {
	float: right;
	padding-right: 100px;
	margin: 5px auto;
	height: 170px;
	width: 200px;
	border: 0;
}
#nos_foto1 p,
#nos_foto2 p {
	text-align: center;
	font-size: 80%;
	line-height: 100%;
}
#nos_texto {
    margin-right: auto;
    margin-left: auto;
	padding-top: 190px;
}
#nos_contacto {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    text-align: center;
}
#nos_contacto table {
    margin-right: auto;
    margin-left: auto;
	width: 310px;
}
.nos_contacto_c1 {
	text-align: center;
	width: 60px;
}
.nos_contacto_c2 {
	text-align: center;
	width: 250px;
    border-bottom: 1px solid;
}
#nos_directiva {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    text-align: center;
}
#nos_directiva li {
    margin-left: 10em;
    margin-right: 5em;
	text-align: left;
}
#nos_mapa {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    text-align: center;
}
#nos_mapa iframe {
	width: 600px;
	height: 450px;
	border: 0;
}
#nos_logotipos {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    text-align: center;
}
#nos_logotipos img {
	max-width: 200px;
    vertical-align: middle;
}
#nos_tecnica {
	background: url('images/Nosotros/bender.png') center left no-repeat;
	margin: 30px 120px 0 120px;
	padding-left: 45px;
	overflow: auto;
}
#nos_tecnica p {
	font-size: 80%;
	line-height: 110%;
	padding-top: 7px;
}



/****** Format page "Mostrar" ******/

#mos_general {
	padding-right: 15px;
	padding-left: 15px;
    text-align: justify;
	background-color: #F9F9FF;
}
.mos_topdown {
	text-align: right;
}
#mos_contenedor {}



/****** Format page "Información Técnica" ******/

#tec_general {
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
	background: url('images/Varios/InfoTecnica/help.png') no-repeat top left;
}
#tec_general h1 {
	margin: 0;
	padding-bottom: 10px;
}
#tec_cabecera {
	margin: 0;
	padding: 5px 15px 10px 150px;
}
#tec_tabla {
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 20px;
    text-align: center;
    width: 420px;
}
#tec_tabla table {
	border: 1px #666666 solid;
	background-color: #CCCCCC;
}
#tec_tabla th {
	background-color: #91A3B5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
}
#tec_tabla td {
	text-align: center;
}
.tec_tabla_l1 {}
.tec_tabla_l2 {
	background-color: #EAEAFF;
}
.tec_tabla_c {
	text-align: left;
	width: 140px;
}
#tec_autor {
	text-align: right;
}
#tec_autor img{
	vertical-align: middle;
}



/****** Formularios ******/
.formulario {
	margin-top: 10px;
}
.formulario_ver {
	font-size: 80%;
}
.formulario form {
    margin-right: auto;
    margin-left: auto;
	background-color: #EAEAFF;
	border: 2px groove threedface;
	width: 540px;
}
.formulario form h1 {
	margin-top: 0;
	font-size: 120%;
	text-transform: uppercase;
	padding: 0 0 5px 5px;
	border-bottom: 2px groove threedface;
}
.formulario label {
	width:100%;
	display: block;
	border-bottom: 1px solid #EAEAFF;
	padding: 1px 0 1px 0;
}
.formulario label span {
	display: block;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
	width: 160px;
}
.formulario input, select {
	letter-spacing: 0;
	border: 1px solid #0066CC;
	border-bottom-width: 2px;
	border-right-width: 2px;
	color: #333333;
	background-color: #E0E0E0;
	max-width: 370px;
	vertical-align: middle;
}
.formulario input[type="text"] {
	text-transform: uppercase;
}
.formulario input[type="mail"] {
	text-transform: lowercase;
}
.formulario .input_message {
	letter-spacing: 0;
	border: 1px solid #0066CC;
	border-bottom-width: 2px;
	border-right-width: 2px;
	color: #333333;
	background-color: #E0E0E0;
	overflow: hidden;
	height: 150px;
	max-width: 370px;
}
.formulario input[type="submit"] {
	float: right;
	letter-spacing: 0;
	margin-left: auto;
	margin-right: 10px;
}
.formulario_revisar {
	font-size: 80%;
	color: red;
	letter-spacing: 0;
	font-style: italic;
	padding-left: 31%;
}
.formulario_ob {
	display: block;
	width:100%;
	float: left;
	text-align: left;
	padding-top: 2px;
	font-size: 80%;
	color: green;
	letter-spacing: 0;
	font-style: italic;
	margin-bottom: 10px;
}
.formulario_msgerror {
	color: red;
	font-size: large;
	text-align: center;
	margin-bottom: 10px;
}
.formulario_msgok {
	color: lime;
	font-size: large;
	text-align: center;
	margin-bottom: 10px;
}
.formulario_lopd {
	margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
	background-color: #fafa90;
	border: #cccccc solid 1px;
	padding: 2px;
	clear: both;
	font-size: 70%;
	line-height: 100%;
}



/****** Otros ******/
.subrayar {
	text-decoration: underline;
}
.bloque_destacado {
	background: #FFFFE6 url('images/icons/pin.png') 5px 5px no-repeat;
	border: #CCCCCC solid 1px;
	width: 85%;
	margin: 2px 0 10px 20px;
	padding: 10px 10px 10px 52px;
	clear: both;
}
.advertencia {
	background: #FFFFCC url('images/icons/alert.png') 5px center no-repeat;
	border: #CCCCCC solid 1px;
	width: 85%;
	margin: 2px 0 10px 20px;
	padding: 10px 10px 10px 52px;
	clear: both;
	font-style: italic;
}
cite {
	font-size: 120%;
	color: #004189;
}
.yellow_marker {
	background-color: #F0F000;
}
.blue_marker {
	background-color: #6F9FFF;
}

/* Aconcagua */
.acon_center {
	text-align: center
}
.acon_titulo {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    background: #000000 center;
    color: #FFFFFF;
	height: 24px;
	width: 220px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.acon_right {
	float: right;
}

#error {
	width: 700px;
	margin: 0 auto;
}
#error div {
	display: inline-block;
	vertical-align: middle;
}
#error #errorimage {
	width: 30%;
}
#error #errortext {
	width: 69%;
}
