@charset "utf-8";
/* CSS Document */

/* estilos maquetación inicio */

body{margin:0px;}

a:link{
	color:#069;
	
}
a:visited{	
	color:#069;	
}
a:hover{	
	color:#00AFEA;	
}



textarea{ font-family:Arial, Helvetica, sans-serif;
font-size:14px;}
input{
font-size: 14px;	
}

#container{
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
	background-color:#FFF;
	min-height:600px;
	margin-top: 40px;
	margin-bottom: 55px;		
	box-shadow: 0px 0px 10px 3px #333;
	margin-left:auto;
	margin-right:auto;
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	line-height:1.8em;
	
}

#wrap {
	display : table;
	border-collapse : collapse; 
	width:100%;
}

section {
	display : table-cell;
	padding:15px;
	
	
 }
 
.section_menu-sup{	
padding:0px; 
background-color:#528DD6; 
float:right; 
margin-top:0px;	
}


aside {
	display: table-cell;
	width:33%;
	max-width:350px;	
}

li{
	list-style:none;
}
h1{
	font-family: 'Didact Gothic', sans-serif;	
}
.h2{
	font-size: 18px;	
}

.h3{
	font-size: 14px;
	line-height:normal;
	font-weight: normal;
}
.fecha{
	font-size: 13px;
	font-weight: normal;
}

/* estilos maquetación final */

/*botones accion */

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin-bottom:10px;
	margin-top:10px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	color:#FFF;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton_active {
	-moz-box-shadow:inset 0px 1px 0px 0px #FDF44A;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FDF44A;
	box-shadow:inset 0px 1px 0px 0px #FDF44A;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FCC321), color-stop(1, #F98C15));
	background:-moz-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:-webkit-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:-o-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:-ms-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:linear-gradient(to bottom, #FCC321 5%, #F98C15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCC321', endColorstr='#F98C15',GradientType=0);
	background-color:#FCC321;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #666;
	display:inline-block;
	cursor:pointer;
	color:#666;
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #333;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin-bottom:10px;
	margin-top:10px;
}
.myButton_active:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #FDF44A;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FDF44A;
	box-shadow:inset 0px 1px 0px 0px #FDF44A;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FCC321), color-stop(1, #F98C15));
	background:-moz-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:-webkit-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:-o-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:-ms-linear-gradient(top, #FCC321 5%, #F98C15 100%);
	background:linear-gradient(to bottom, #FCC321 5%, #F98C15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCC321', endColorstr='#F98C15',GradientType=0);
	background-color:#FCC321;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #666;
	display:inline-block;
	cursor:pointer;
	color:#666;
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #333;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin-bottom:10px;
	margin-top:10px;
}
.myButton_grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #c9d1d0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c9d1d0;
	box-shadow:inset 0px 1px 0px 0px #c9d1d0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6e7d79), color-stop(1, #303636));
	background:-moz-linear-gradient(top, #6e7d79 5%, #303636 100%);
	background:-webkit-linear-gradient(top, #6e7d79 5%, #303636 100%);
	background:-o-linear-gradient(top, #6e7d79 5%, #303636 100%);
	background:-ms-linear-gradient(top, #6e7d79 5%, #303636 100%);
	background:linear-gradient(to bottom, #6e7d79 5%, #303636 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7d79', endColorstr='#303636',GradientType=0);
	background-color:#6e7d79;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #1b1f1e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #161c1b;
}
.myButton_grey:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #303636), color-stop(1, #6e7d79));
	background:-moz-linear-gradient(top, #303636 5%, #6e7d79 100%);
	background:-webkit-linear-gradient(top, #303636 5%, #6e7d79 100%);
	background:-o-linear-gradient(top, #303636 5%, #6e7d79 100%);
	background:-ms-linear-gradient(top, #303636 5%, #6e7d79 100%);
	background:linear-gradient(to bottom, #303636 5%, #6e7d79 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#303636', endColorstr='#6e7d79',GradientType=0);
	background-color:#303636;
}
.myButton_grey:active {
	position:relative;
	top:1px;
}


/* fin botones accion */

/* VENTANAS MODALES */


/* estilos menú inicio */
.menu1{	
	text-transform: uppercase;
	color: #FFF;
	width:15%;

}

.link_menuSup{
width:95%;
height:20px;
line-height:1.8em;
	
}
.link_menuSup2{
height:75px;

}
a.link_opaco03{
	text-decoration:none;
	
}
a:hover.link_opaco03{
	text-decoration:none;
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}
a.link_opaco06{
	text-decoration:none;
	
}
a:hover.link_opaco06{
	text-decoration:none;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}

.slider{
	background-color:#528DD6; 
	min-height:450px;
	float:right;
	
}

.logo{
	background-image: url(../imagenes/logo-web-pages.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	width: 62px;
}

/*
a.link_menu1 {
	text-decoration:none;
	color:#FFF;
}

a:hover.link_menu1{	
	text-decoration: none;
	color: #fff;
	display: block;		
	opacity: 0.6;
	transition: all 0.2s ease 0s;
	
	
}*/
/* estilos menú final */

.padding_15{
	padding:15px;	
}
.padding_listado{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;	
}


.bg_color_blue1{
	background-color:#1F4A81;	

}
.bg_color_orange{
	background-color:#FCC321;

	
}
.bg_color_blue2{
	background-color:#528DD6;	
}
.bg_color_white{
	background-color:#FFF;	
	
}
.aside_2{
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#f5f5f5;
}
.texto_blanco{
	color:#FFF;
}
.texto_gris{	
	color:#333;
}
.texto_gris2{
	color:#B9B9B9;
}
.texto_gris3{
	color:#999;
}
.texto_azul1{
	color:#22538E;
	
}
.texto_rojo{
	color:#C90E2F;
	
	
}
.texto_azul2{
	color:#528DD6;
}
.texto_mayusculas{
	text-transform: uppercase;	
	
}
.linea_baja{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

.linea_baja_azul{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #22538E;	
}
.linea_baja_sup{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #22538E;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #22538E;	
}
.imagen_wperfil{
	border: 1px solid #ccc;
	float:right;
	margin-left:10px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.capa3{	
	margin-top:0px;
	min-height:50px;
}

.titulo-agenda{
	background-image: url(../imagenes/fondo-titulo-cuadros.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:20px;
	color:#A0B2CA;
}
.icono-agenda{
	background-image: url(../imagenes/icono-agenda.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
.titulo-novedades{
	background-image: url(../imagenes/fondo-titulo-cuadros.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:20px;
	color:#FEE6A1;
}
.icono-novedades{
	background-image: url(../imagenes/icono-noticias.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
.icono-hazte-socio{
	background-image: url(../imagenes/icono-hazte-socio.png);
	background-repeat: no-repeat;
	background-position: right top;	
	
}
.icono-contacto{
	background-image: url(../imagenes/icono-contacto.png);
	background-repeat: no-repeat;
	background-position: right top;	
	
}
.texto-opacidad{
	opacity: 0.6;
	color:#FFF;
	
}

#acceso_socios{
	background-color:#333;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;	
	font-weight: 800;
	color: #b0b0b0;
}

#acceso_socios_ok{
	background-color:#23AF26;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;	
	font-weight: 800;
	color: #b0b0b0;
}

/* estilos pie inicio */
#footer {
	float: left;
	margin-top:0px;
	width: 100%;
	clear: both;	
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	background-color:#333;
	padding-bottom:30px;	
	
}
#footer p {
	padding: 0.5em 15px;
}
a.link_blanco{
	text-decoration:none;
	color:#FFF;
	font-size: 13px;		 
	 }
a:hover.link_blanco{
	text-decoration:none;
	color:#FFF;
	opacity: 0.6;	
	transition: all 0.2s ease 0s;
	font-size: 13px;	
}
/* estilos pie final */

/* Estilo para el boton "Ir Arriba" */
.scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.5;
	position: fixed;
	bottom: 50px;
	right: 30px;
	display: none; /* Estara oculto por defecto */
	text-indent: -9999px; /* Oculta el texto del enlace */
	z-index: 10000;
	background-image: url(../imagenes/icon_top.png);
	background-repeat: no-repeat;
}
/* Estilo para generar un efecto al posicionar el puntero encima del botón */
.scroll-top:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}
.no_publico_negro{
	background-image: url(../imagenes/no_publico_negro.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.login_ul{ 
list-style:none;
position:relative;
margin:0px;
padding:0px;
line-height:0px;
}
.login_li{
display:inline;
margin-left:auto;
margin-right:auto;
}
.listah_ul{ 
list-style:none;
position:relative;
margin:0px;
padding:0px;

}
.listah_li{
display:inline;
margin-left:auto;
margin-right:auto;
}
.listav_ul{ 
list-style:none;
position:relative;
margin:0px;
padding:0px;

}
.listav_li{
display:inline;
margin-left:auto;
margin-right:auto;
}
.texto_error{
	color:#F00;
	margin:0px;
	
	
}

.imagen_agenda{
	max-width:450px;
	text-decoration:none;
	width:100%;
	
}


.margen_10px {
	
margin:0px;
line-height:0px;
}

.cajas_formulario{
	width:50%;
	font-size:16px;
	color:#333;	
}

.explica{
	font-size: 11px;
	font-style: italic;
	color:#B7B7B7;	
	
}

.article_left{
	
width:45%; 
float:left;
	
}
.article_right{
	
width:45%; float:right;
	
}
@media only screen and (max-width: 930px) {

.article_left{
	
width:93%; 
float:none;
}
.article_right{
	
width:93%; 
float:none;
	
}

.cajas_formulario{
	width:100%;
	font-size:16px;
	color:#333;
	
}
aside {
	display:table-header-group;
	width:90%;	
	max-width:90%;

}

section {
display : table-row; }

.menu1{
	display:table-header-group;
	text-transform: uppercase;
	color: #FFF;
	width:15%;

}

.section_menu-sup{
display : table-row;
padding:0px; 
background-color:#528DD6; 
float:left; 
margin-top:0px;
width:100%;
}

.capa3{	
	margin-top:20px;
	min-height:50px;
}

.link_menuSup{
width:55%;
height:20px;
line-height:20px;	
	
}
.link_menuSup2{
width:90%;
height:20px;
line-height:1.8em;
	
}
.slider{
	background-color:#528DD6; 
	min-height:300px;
	float:right;
	
}

.logo{
	background-image: url(../imagenes/logo-web-mini.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 89px;
	width: 326px;
}

}
@media only screen and (max-width: 550px) {

.listah_ul{ 
list-style:none;
position:relative;
margin-bottom:20px;
padding:10px;

}
.listah_li{
margin-left:auto;
margin-right:auto;
padding-bottom:20px;

}

.listav_ul{ 
list-style:disc;
position:relative;
margin-bottom:20px;
padding:10px;

}
.listav_li{
margin-left:auto;
margin-right:auto;
padding-bottom:20px;

}

.login_ul{ 
list-style:none;
position:relative;
margin:0px;
padding:0px;
line-height:0px;
}
.login_li{
	display:table-row;
	padding:15px;
margin-left:auto;
margin-right:auto;

}
}
