@charset "utf-8";
/*
	HOJAS DE ESTILO VIRTUALSOFT
	Todos los derechos reservados
	www.grupovirtualsoft.es
*/
@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  src: url('fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  src: url('fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}

/* Elementos generales de la web */
html {
	height: 100%;
}
body {
	font-family: Roboto, Verdana, Arial;
	font-size: 20px;
	margin: 0 auto;
	width: 100%;
	color: #000;
	height: 100%;
}
p {
	text-align: left;
}
a, a:visited, a:active, a:focus, a:link { 
	color: #333;
	text-decoration:underline;
	transition:.5s;
}
a:hover { 
	color: #e20025;
	text-decoration:none;
}
img {
	border: none;
	display: block;
}
img a {
	border: none;
}
body div {
	box-sizing: border-box;
	overflow: hidden;
}
.visible {
	display: inherit!important;
}
@media (max-width:1600px) {
	body {
		font-size: 18px;
	}
}
@media (max-width:1290px) {
	body {
		font-size: 16px;
	}
}
@media (max-width:1034px) {
	body {
		font-size: 14px;
	}
}
@media (max-width:810px) {
}
@media (max-width:690px) {
}
@media (max-width:490px) {
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion de la cabecera */
.marco_cabecera {
	background-color: #f3f3f3;
}
.cabecera {
	width: 100%;
	border-bottom: 10px solid #e20025;
	position: relative;
	overflow: visible;
}
.cabecera_espacio {
	width: 100%;
	height: 100px;
}
.portada_cabecera {
	position: relative;
	width: 100%;
	max-width: 1500px;
	height: 40vw;
	margin: auto;
	padding: 5vw 0;
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
}
.logo {
	position: absolute;
	top: 0;
	right: 5vw;
}
.logo img {
	height: 100px;
}
.portada_foto {
	position: absolute;
	right: 3vw;
	bottom: 0;
	height: 33vw;
	z-index: 3;
}
.portada_foto img {
	width: 33vw;
}
.circulo_blanco {
	background-color: #fff;
	position: absolute;
	right: -5vw;
	bottom: -20vw;
	border-radius: 50%;
	width: 40vw;
	height: 40vw;
	z-index: 1;
}
.portada_lema {
	font-size: 90px;
	font-weight: normal;
	width: 1000px;
	padding: 0;
	margin: auto 0;
	color: #e20025;
	text-align: left;
	text-shadow: none;
}
.portada_mensaje {
	font-size: 26px;
	width: 600px;
	margin: 2vw 0 3vw 0;
}
.portada_botonera {
	display: inline-block;
}
.portada_boton {
	font-size: 24px!important;
	text-transform: uppercase!important;
	margin-right: 30px!important;
}
.portada_pagina {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	padding: 6vw 0 0 0;
	text-align: center;
}
.portada_pagina_gris {
	background-color: #f3f3f3;
	max-width: none;
}
.portada_pagina_espacio {
	padding: 6vw 5vw 0 5vw;
}
.portada_pagina h2 {
	margin: auto;
	margin-bottom: 20px;
	font-size: 50px;
}
.portada_pagina_mitad {
	display: inline-block;
	width: 45%;
	margin: auto 2%;
	margin-bottom: 40px;
	text-align: left;
	vertical-align: top;
}
.portada_formulario_mensaje {
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 20px;
}
.portada_pagina .form_linea {
	margin: 20px auto;
}
.portada_pagina .boton {
	text-transform: uppercase;
	padding: 10px 40px;
}
.portada_noticia_imagen {
	width: 90%;
	margin: 20px auto;
	height: 17vw;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.portada_noticia_titular {
	font-size: 26px;
}
.marco_login {
	float: right;
	display: block;
}
.subir_arriba_marco {
	display: none;
}
.subir_arriba_marco a {
	text-decoration: none;
	transition:.5s;
}
.subir_arriba {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 90px;
	padding: 5px;
	border: 3px solid #e20025;
	color: #e20025;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	transition:.5s;
}
.subir_arriba div {
	font-size: 30px;
}
.subir_arriba_marco:hover .subir_arriba {
	color: #000;
	border: 3px solid #000;
}
.saludo {
	position: absolute;
	left: 40px;
	top: -50px;
	color: #e20025;
}
.aviso_cookies {
	background-color: #f3f3f3;
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 30px;
	color: #000;
	font-size: 16px;
	z-index: 999;
	text-align: center;
}
.mensaje_cookies {
	font-size: 16px;
}
.boton_cookies_marco1, .boton_cookies_marco2 {
	display: inline-block;
	margin: auto;
	margin-right: 20px;
}
.boton_cookies_marco1 a {
	text-decoration: none;
	color: #e20025;
	font-weight: bold;
}
.boton_cookies_marco2 a {
	text-decoration: none;
	color: #9d9d9c;
	font-weight: bold;
}
.boton_cookies2 {
	padding: 5px 20px;
	border: 3px solid #e20025;
	margin-bottom: 10px;
	transition: .5s;
}
.boton_cookies_marco2 .boton_cookies2:hover {
	border: 3px solid #000;
	color: #000;
}
.boton_cookies_marco2 .boton_cookies2 {
	padding: 5px 20px;
	border: 3px solid #9d9d9c;
	margin-bottom: 10px;
	transition: .5s;
}
.boton_cookies2:hover {
	border: 3px solid #000;
	color: #000;
}
@media (max-width:1600px) {
	.portada_cabecera {
		height: 39vw;
	}
	.logo img {
		height: 80px;
	}
	.portada_lema {
		font-size: 80px;
		width: 800px;
		margin-top: -3vw;
		margin-left: 3vw;
	}
	.portada_mensaje {
		font-size: 24px;
		width: 600px;
		margin: 2vw 0 3vw 3vw;
	}
	.portada_boton {
		font-size: 20px!important;
		margin: auto 0 auto 3vw!important;
	}
	.portada_pagina {
		padding: 6vw 20px 0 20px;
	}
	.portada_pagina h2 {
		margin-bottom: 20px;
		font-size: 38px;
	}
	.portada_pagina .form_linea {
		margin: 10px auto;
	}
	.portada_pagina .boton {
		padding: 7px 30px;
		font-size: 16px;
	}
	.portada_pagina .cuadro {
		font-size: 16px;
	}
	.portada_noticia_titular {
		font-size: 22px;
	}
}
@media (max-width:1290px) {
	.cabecera_espacio {
		height: 60px;
	}
	.portada_lema {
		font-size: 60px;
		width: 700px;
		margin-top: -3vw;
		margin-left: 3vw;
	}
	.portada_mensaje {
		font-size: 22px;
		width: 600px;
		margin: 2vw 0 3vw 3vw;
	}
	.portada_boton {
		font-size: 18px!important;
		margin: auto 0 auto 3vw!important;
		padding: 5px 10px!important;
	}
	.portada_pagina h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.portada_noticia_imagen {
		width: 100%;
		height: 22vw;
	}
	.portada_noticia_titular {
		font-size: 20px;
	}
}
@media (max-width:1034px) {
	.logo img {
		height: 70px;
	}
	.portada_lema {
		font-size: 40px;
		width: 550px;
		margin-top: -3vw;
		margin-left: 3vw;
	}
	.portada_mensaje {
		font-size: 20px;
		width: 450px;
		margin: 2vw 0 3vw 3vw;
	}
	.portada_boton {
		font-size: 16px!important;
		margin: auto 0 auto 3vw!important;
		padding: 5px 10px!important;
	}
	.portada_pagina h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}
	.portada_pagina .boton {
		padding: 5px 20px;
		font-size: 14px;
	}
	.portada_pagina .cuadro {
		font-size: 14px;
	}
	.portada_noticia_titular {
		font-size: 18px;
	}
	.aviso_cookies, .mensaje_cookies {
		font-size: 14px;
	}
}
@media (max-width:810px) {
	.cabecera_espacio {
		height: 50px;
	}
	.seccion_titulo {
		display: none;
	}
	.logo {
		right: 3vw;
	}
	.logo img {
		height: 60px;
	}
	.portada_lema {
		font-size: 30px;
		width: 450px;
		margin-top: -1vw;
		margin-left: 3vw;
	}
	.portada_mensaje {
		font-size: 16px;
		width: 400px;
		margin: 2vw 0 3vw 3vw;
	}
	.portada_pagina h2 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.portada_noticia_titular {
		font-size: 16px;
	}
}
@media (max-width:690px) {
	.marco_cabecera {
		margin-bottom: 50px;
	}
	.portada_cabecera {
		padding: 20px 0;
	}
	.logo {
		right: 20px;
	}
	.logo img {
		height: 50px;
	}
	.portada_lema {
		font-size: 24px;
		width: 330px;
		margin-top: -10px;
		margin-left: 3vw;
	}
	.portada_mensaje {
		font-size: 14px;
		width: 280px;
		margin: 2vw 0 3vw 3vw;
	}
	.portada_pagina {
		padding: 40px 20px;
	}
	.portada_pagina_mitad {
		width: 100%;
		margin: auto;
		margin-bottom: 50px;
	}
	.portada_pagina h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.portada_noticia_titular {
		font-size: 16px;
	}
	.portada_noticia_imagen {
		height: 50vw;
	}
	.portada_boton {
		font-size: 14px!important;
		margin: auto 0 auto 3vw!important;
		padding: 3px 6px!important;
	}
}
@media (max-width:490px) {
	.portada_cabecera {
		height: 360px;
	}
	.logo img {
		height: 40px;
	}
	.portada_lema {
		width: 95%;
		margin-top: 45px;
		margin-left: 10px;
		text-align: center;
	}
	.portada_mensaje {
		font-size: 14px;
		width: 57vw;
		margin: 2vw 0 3vw 3vw;
	}
	.portada_botonera {
		display: block;
		margin: 20px auto;
	}
	.portada_foto {
		right: 3vw;
		height: 50vw;
		bottom: -20px;
	}
	.portada_foto img {
		width: 45vw;
	}
	.circulo_blanco {
		right: -5vw;
		bottom: -30vw;
		width: 60vw;
		height: 60vw;
	}
}
@media (max-width:340px) {
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion de los menus, menu oculto, login oculto y menu normal */
.modulo_menu {
	margin-top: 5vw;
	width: 100%;
	overflow: visible!important;
	position: relative;
}
.menu_fijo {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #f3f3f3;
	z-index: 6;
}
.barra {
	width: 100%;
	max-width: 1500px;
	height: 60px;
	padding: 0;
	padding-left: 3vw;
	margin: auto;
	margin-top: 4vw;
	overflow: visible!important;
	position: relative;
}
.barra_item {
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-right: 5vw;
	line-height: 60px;
}
.barra_item .fas, .barra_item .far, .barra_item .fab {
	font-size: 30px;
}
.barra_redsocial {
	margin-right: 3vw;
}
.menu_fijo .barra {
	margin-top: auto;
}
.menu_fijo .logo img {
	height: 60px;
}
.barra_item a {
	text-decoration: none;
}
.barra_item a:hover {
	color: #e20025;
}
.barra_boton_menu {
	display: none;
	position: absolute;
	top: 0;
	left: 20px;
}
.barra_boton_menu a {
	color: #e20025!important;
	margin-right: 20px;
}
.barra_boton_menu a:hover {
	color: #000!important;
}
.boton_menu {
	float: left;
	display: none;
	width: 30px;
	height: 30px;
}
.boton_menu a {
	color: #e20025;
	font-size: 30px;
	top: 0px;
	position: absolute;
}
.boton_menu a:hover {
	color: #000;
}
.boton_login {
	float: right;
	display: none;
	width: 30px;
	height: 30px;
}
.boton_login a {
	color: #e20025;
	font-size: 30px;
	top: 0px;
	position: absolute;
}
.boton_login a:hover {
	color: #000;
}
.boton_login_ {
	float: right;
	display: none;
	width: 30px;
	height: 30px;
}
.boton_login_ a {
	color: #e20025;
	font-size: 30px;
	top: 0px;
	position: absolute;
}
.boton_login_ a:hover {
	color: #000;
}
.titulo_barra {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 20vw;
	padding-right: 23vw;
	text-align: center;
	line-height: 50px;
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 24px;
	font-weight: bold;
}
.menu_fijo .titulo_barra {
	line-height: 40px;
	padding-right: 17vw;
}
.menu {
	overflow: visible!important;
	text-align: center;
	margin-top: 0px;
	display: block;
	width: 99%;
	margin-left: .5vw;
}
.menu a {
	display:block;
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #e20025;
	border-radius: 8px;
}
.menu a:hover {
	color: #000;
}
.menu_oculto {
	position: relative;
	background-color: #f3f3f3;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 20px;
	z-index: 9;
	text-align: center;
	box-shadow: 5px 0px 5px #666;
	overflow-y: scroll;
	max-width: 300px;
	width: 70%;
}
.menu_oculto_tapiz {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;	
}
.menu_oculto_tapiz img {
	width: 80%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.resto_menu {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(64, 64, 64, 0.5);
	width: 100%;
	height: 100%;
	z-index: 8;
}
.login {
	background-color: #f3f3f3;
	position: fixed;
	top: 0;
	max-width: 500px;
	padding: 20px;
	z-index: 9;
	text-align: center;
	box-shadow: -5px 5px 5px #666;
	left: 40%;
	width: 60%;
}
.resto_login {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(64, 64, 64, 0.5);
	width: 100%;
	height: 100%;
	z-index: 8;
}
.titulo_login {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	color: #e20025;
	margin: auto auto 10px auto;
	text-align: center;
}
.login form p {
	font-size: 14px;
	text-align: center;
}
.login input {
	width: 60%;
	max-width: 250px;
	margin: 5px auto;
}
.login input.cuadrologin {
	width: 75%;
	max-width: 350px;
}
@media (max-width:1600px) {
	.barra_item {
		font-size: 20px;
		margin-right: 5vw;
		line-height: 60px;
	}
}
@media (max-width:1290px) {
	.barra_item {
		font-size: 18px;
		margin-right: 5vw;
		line-height: 50px;
	}
	.menu_fijo .barra_item {
		line-height: 40px;
	}
	.menu_fijo .barra {
		height: 40px;
	}
	.menu_fijo .logo img {
		height: 40px;
	}
}
@media (max-width:1034px) {
	.barra_item {
		font-size: 16px;
		margin-right: 5vw;
		line-height: 50px;
	}
	.barra_redsocial {
		margin-right: 2vw;
	}
}
@media (max-width:810px) {
	.barra {
		height: 50px;
	}
	.barra_item {
		display: none;
	}
	.menu_oculto .barra_item {
		display: block;
		font-size: 24px;
		margin: 50px auto;
		line-height: normal;
	}
	.barra_boton_menu {
		display: inherit;
		font-size: 40px;
	}
	.titulo_barra {
		display: inherit;
	}
}
@media (max-width:690px) {
	.barra {
		margin-top: 20px;
		height: 40px;
	}
	.titulo_barra {
		padding-left: 150px;
		padding-right: 130px;
		line-height: 36px;
		font-size: 20px;
	}
	.menu_oculto .barra_item {
		font-size: 20px;
	}
	.barra_boton_menu {
		font-size: 36px;
		line-height: 40px;
	}
}
@media (max-width:490px) {
	.barra {
		margin-top: 10px;
		padding-left: 0;
	}
	.titulo_barra {
		top: 55px;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		border-top: 1px solid #e20025;
		border-bottom: 1px solid #e20025;
	}
	.menu_fijo .logo {
		display: none;
	}
	.menu_fijo .titulo_barra {
		top: 0px;
		font-size: 18px;
		padding-right: 10px;
		padding-left: 60px;
		border: none;
		margin: auto;
	}
}
@media (max-width:380px) {
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion del contenido, pagina, columnas, etc. */
.contenido {
	width: 100%;
	min-height:750px;
	position: relative;
}
.pagina {
	width: 100%;
	margin: 20px 0;
	padding: 0 5%;
	position: relative;
}
.centro_2col {
	width: 100%;
	margin: auto;
}
.izquierda_2col {
	float: left;
	width: 19%;
	height: 100%;
}
.derecha_2col {
	margin-left: 20%;
	padding: 0 30px;
	margin-bottom: 5px;
}
.botonera {
	float: left;
	margin-right: 1%;
	margin-top: 10px;
}
.botonera form {
	margin-top: 0;
	margin-bottom: 0;
}
.eliminacion_multiple_cuadro {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 20px 40px;
	border: 3px solid #e20025;
	background-color: #fff;
	z-index: 9;
}
.titulo_pagina {
	font-weight: bold;
	font-size: 30px;
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	color: #e20025;
	margin: 0 auto;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.imagen_estandar {
	box-shadow: 3px 3px 5px #666;
	margin: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
	max-width: 300px;
}
.contorno {
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
	transition:.5s;
}
.contorno:hover {
	box-shadow:0 1px 35px 0 rgba(0,0,0,.3);
	transition:.5s;
}
.sombra, .sombra_peq { /* Propiedades antes del cambio, con especificacion de cambio en transition */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	overflow:visible;
	border:0px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
	transition: all 0.3s ease-in-out;
	background: url('../images/link.png') center no-repeat;
}
.sombra:hover { /* Propiedades despues del cambio */
   opacity: 1;
   border-left:50px solid rgba(0,0,0,0.3);
   border-right:50px solid rgba(0,0,0,0.3);
   background:rgba(0,0,0,0.3) url('../images/link.png') center no-repeat;
}
.sombra_peq:hover { /* Propiedades despues del cambio */
   opacity: 1;
   background:rgba(0,0,0,0.3) url('../images/link.png') center no-repeat;
   border-left:20px solid rgba(0,0,0,0.3);
   border-right:20px solid rgba(0,0,0,0.3);
}
.vertical {
	display: inherit;
	float: left;
	width: 20%;
	margin: auto;
	padding: 10px 20px 10px 20px;
	height: 100%;
	border-right: 5px solid #e20025;
	font-family: Roboto, Verdana, Arial;
	font-size: 16px;
	background-color: #f3f3f3;
}
.vertical h6 {
	margin: 0;
}
@media (max-width:1600px) {
	.contenido {
		min-height:550px;
	}
	.contorno:hover {
		box-shadow:0 1px 30px 0 rgba(0,0,0,.3);
	}
	.sombra:hover { /* Propiedades despues del cambio */
	   opacity: 1;
	   border-left:50px solid rgba(0,0,0,0.3);
	   border-right:50px solid rgba(0,0,0,0.3);
	   border-left:4vw solid rgba(0,0,0,0.3);
	   border-right:4vw solid rgba(0,0,0,0.3);
	   background:rgba(0,0,0,0.3) url('../images/link.png') center no-repeat;
	}
}
@media (max-width:1290px) {
	.contorno:hover {
		box-shadow:0 1px 25px 0 rgba(0,0,0,.3);
	}
}
@media (max-width:1034px) {
	.pagina {
	}
	.pagina_2col {
		padding: 5px 10px 5px 10px;
		float: none;
		width: 100%;
	}
	.vertical {
		display: none;
	}
	.contorno:hover {
		box-shadow:0 1px 20px 0 rgba(0,0,0,.3);
	}
}
@media (max-width:810px) {
	.titulo_pagina {
		display: none;
	}
	.contorno:hover {
		box-shadow:0 1px 15px 0 rgba(0,0,0,.3);
	}
}
@media (max-width:690px) {
	.sombra:hover, .sombra_peq:hover { /* Propiedades despues del cambio */
	   opacity: 0;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion de la barra final de creditos */
.creditos {
	background-color: #e20025;
	margin-top: 5vw;
	font-size: 16px;
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 50px;
	border-top: 5px solid #fff;
}
.creditos a { 
	color: #f3f3f3;
	text-decoration:underline;
} 
.creditos a:hover { 
	color: #ffffff;
	text-decoration:none;
}
.creditos_mitad {
	display: inline-block;
	width: 20%;
	margin: 1% 2%;
	min-height: 5vw;
	vertical-align: top;
}
.creditos_linea {
	text-align: left;
	padding: 7px 0;
}
.creditos_linea .fas, .creditos_linea .far {
	font-size: 24px;
	width: 40px;
}
.creditos_linea div {
	display: inline-block;
}
.credito_final {
}
.credito_logo {
	height: 80px;
}
@media (max-width:1600px) {
	.creditos {
		font-size: 14px;
	}
	.creditos_linea {
		padding: 5px 0;
	}
	.creditos_linea .fas, .creditos_linea .far {
		font-size: 20px;
		width: 40px;
		text-align: center;
	}
}
@media (max-width:1290px) {
	.creditos_mitad {
		width: 25%;
		margin: 1% 2%;
	}
}
@media (max-width:1034px) {
	.creditos_mitad {
		width: 33%;
		margin: 1% 2%;
	}
	.creditos_logo {
		width: 20%;
	}
	.credito_logo img {
		height: auto;
		width: 100%;
	}
	.creditos_linea {
		min-width: 220px;
	}
}
@media (max-width:810px) {
	.creditos {
		padding: 50px 20px;
	}
	.creditos_mitad {
		width: 34%;
		margin: 1% 2%;
	}
	.creditos_logo {
		width: 18%;
	}
}
@media (max-width:690px) {
	.creditos_mitad {
		display: inline-block;
		width: auto;
		margin: auto;
	}
	.creditos_logo {
		width: 100%;
		margin: auto;
		margin-bottom:30px;
	}
	.creditos_logo img {
		max-width: 200px;
		margin: auto;
	}
}
@media (max-width:490px) {
}
/* -------------------------------------------------------------------------------------- */

/* Estilos comunes a todas las secciones */
.titulo_enlace {
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #e20025;
}
.titulo_enlace a {
	color: #e20025;
	text-decoration: none;
}
.titulo_enlace a:hover {
	color: #000;
	text-decoration: underline;
}
.hr {
	clear: both;
	border: 0;
	width:80%;
	margin: 10px auto;
	height: 5px;
	background-color: #e20025;
	box-shadow: 3px 3px 3px #666;	
}
.hrvertical {
	clear: both;
	border: 0;
	width:80%;
	margin: 10px auto;
	height: 3px;
	background-color: #e20025;
	box-shadow: 3px 3px 3px #666;	
	margin-bottom: 50px;
}
.bordeA {
	border: 2px solid #e20025;
	padding: 5px;
	border-radius: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.bordeB {
	border: 2px solid #e20025;
	padding: 5px;
	border-radius: 10px;
	display: inline-block;
	margin: 10px auto;
	color:#000033;
	text-decoration:none;
	transition:.5s;
}
.bordeB:hover {
	background-color: #f3f3f3;
}
.imagen_texto {
	display: block;
	width: 100%;
}
.reducido {
	font-size: 16px;
	text-align: left;
}
.texto_navbar {
	color: #999999;
	text-align: center;
	margin-right: 10px;
	font-size: 16px;
}
.navbar {
	padding: 10px;
	background-color: #e20025;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	width: 40px;
	margin: 1px;
	transition: .5s;
}
.navbar:hover {
	background-color: #000;
}
.navbar_off {
	padding: 10px;
	background-color: #9d9d9c;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	width: 40px;
	margin: 1px;
}
.navbar_total {
	font-size: 16px;
	padding: 15px;
	width: auto;
}
.texto_rojo {
	color: #cc0000!important;
}
.texto_verde {
	color: #080;
}
.centrado {
	text-align: center!important;
}
.derecha {
	text-align: right;
}
.izquierda {
	text-align: left;
}
.enlinea {
	display: inline;
}
.enlinea_bloque {
	display: inline-block;
}
.mayusculas {
	text-transform: uppercase;
}
.minusculas {
	text-transform: lowercase;
}
.completo {
	width: 100%;
	max-width: none;
}
.negro {
	color: #000!important;
}
.invisible {
	display: none;
}
.sinmargen {
	margin: 0!important;
}
.sinmargen_superior {
	margin-top: 0!important;
}
.reordenar_numero {
	max-width: 50px;
	position: static!important;
}
.cuadro_orden {
	width: 40px!important;
}
.cuadro_precio {
	width: 70px!important;
}
.cuadro_imagen {
	width: 90%!important;
	max-width: 400px;
}
.cuadro_cp {
	width: 100px!important;
}
.cuadro_telefono {
	width: 150px!important;
	margin-left: 5px;
}
.sinsubrayar {
	text-decoration: none!important;
}
.comentarios_marco {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.comentarios_imagen_v, .comentarios_imagen_h {
	width: 81px;
	float: left;
	text-align: center;
}
.comentarios_imagen_v img {
	height: 75px;
	margin: auto;
	border: 3px solid #e20025;
}
.comentarios_imagen_h img {
	width: 75px;
	margin: auto;
	border: 3px solid #e20025;
}
.comentarios_info {
	margin-left: 96px;
	text-align: left;
}
.comentarios_masinfo {
	margin-top: 5px;
	margin-left: 96px;
	text-align: left;
	color: #999999;
}
.comentarios_masinfo form, .comentarios_masinfo div {
	display: inline-block;
	margin-right: 10px; 
}
.comentarios_marco h4 {
	text-align: left;
	margin-bottom: 10px;
}
.comentarios_marco {
	font-size: 18px;
}
.comentarios_nohay { 
	color: #999999;
	padding-left: 10px;
	font-size: 16px;
}
.comentarios_texto { 
	padding-left: 10px;
}
.comentarios_texto a, a .comentarios_texto { 
	color: #e20025;
	text-decoration:none;	
}
.comentarios_texto a:hover { 
	color: #000;
	text-decoration:none;
}
.comentarios_autor {
	font-weight: bold;
	color: #e20025;
}
.config_ckeditor a {
	color: #333;
	text-decoration: none;
}
.config_ckeditor p {
	font-size: 16px;
}
.preloader {
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 100;
	margin: 10px 0 0 10px;
	border-radius: 10px;
}
@media (max-width:690px) {
	.comentarios_marco, .comentarios_nohay {
		font-size: 16px;
	}
	.comentarios_marco, .comentarios_nohay {
		font-size: 14px;
	}
} 
@media (max-width:490px) {
	.comentarios_marco {
		text-align: left;
	}
	.comentarios_info {
		margin-left: 0;
		display: inline;
	}	
	.comentarios_imagen_v, .comentarios_imagen_h {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.comentarios_masinfo {
		margin-left: 0;
		clear: both;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Estilos para el widget de Facebook */
#facebook_slider {
	position: relative;
	z-index: 999;
}
#fbox1 {
	border-radius: 5px;
	border:5px solid #3b5998;
	background-color: #fff;
	position: fixed;
	overflow: visible;
	z-index: 999;
}
#fbox2 {
	overflow: hidden;
	text-align: left;
	z-index: 999;
}	
#fbox1 img {
	position: absolute; 
	top: 0px;
	cursor: pointer;
	border: 0;
	z-index: 999;
	left: -40px;
}
#fbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.fb-none {
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #f3f3f3;
}
@media (max-width:690px) {
	#fbox1 img {
		left: -30px;
		width: 30px;
	}
}

/* Estilos de mensajes al administrar bases de datos */
.mensaje_error1 {
	font-size: 16px;
	border: 1px solid #660000;
	background: #ffadad url('../images/status_error.png') no-repeat 4px 5px;
	color: #660000;
	padding: 5px 5px 5px 33px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_error2 {
	font-size: 16px;
	border: 1px solid #ffadad;
	background: #660000 url('../images/status_error.png') no-repeat 4px 5px;
	color: #ffadad;
	padding: 5px 5px 5px 33px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_error3 {
	font-size: 16px;
	background-color: #ffc2c2;
	border: none;
	color: #a30000;
	padding: 5px 10px;
	border-radius: 0px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_hecho1 {
	font-size: 16px;
	border: 1px solid #005200;
	background: #c2ffc2 url('../images/status_hecho.png') no-repeat 4px 5px;
	color: #005200;
	padding: 5px 5px 5px 33px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_hecho2 {
	font-size: 16px;
	border: 1px solid #c2ffc2;
	background: #005200 url('../images/status_hecho.png') no-repeat 4px 5px;
	color: #c2ffc2;
	padding: 5px 5px 5px 33px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_hecho3 {
	font-size: 16px;
	background-color: #d6ffd6;
	border: none;
	color: #007a00;
	padding: 5px 10px;
	border-radius: 0px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_info1 {
	font-size: 16px;
	border: 1px solid #7a7a00;
	background: #ffffc2 url('../images/status_aviso.png') no-repeat 4px 5px;
	color: #525200;
	padding: 5px 5px 5px 33px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_info2 {
	font-size: 16px;
	border: 1px solid #ffffc2;
	background: #7a7a00 url('../images/status_aviso.png') no-repeat 4px 5px;
	color: #ffffc2;
	padding: 5px 5px 5px 33px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_info3 {
	font-size: 16px;
	background-color: #ffffd6;
	border: none;
	color: #7a7a00;
	padding: 5px 10px;
	border-radius: 0px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_nomod1 {
	font-size: 16px;
	border: 1px solid #333333;
	background-color: #cccccc;
	color: #333333;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_nomod2 {
	font-size: 16px;
	border: 1px solid #cccccc;
	background-color: #333333;
	color: #cccccc;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_nomod3 {
	display: inline-block;
	margin-top: 0;
	font-size: 16px;
	border: none;
	background-color: #ddd;
	color: #666;
	padding: 5px 10px;
	border-radius: 0px;
	vertical-align: middle;
	margin-right: 170px;
}
.mensaje_ocultar_errores {
	font-size: 16px;
	margin-right: 0px;
	margin-left: auto;
	width: 150px;
	text-align: center;
	border: 1px solid #000052;
	background-color: #c2c2ff;
	color: #000052;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 170px;
}
@media (max-width:1290px) {
	.mensaje_error1, .mensaje_error2, .mensaje_error3, .mensaje_hecho1, .mensaje_hecho2, .mensaje_hecho3, .mensaje_info1, .mensaje_info2, .mensaje_info3, .mensaje_nomod1, .mensaje_nomod2, .mensaje_nomod3, .mensaje_ocultar_errores {
		font-size: 14px;
	}
}
@media (max-width:690px) {
	.mensaje_error1, .mensaje_error2, .mensaje_error3, .mensaje_hecho1, .mensaje_hecho2, .mensaje_hecho3, .mensaje_info1, .mensaje_info2, .mensaje_info3, .mensaje_nomod1, .mensaje_nomod2, .mensaje_nomod3, .mensaje_ocultar_errores {
		margin-right: 10px;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Estilos de cabeceras */
h1 {
	font-weight: bold;
	font-size: 30px;
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	color: #000;
	text-align: center;
}
/* Los titulos de nivel 2 y 3 se utilizan para los titulos de subseccion y de parrafo */
h2 {
	margin-top: 0;
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 28px;
	color: #e20025;
	font-weight: bold;
	margin-right: 140px;
}
h3 {
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
/* El titulo de nivel 4 se utiliza si hay COMENTARIOS */
h4 {
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 24px;
	color: #e20025;
}
/* El titulo de nivel 5 se utiliza para los widgets de la barra vertical */
h5 {
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}
/* El titulo de nivel 6 se utiliza para el foro */
h6 {
	font-family: 'Neue Haas Grotesk Text Pro', Arial;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: left;
}
@media (max-width:810px) {
	h2 {
		font-size: 26px;
		margin-right: auto;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
}
@media (max-width:690px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 23px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 21px;
	}
	h6 {
		font-size: 20px;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Elementos comunes de formularios */
.boton, .boton2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #e20025; 
	text-align: center;
	border: 5px solid #e20025;
	padding: 10px 20px;
	cursor: pointer;
	transition:.5s;
}
.boton:hover, .boton2:hover {
	background-color: #fff;
	color: #e20025;
}
.boton_eliminar, .boton2_eliminar {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #e20025; 
	text-align: center;
	border: 5px solid #e20025;
	padding: 10px 20px;
	cursor: pointer;
	transition:.5s;
}
.boton_eliminar:hover, .boton2_eliminar:hover {
	background-color: #fff;
	color: #e20025;
}
.boton_blanco {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #e20025; 
	text-align: center;
	border: 5px solid #e20025;
	padding: 10px 20px;
	cursor: pointer;
	transition:.5s;
}
.boton_blanco:hover {
	background-color: #fff;
	color: #e20025;
}
.texto_boton {
	display: inline-block;
	border: 1px solid #e20025;
	background-color: #ffffff;
	color: #e20025;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.cuadro {
	font-family: Roboto, Verdana, Arial;
	font-size: 18px;
	color: #000;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	border: none;
	padding: 10px 20px;
}
.cuadro_error {
	font-family: Roboto, Verdana, Arial;
	font-size: 18px;
	color: #000;
	background-color: #f3f3f3;
	border: 1px solid #c00;
	border-radius: 5px;
	padding: 5px 10px;
}
.desactivado {
	color: #000;
	background-color: #ccc;
	border: 1px solid #555;
	cursor: default;
}
.desactivado:hover {
	color: #000;
	background-color: #ccc;
	border: 1px solid #555;
	cursor: not-allowed;
}
.cuadrado_grande {
	width: 20px;
	height: 20px;
}
.cuadro_entero {
	width:90%;
}
.cuadro_mitad {
	width:76%;
}
.cuadro_medio {
	width:45%;
}
.cuadro_porcion {
	width:20%;
	min-width: 100px;
}
.boton_volver {
	position: absolute;
	top: 0px;
	right: 60px;
	text-align: center;
}
.boton_volver_normal {
	text-align: center;
}
.foto_marco {
	position: relative;
}
.foto_marco img {
	display: block;
}
.columnas_espacio {
	clear: both;
}
.obligatorio {
	color: #e20025;
	cursor: pointer;
}
.obligatorio_mensaje {
	position: absolute;
	display: none;
	background-color: #fff;
	color: #e20025;
	border: 1px solid #e20025;
	border-radius: 5px;
	padding: 4px 6px;
	font-size: 16px;
	z-index: 999;
}
.form_cuadro {
	width: 100%;
}
.form_cuadro_conimagen {
	float: left;
	width: 74%
}
.form_cuadro_imagen {
	float: left;
	width: 25%;
	margin-right: 1%;
	text-align: center;
}
.form_cuadro_imagen .parrafos_imagen {
	width: 95%;
}
.form_linea {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 10px;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
}
.form_linea_mitad {
	float: left;
	width: 50%;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 10px;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
}
.form_linea_lectura {
	margin: 5px 20px;
	padding: 3px 10px;
	display: inline-block;
	font-weight: normal;
	background-color: #f3f3f3;
}
.form_etiqueta {
	width: 130px;
	float: left;
	text-align: right;
}
.form_etiqueta_larga {
	width: 190px;
	float: left;
	text-align: right;
}
.form_linea_lectura .form_etiqueta {
	font-weight: bold;
	width: auto;
}
.form_info {
	margin-left: 140px;
	text-align: left;
}
.form_info_larga {
	margin-left: 200px;
	text-align: left;
}
.form_linea_lectura .form_info {
	margin-left: 0;
	padding-left: 10px;
}
.form_fecha_icono {
	display: inline-block;
	color: #e20025;
	cursor: pointer;
	vertical-align: bottom;
	padding-bottom: 1px;
	margin-left: -30px;
}
.form_imagen_actual {
	float: left;
	width: 160px;
	height: 155px;
	border: 2px solid #e20025;
	padding: 5px 5px 0px 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
}
.form_imagen_actual_foto {
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.form_imagen_actual2 {
	display: inline-block;
	border: 2px solid #e20025;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
}
.form_imagen_actual_foto2 img {
	width: 100%;
	max-width: 300px;
}
.form_boton {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right: 1%;
}
.form_boton_2 { /* 2 botones */
	width: 49%;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}
.form_boton_3 { /* 3 botones */
	width: 32%;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}
.propiedades_caja_lista {
	width: 100%;
}
a .propiedades_marco_lista {
	width: 100%;
	border: 3px solid #e20025;
	margin: 10px auto;
	padding: 10px 5px 5px 5px;
	transition:.5s;
}
a .propiedades_campo_lista {
	display: inline-block;
	color: #e20025;
	padding: 5px 10px;
	background-color: #f3f3f3;
	margin: auto 5px;
	transition:.5s;
}
a .propiedades_marco_lista:hover {
	border: 3px solid #000;
}
a .propiedades_marco_lista:hover .propiedades_campo_lista {
	background-color: #fff;
}
.propiedades_total {
	width: 100%;
	max-width: 300px;
	border: 3px solid #e20025;
	margin: 10px auto;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	font-size: 20px;
}
.form_valor {
	font-weight: normal;
}
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	height: 30px;
	top: 0px;
	bottom: 0;
	margin-left: 0px;
	padding: 0;
}
.custom-combobox-input {
	display: inline-block;
	margin: 0;
	padding: 3px 10px 4px 10px;
	border: 2px solid #f00;
}
.boton_combobox {
	padding: 5px 12px 4px 12px!important;
}
.casilla_combobox {
	font-weight: normal;
}
.casilla_combobox .ui-button {
	margin-top: -1px;
}
.casilla_combobox .custom-combobox-input {
	width: 30vw;
}
@media (max-width:1600px) {
	.boton {
		font-size: 18px;
	}
	.custom-combobox-input {
		padding: 4px 10px 6px 10px;
	}
}
@media (max-width:1290px) {
	.boton {
		font-size: 16px;
	}
	.cuadro {
		font-size: 16px;
	}
	.custom-combobox-input {
		padding: 5px 10px 7px 10px;
	}
	.pagina_mitad .form_linea_mitad {
		float: none;
		width: auto;
	}
}
@media (max-width:1034px) {
	.boton {
		font-size: 14px;
	}
	.cuadro {
		font-size: 14px;
	}
	.pagina_mitad .form_linea_mitad {
		float: left;
		width: 50%;
	}
}
@media (max-width:850px) {
	.form_linea_mitad {
		float: none;
		width: auto;
	}
}
@media (max-width:810px) {
	.boton {
		padding: 7px 15px;
	}
	.boton_volver {
		position: static;
		top: auto;
		right: auto;
		margin-bottom: 30px;
	}
}
@media (max-width:690px) {
	.boton {
		padding: 5px 10px;
	}
	.form_cuadro_conimagen {
		float: none;
		width: 100%
	}
	.form_cuadro_imagen {
		float: none;
		width: 100%;
	}
	.form_boton_3 { /* 3 botones */
		width: 49%;
	}
}
@media (max-width:600px) {
	.pagina_mitad .form_linea_mitad {
		float: none;
		width: auto;
	}
}
@media (max-width:490px) {
	.boton {
		font-weight: normal;
	}
	.botones_formulario .boton {
		padding: 5px 8px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.botones_formulario .boton_eliminar {
		padding: 5px 8px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.cuadro_entero {
		width:85%;
	}
	.form_etiqueta, .form_etiqueta_larga {
		float: none;
		text-align: left;
	}
	.form_linea_lectura .form_etiqueta {
		width: auto;
		float: none;
		display: inline-block;
	}
	.form_info, .form_info_larga {
		margin-left: 10px;
	}
	.form_linea_lectura .form_info, .form_linea_lectura .form_info_larga {
		margin-left: 0;
		display: inline-block;
	}
}
@media (max-width:460px) {
	.form_boton .boton {
		font-size: 15px;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Seccion Index (Portada) */
.casilla_caja {
	position: relative;
	width: 32%;
	display: inline-block;
	margin: auto 0.5%;
	padding-top: 20px;
	padding-bottom: 30px;
	vertical-align: top;
}
.casilla_marco {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
.casilla_foto {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	border: 5px solid #e20025;
	width: 150px;
	height: 150px;
	margin: auto;
}
.casilla_texto {
	padding: 40px 20px 30px 20px;
	color: #000;
	text-align: left;
	line-height: 25px;
	margin-top: 100px;
	border-radius: 10px;
}
.casilla_titulo {
	line-height: 25px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	height: 25px;
	margin-bottom: 5px;
}
.casilla_caption {
	font-size: 18px;
	min-height: 50px;
}
.portada_slider_caja {
	width: 31%;
	display: inline-block;
	margin: auto 0.5%;
	margin-bottom: 40px;
	vertical-align: top;
}
.portada_slider_marco {
	width: 100%;
	position: relative;
	text-align: center;
}
.portada_slider_foto {
	border: 5px solid #e20025;
	width: 100%;
}
.portada_slider_foto img {
	width: 100%;
}
.portada_slider_info {
	background-color: #f3f3f3;
	color: #000;
	margin-top: 5px;
	padding: 10px;
	padding-bottom: 30px;
	border-radius: 10px;
	font-size: 16px;
	text-align: left;
}
@media (max-width:1290px) {
	.casilla_caption {
		font-size: 16px;
		height: 150px;
	}
}
@media (max-width:1034px) {
	.casilla_caja {
		width: 48%;
	}
	.casilla_caption {
		height: 125px;
	}
}
@media (max-width:810px) {
	.casilla_caption {
		height: 150px;
	}
	.portada_slider_margen {
		height: 28vw;
	}
	.portada_slider_info {
		font-size: 14px;
	}
	.portada_slider_caja {
		width: 98%;
	}
	.portada_slider_foto {
		height: 32vw;
	}
}
@media (max-width:690px) {
	.casilla_caja {
		width: 100%;
		margin: 0;
	}
	.casilla_caption {
		height: auto;
	}
}
@media (max-width:490px) {
}

/* Seccion Identificacion - Login */
.login_titulo {
	margin-top: 0;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}
.login_izquierda {
	width: 50%;
	border-right: 1px dashed #e20025;
	padding: 0 2%;
	float: left;
	margin: 30px 0;
	min-height: 600px;
}
.login_derecha {
	width: 50%;
	float: right;
	padding: 0 2%;
	margin: 30px 0;
}
.login_boton_formulario {
	display: none;
}
.login_cuadro {
	width: 100%;
	max-width: 450px;
	margin: auto;
	padding-bottom: 10px;
	background-color: #f3f3f3; /* Fondo general */
}
.login_cuadro .form_linea {
	font-weight: normal;
	text-align: center;
	font-size: 18px;
}
.login_titulo_normal {
	background-color: #e20025;
	color: #fff;
}
.login_titulo_logout {
	background-color: #e20025;
	color: #fff;
}
.login_titulo_error {
	background-color: #e20025;
	color: #fff;
}
.login_izquierda .bordeA {
	width: 100%;
}
.login_margen {
	float: left;
	width: 70%;
}
.login_aviso {
	display: none;
}
.login_gvs_marco {
	margin: auto;
	display: inline-block;
}
.login_gvs_marco a {
	text-decoration: none;
	color: #2a62a7;
}
.login_gvs_marco a:hover {
	color: #ff7f00;
}
.login_gvs_marco a:hover .logo_shield {
	box-shadow: 3px 3px 3px #2a62a7;
}
.login_gvs_cuadro {
	display: inline-block;
	font-size: 12px;
}
.login_gvs_caption {
}
.logo_shield {
	box-shadow: 3px 3px 3px #666;
	border: 1px solid #2a62a7;
	margin: 5px;
	padding: 3px;
	display: inline-block;
	transition:1s;
}
@media (max-width:1034px) {
	.login_izquierda {
		width: 100%;
		border-right: none;
		float: none;
		padding: 0 3%;
		min-height: auto;
	}
	.login_derecha {
		width: 100%;
		float: none;
		padding: 0 3%;
	}
	.login_boton_formulario {
		display: inherit;
	}
	.login_formulario {
		display: none;
	}
}
@media (max-width:810px) {
	.login_aviso {
		display: inherit;
	}
}
@media (max-width:490px) {
	.login_cuadro .form_etiqueta, .login_cuadro .form_etiqueta_larga {
		padding-left: 10px;
	}
}

/* Seccion LISTA */
.lista_tapiz {
	text-align: center;
	padding-bottom: 20vw;
	transition: .5s;
}
.persona_cuadro {
	display: inline-block;
	width: 20%;
	margin: 2%;
	position: relative;
	border: 1px solid #e20025;
	overflow: visible;
	vertical-align: top;
	transition: .5s;
}
.persona_foto {
	width: 100%;
	height: 13vw;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: .5s;
}
.persona_cuadro:hover .persona_foto {
	background-size: 120%;
	transition: .5s;
}
.persona_cuadro:hover .persona_ficha {
	display: block;
	transition: .5s;
}
.persona_banderola {
	position: absolute;
	top: 0;
	left: 15px;
	width: 2.2vw;
	height: 3vw;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	background-image: url('../images/banderola.png');
	background-repeat: no-repeat;
	background-size: 100%;
	transition: .5s;
}
.persona_ficha {
	display: none;
	position: absolute;
	left: 0;
	top: 14vw;
	width: 18vw;
	z-index: 999;
	padding: 20px;
	transition: .5s;
	background-color: #fff;
	border: 1px solid #000;
}
.persona_ficha_nombre {
	color: #e20025;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	transition: .5s;
}
.persona_ficha_apellidos {
	color: #e20025;
	text-transform: uppercase;
	font-size: 24px;
	transition: .5s;
}
.persona_ficha_texto {
	color: #000;
	transition: .5s;
}
.persona_ficha_pie {
	margin-top: 20px;
	color: #e20025;
	text-align: right;
	font-weight: bold;
	transition: .5s;
}
.persona_ficha_pie img {
	float: left;
	width: 50px;
	vertical-align: bottom;
	transition: .5s;
}
.persona_espacio {
	display: none;
	width: 100%;
	height: 30px;
	transition: .5s;
}
.persona_cuadro:hover .persona_espacio {
	display: block;
	transition: .5s;
}
.lista_mensaje {
	display: none;
}
@media (max-width:1300px) {
	.lista_tapiz {
		padding-bottom: 25vw;
	}
	.persona_banderola {
		left: 10px;
		width: 2.5vw;
		height: 3.5vw;
		padding-top: 10px;
	}
	.persona_ficha_nombre {
		font-size: 20px;
	}
	.persona_ficha_apellidos {
		font-size: 20px;
	}
}
@media (max-width:1290px) {
	.persona_cuadro {
		width: 29%;
	}
	.persona_foto {
		height: 19vw;
	}
	.persona_banderola {
		left: 10px;
		width: 3vw;
		height: 4vw;
		padding-top: 10px;
	}
	.persona_ficha_nombre {
		font-size: 18px;
	}
	.persona_ficha_apellidos {
		font-size: 18px;
	}
	.persona_ficha {
		top: 20vw;
		width: 26vw;
	}
}
@media (max-width:1034px) {
	.lista_tapiz {
		padding-bottom: 32vw;
	}
	.persona_ficha_nombre {
		font-size: 16px;
	}
	.persona_ficha_apellidos {
		font-size: 16px;
	}
}
@media (max-width:810px) {
	.lista_tapiz {
		padding-bottom: 270px;
	}
	.persona_cuadro {
		width: 44%;
	}
	.persona_foto {
		height: 30vw;
	}
	.persona_banderola {
		left: 10px;
		width: 5vw;
		height: 7vw;
		padding-top: 5px;
	}
	.persona_ficha_nombre {
		font-size: 16px;
	}
	.persona_ficha_apellidos {
		font-size: 16px;
	}
	.persona_ficha {
		top: 32vw;
		width: 39vw;
	}
	.lista_mensaje {
		display: block;
	}
}
@media (max-width:490px) {
	.lista_tapiz {
		padding-bottom: 270px;
	}
	.persona_cuadro {
		margin: 20px auto;
		width: 100%;
	}
	.persona_foto {
		height:65vw;
	}
	.persona_banderola {
		left: 10px;
		width: 8vw;
		height: 11vw;
		padding-top: 5px;
	}
	.persona_ficha_nombre {
		font-size: 14px;
	}
	.persona_ficha_apellidos {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.persona_ficha {
		padding: 10px;
		top: 70vw;
		width: 86vw;
	}
}

/* Seccion Contacto */
.contacto_direccion {
	margin: 0px 5px 0px 5px;
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contacto_lista {
	font-weight: bold;
	color: #e20025;
}
.contacto_icono_redsocial {
	display: inline-block;
	margin: auto;
	padding: 0 40px;
	font-size: 50px;
}
.contacto_izquierda {
	margin-top: 20px;
	float: left;
	width: 46%;
}
.contacto_izquierda div {
	overflow: visible;
}
.contacto_cuadrante1 {
	display: inline-block;
	width: 48%;
	margin: 0.5%;
	margin-bottom: 20px;
	padding: 10px;
	vertical-align: top;
}
.contacto_cuadrante2 {
	display: inline-block;
	width: 48%;
	margin: 0.5%;
	margin-bottom: 20px;
	padding: 10px;
	vertical-align: top;
}
.contacto_cuadrante1 div, .contacto_cuadrante2 div {
	overflow: visible;
}
.contacto_tarjeta {
	width: 100%;
}
.contacto_tarjeta p {
	margin: 20px;
	text-align: left;
}
.contacto_tarjeta .fas, .contacto_tarjeta .fab, .contacto_tarjeta .far {
	float: left;
	font-size: 30px;
	margin-right: 30px;
}
.contacto_formulario {
	text-align: left;
}
.contacto_formulario .form_linea {
	margin: 20px auto;
}
.contacto_celda_num {
	width: 5%;
}
.contacto_celda_fecha {
	width: 15%;
}
.contacto_celda_ip {
	width: 13%;
}
.contacto_celda_nombre {
	width: 23%;
}
.contacto_celda_email {
	width: 22%;
}
.contacto_celda_telefono {
	width: 10%;
}
.contacto_celda_accion {
	width: 12%;
}
.contacto_celda_mensaje {
	background-color: #bed4ef;
	color: #001c3d;
	border-radius: 10px;
	margin-top: 5px;
	padding: 5px;
}
.contacto_aviso {
	display: none;
}
#map {
}
.contacto_mapa {
	width: 98%;
	max-width: 800px;
	height: 85vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 5px;
	border: 0;
	box-shadow: 0px 0px 5px #e20025;
}
.contacto_mapa_mensaje {
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 20px;
}
@media (max-width:1000px) {
	.contacto_datos_mensaje {
		display: none;
	}
	.contacto_celda_num {
		width: 0%;
	}
	.contacto_celda_ip {
		width: 0%;
	}
	.contacto_celda_fecha {
		width: 20%;
	}
	.contacto_celda_nombre {
		width: 27%;
	}
	.contacto_celda_email {
		width: 28%;
	}
	.contacto_celda_telefono {
		width: 15%;
	}
	.contacto_celda_accion {
		width: 10%;
	}
}
@media (max-width:810px) {
	.contacto_cuadrante1 {
		display: block;
		width: 90%;
		margin: auto;
	}
	.contacto_cuadrante2 {
		display: block;
		width: 100%;
		margin: auto;
	}
	.contacto_izquierda {
		margin-top: 0;
		margin-bottom: 20px;
		float: inherit;
		width: 100%;
	}
	.contacto_formulario {
		float: inherit;
		width: 95%;
		margin-left: 10px;
	}
	.contacto_direccion {
		font-size: 18px;
	}
	.contacto_celda_fecha, .contacto_celda_nombre, .contacto_celda_accion .boton_eliminar, .contacto_celda_texto, .contacto_datos_mensaje2 {
		font-size: 14px;
	}
}
@media (max-width:690px) {
	.contacto_direccion {
		font-size: 15px;
	}
	.contacto_tarjeta {
		width: 95%;
		margin: 0px 10px 10px 10px;
	}
	.contacto_datos_mensaje2 {
		display: none;
	}
	.contacto_celda_email {
		width: 0%;
	}
	.contacto_celda_telefono {
		width: 0%;
	}
	.contacto_celda_fecha {
		width: 35%;
	}
	.contacto_celda_nombre {
		width: 35%;
	}
	.contacto_celda_accion {
		width: 30%;
	}
	.contacto_aviso {
		display: inherit;
	}
	#map {
		height: 80vw;
	}
}
@media (max-width:490px) {
	.contacto_direccion {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* Seccion Calendario de Eventos */
.evento_lista_cuadro {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	min-height: 150px;
}
.evento_lista_fecha {
	position: absolute;
	top: 0px;
	width: 130px;
	background-color: #001c3d;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
.evento_marco_fecha2 {
	display: none;
	text-align: center;
}
.evento_lista_fecha2 {
	display: none;
	background-color: #001c3d;
	padding: 5px 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
.evento_lista_texto {
	width: 97%;
	background-color: #6c9eda;
	color: #001c3d;
	border-radius: 5px;
	margin: 20px 0px 0px 20px;
	padding: 10px 160px 10px 90px;
	min-height: 110px;
	transition:.5s;
}
.evento_lista_titulo {
	line-height: 25px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.evento_lista_ubicacion {
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.evento_lista_foto {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #013d88;
	border: 5px solid #013d88;
	height: 150px;
	border-radius: 5px;
	margin-left: 10px;
}
.evento_lista_foto2 {
	display: none;
	float: right;
	width: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #013d88;
	border: 5px solid #013d88;
	height: 150px;
	border-radius: 5px;
	margin-left: 10px;
}
.evento_lista_vertical {
	background-size: 100% auto;
	transition:.5s;
}
.evento_lista_horizontal {
	background-size: auto 100%;
	transition:.5s;
}
.evento_lista_hoy {
	background-color: #ff7f00;
	border-color: #ff7f00;
}
.evento_lista_leermas {
	display: inline;
	color: #00f;
}
.evento_lista_cuadro:hover .evento_lista_texto {
	background-color: #bed4ef;
}
.evento_lista_cuadro:hover .evento_lista_horizontal {
	background-size: auto 120%;
}
.evento_lista_cuadro:hover .evento_lista_vertical {
	background-size: 120% auto;
}
.evento_asistencia_cuadro {
	width: 100%;
	max-width: 550px;
	background-color: #bed4ef;
	margin: auto;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}
.evento_lista_cuadro:hover .evento_asistencia_cuadro {
	background-color: #6c9eda;
}
.evento_asistencia_opcion {
	display: inline-block;
	width: 32%;
	min-width: 160px;
}
.evento_asistencia_opcion .boton {
	padding: 5px 20px;
}
.evento_ficha_info {
	background-color: #bed4ef;
	color: #001c3d;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}
.evento_ficha_imagen {
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 30%;
	max-width: 300px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.evento_ficha_asistencia {
	width: auto;
	max-width: none;
}
.celda_calendario_titulo {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 14pt;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
	width: 300px;
}
.celda_calendario_diasemana {
	font-size : 12pt;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
}
.celda_calendario_espacio {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
}
.celda_calendario_hoy {
    font-size : 12pt; 
    color: #009900;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
} 
.celda_calendario_domingo { 
    font-size : 12pt; 
    color: #990000;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
} 
.celda_calendario_diario { 
    font-size : 12pt; 
    color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
}
.calendario_boton {
	padding: 5px 8px;
}
.eventos_elegido {
	background: #013d88;
	color: #bed4ef;
	border: 1px solid #bed4ef;
}
button.eventos_elegido:hover {
	background: #013d88;
	color: #bed4ef;
	border: 1px solid #bed4ef;
}
.eventos_dia_normal {
	background-color: #ffffff;
}
.eventos_dia_evento {
	background-color: #6c9eda;
	cursor: pointer;
}
.evento_cuadro {
	position: absolute;
	display: none;
	width: 300px;
	background-color: #fff;
	color: #001c3d;
	border: 3px solid #013d88;
	border-radius: 5px;
	padding: 4px 6px;
	font-size: 16px;
	z-index: 999;
}
.titulo_cuadrodia {
	background-color: #bed4ef;
	width: 100%;
	padding: 3px 6px;
	color: #001c3d;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.cuadrodia_evento {
	width: 100%;
	padding: 3px 6px;
	color: #001c3d;
	margin-bottom: 5px;
}
.info_asistencias {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.info_asistencias ul, .info_asistencias p {
	margin-top: 0;
	padding-top: 0;
}
.info_asistencias ul li {
	font-weight: bold;
}
.info_asistencias h4 {
	margin-bottom: 5px;
}
@media (max-width:810px) {
	.evento_lista_texto {
		width: 95%;
	}
	.evento_ficha_imagen {
		width: 48%;
	}
}
@media (max-width:690px) {
	.evento_lista_foto {
		display: none;
	}
	.evento_lista_foto2 {
		display: inherit;
		margin-bottom: 5px;
	}
	.evento_marco_fecha2 {
		display: inherit;
	}
	.evento_lista_fecha2 {
		display: inline-block;
	}
	.evento_lista_fecha {
		display: none;
	}
	.evento_lista_texto1 {
		display: none;
	}
	.evento_lista_texto2 {
		display: inline;
	}
	.evento_lista_texto {
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	.evento_ficha_asistencia {
		clear: both;
	}
}
@media (max-width:490px) {
	.evento_lista_foto2 {
		float: none;
		width: 95%;
		max-width: 200px;
		height: 150px;
		border-radius: 5px;
		margin: auto;
		margin-bottom: 10px;
	}
	.evento_ficha_imagen {
		width: 98%;
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* Secciones de Fotos y Videos */
.fotos_galerias_galeria {
	display: inline-block;
	width: 23.5%;
	margin: 0 0.5%;
	margin-bottom: 40px;
}
.fotos_galerias_caja {
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.fotos_galerias_marco {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}
.fotos_galerias_foto {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-color: #013d88;
	border: 5px solid #013d88;
	width: 150px;
	height: 150px;
	border-radius: 5px;
	margin: auto;
	position: relative;
}
.fotos_galerias_texto {
	margin-top: 100px;
	padding: 40px 20px 10px 20px;
	background-color: #6c9eda;
	color: #001c3d;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	transition:.5s;
}
.fotos_galerias_caja:hover .fotos_galerias_texto {
	background-color: #bed4ef;
}
.fotos_galerias_titulo {
	margin-bottom: 5px;
	font-size: 20px;
	margin: auto;
	font-weight: bold;
}
.fotos_galerias_caption {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.fotos_cuadro {
	display: inline-block;
	margin: 2% 1%;
	position: relative;
	width: 200px;
}
.fotos_marco {
	width: 100%;
	height: 200px;
}
.fotos_foto {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #013d88;
	border: 5px solid #013d88;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	margin: auto;
	position: absolute;
	z-index: 2;
}
.fotos_foto_h {
	background-size: auto 100%;
}
.fotos_foto_v {
	background-size: 100% auto;
}
.fotos_imagen_completa {
	margin: auto;
	border: 5px solid #e20025;
	border-radius: 5px;
}
.fotos_caption {
	position: relative;
	top: -20px;
	width: 100%;
	padding: 30px 10px 10px 10px;
	background-color: #6c9eda;
	border-radius: 10px;
	color: #001c3d;
}
.fotos_form_trio {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
}
.fotos_foto input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.video {
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.videos_play {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: url('../images/play.png') center no-repeat;
	background-size: 50%;
}
.videos_ficha_video {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.videos_ficha_video .video iframe {
	display: inline-block;
}
.videos_ficha_video .video_facebook {
	display: inline-block;
	width: 100%;
}
.videos_ficha_video .video_facebook iframe {
	width: 100%;
}
.videos_ficha_texto {
	text-align: left;
}
@media (max-width:1034px) {
	.fotos_galerias_galeria {
		width: 31.5%;
		margin-bottom: 20px;
	}
	.fotos_galerias_titulo {
		font-size: 18px;
	}
}
@media (max-width:810px) {
	.fotos_galerias_caja {
		width: 95%;
		margin: auto 0.5%;
	}
	.fotos_cuadro {
		width: 150px;
	}
	.fotos_marco {
		height: 150px;
	}
	.fotos_galerias_foto {
		width: 120px;
		height: 120px;
	}
	.fotos_galerias_texto {
		margin-top: 70px;
	}
	.fotos_galerias_titulo {
		font-size: 16px;
	}
	.fotos_galerias_caption {
		font-size: 14px;
	}
	.fotos_foto {
		width: 150px;
		height: 150px;
	}
}
@media (max-width:690px) {
	.fotos_galerias_galeria {
		width: 48%;
	}
}
@media (max-width:580px) {
	.fotos_cuadro {
		display: block;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.fotos_marco {
		width: 100%;
	}
	.fotos_marco {
		position: relative;
		height: 80vw;
	}
	.fotos_foto {
		width: 100%;
		height: 80vw;
	}
}
@media (max-width:490px) {
	.fotos_galerias_foto {
		width: 100px;
		height: 100px;
	}
	.fotos_galerias_texto {
		margin-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.fotos_galerias_titulo {
		font-size: 16px;
	}
	.fotos_galerias_caption {
		font-size: 14px;
	}
}

/* Seccion Noticias */
.noticia_lista_marco {
	display: inline-block;
	width: 20%;
	margin: 20px 2%;
	color: #413c38;
	vertical-align: top;
}
.noticia_lista_marco a {
	text-decoration: none;
	color: #413c38;
}
.noticia_lista_cuadro {
	width: 100%;
}
.noticia_lista_fecha {
	background-color: #413c38;
	padding: 5px;
	text-align: center;
	color: #d0a228;
}
.noticia_lista_foto {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	border: none;
	width: 100%;
	height: 13vw;
	margin: auto;
	position: relative;
	transition:.5s;
}
.noticia_lista_titulo {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 10px;
	font-family: 'Aristotelica', Arial;
	line-height: 25px;
	font-weight: bold;
	transition:.5s;
	margin-bottom: 10px;
}
.noticia_lista_texto {
	width: 100%;
	margin: auto;
	font-size: 18px;
	text-align: left;
	padding: 10px;
	transition:.5s;
}
.noticia_lista_leermas {
	display: inline;
	color: #00f;
}
.noticia_ficha {
	margin: auto;
	width: 100%;
	max-width: 1200px;
}
.noticia_barra {
	border-top: 3px solid #e20025;
	border-bottom: 3px solid #e20025;
	line-height: 50px;
	text-align: left;
	font-weight: bold;
}
.noticia_barra_share {
	float: right;
}
.noticia_contenido {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
}
.noticia_imagen {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.noticia_imagen img {
	width: 100%;
}
.noticia_video {
	width: 100%;
	margin-bottom: 30px;
}
.noticia_video .video {
	width: 100%;
}
.noticia_contenido .noticia_lista_cuadro {
	border: 3px solid #e20025;
	transition: .5s;
}
.noticia_contenido .noticia_lista_cuadro:hover {
	background-color: #f3f3f3;
}
.noticia_cuadro_descarga {
	background-color: #d0a228;
	color: #413c38;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}
a .noticia_cuadro_descarga {
	color: #413c38;
}
a:hover .noticia_cuadro_descarga {
	color: #fff;
}
.noticia_audio_marco {
	margin: 20px auto;
	text-align: center;
}
.noticia_audio_marco audio {
	width: 80%;
}
@media (max-width:1600px) {
	.noticia_lista_titulo {
		padding-bottom: 0;
	}
	.noticia_lista_texto {
	}
	.noticia_imagen img {
		max-height: 460px;
	}
}
@media (max-width:1290px) {
	.noticia_lista_marco {
		width: 21%;
		margin: 20px 1.5%;
	}
	.noticia_lista_foto {
		height: 14vw;
	}
	.noticia_imagen img {
		max-height: 370px;
	}
}
@media (max-width:1034px) {
	.noticia_lista_marco {
		width: 29%;
	}
	.noticia_lista_foto {
		height: 18vw;
	}
	.noticia_imagen img {
		max-height: none;
		height: auto;
		width: 100%;
	}
	.noticia_video .video {
	}
}
@media (max-width:810px) {
	.noticia_lista_texto {
		width: 95%;
	}
	.noticia_video {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.noticia_video .video {
	}
}
@media (max-width:690px) {
	.noticia_lista_marco {
		width: 45%;
	}
	.noticia_lista_foto {
		height: 30vw;
	}
	.noticia_video {
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		width: 100%;
	}
	.noticia_video .video {
		width: 100%;
		height: 350px;
	}
	.imagen_noticia {
		width: 30vw;
	}
	.fecha_noticia {
		width: 45px;
		font-size: 12px;
	}
}
@media (max-width:580px) {
	.noticia_imagen {
		width: 98%;
		float: inherit;
		margin-bottom: 15px;;
		max-width: inherit;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width:490px) {
	.noticia_barra {
		text-align: center;
	}
	.noticia_barra_share {
		float: none;
	}
	.noticia_lista_titulo {
		padding-bottom: 10px;
	}
	.noticia_lista_texto {
		display: none;
	}
	.noticia_lista_marco {
		width: 90%;
		margin: 30px auto;
	}
	.noticia_lista_foto {
		height:60vw;
	}
	.noticia_imagen img {
		max-height: 500px;
	}
}

/* Seccion Parrafos */
.parrafos_imagen_actual {
	position: relative;
	display: inline-block;
	box-shadow: 3px 3px 5px #666;
	width: 95%;
	max-width: 300px;
	margin-right: 20px;
}
.parrafos_imagen_actual img {
	display: block;
	width: 100%;
}
.parrafos_descarga_opciones {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.parrafos_imagen {
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 35%;
}
.parrafos_sombra {
	box-shadow: 1px 1px 1px #666;
	margin: 5px;
}
.parrafos_dos_columnas .parrafos_imagen {
	width: 50%;
}
.parrafos_imagen_center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.parrafos_imagen_left {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 2vw;
	margin-bottom: 2vw;
}
.parrafos_imagen_right {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 2vw;
	margin-bottom: 2vw;
}
.parrafos_texto p {
	margin-top: 0px;
	text-align: justify;
}
.parrafos_linea {
	text-align: center;
	margin: 0;
	padding: 0;
}
.parrafos_dos_columnas {
	column-count: 2;
	column-gap: 5vw;
	padding-bottom: 30px;
}
.parrafos_marco {
	margin-top: 50px!important;
	max-width: 800px;
	margin: auto;
	text-align: justify;
}
.parrafos_marco_admin {
	max-width: 800px;
	margin: auto;
	padding: 5px;
}
.parrafos_cuadro_descarga {
	background-color: #f3f3f3;
	color: #e20025;
	width: 100%;
	padding: 5px 10px 7px 10px;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width:1290px) {
	.parrafos_imagen_left, .parrafos_imagen_right {
		width: 40%;
	}
}
@media (max-width:1034px) {
	.parrafos_imagen_left, .parrafos_imagen_right {
		width: 45%;
	}
	.parrafos_imagen_left {
		margin-right: 3vw;
		margin-bottom: 3vw;
	}
	.parrafos_imagen_right {
		margin-left: 3vw;
		margin-bottom: 3vw;
	}
	.parrafos_dos_columnas .parrafos_imagen_left, .parrafos_dos_columnas .parrafos_imagen_right {
		float: none;
		margin: auto;
	}
	.parrafos_dos_columnas .parrafos_imagen {
		width: 98%;
	}
}
@media (max-width:810px) {
	.parrafos_imagen_left, .parrafos_imagen_right {
		width: 50%;
	}
	.parrafos_dos_columnas {
		column-count: 1;
		padding-bottom: 0;
	}
	.parrafos_imagen_left {
		margin-right: 4vw;
		margin-bottom: 4vw;
	}
	.parrafos_imagen_right {
		margin-left: 4vw;
		margin-bottom: 4vw;
	}
	.parrafos_dos_columnas .parrafos_imagen_left {
		float: left;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.parrafos_dos_columnas .parrafos_imagen_right {
		float: right;
		margin-top: 5px;
		margin-right: 5px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.parrafos_dos_columnas .parrafos_imagen {
		width: 50%;
	}
}
@media (max-width:690px) {
	.parrafos_imagen_left {
		margin-right: 5vw;
		margin-bottom: 5vw;
	}
	.parrafos_imagen_right {
		margin-left: 5vw;
		margin-bottom: 5vw;
	}
}
@media (max-width:490px) {
	.parrafos_imagen_left, .parrafos_dos_columnas .parrafos_imagen_left {
		width: 98%;
		float: inherit;
		max-width: inherit;
		margin-bottom: 5vw;
		margin-left: 5px;
		margin-right: 5px;
	}
	.parrafos_imagen_right, .parrafos_dos_columnas .parrafos_imagen_right {
		width: 98%;
		float: inherit;
		max-width: inherit;
		margin-bottom: 5vw;
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* Seccion Perfil */
.perfil_titulo {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.perfil_titulo .bordeA {
	padding-top: 10px;
	border-color: #001c3d;
}
.perfil_titulo1 {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.perfil_titulo1 a {
	text-decoration: none;
}
a .perfil_titulo2 {
	width: 100%;
	max-width: 900px;
	padding: 10px;
	background-color: #6c9eda;
	color: #001c3d;
	border: 2px solid #001c3d;
	font-size: 18px;
	margin: auto;
	text-align: left;
	border-radius: 10px;
	transition:.5s;
}
a .perfil_titulo2:hover {
	background-color: #bed4ef;
	color: #013d88;
	border: 2px solid #013d88;
}
.perfil_imagen2 {
	display: none;
	text-align: center;
}
.perfil_textbox {
	width: 70%;
}
.perfil_pedido_marco {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	background-color: #999;
}
.perfil_pedido_linea {
	width: 100%;
	min-height: 32px;
	padding-top: 3px;
	padding-right: 170px;
	background-color: #dfc9c2;
	color: #4e1809;
	font-size: 18px;
	transition:.5s;
}
.perfil_pedido_linea:hover {
	background-color: #fff3f0;
	color: #72301d;
}
.perfil_pedido_linea_sinboton {
	padding-right: 0px;
}
.perfil_pedido_casilla {
	display: inline-block;
	margin: 0 10px;
}
.perfil_pedido_boton {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.perfil_pedido_boton .boton {
	padding: 4px 15px;
}
.perfil_marco_ficha {
	float: left;
	width: 160px;
	height: 160px;
	border: 5px solid #2a62a7;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
}
.perfil_foto_ficha {
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.perfil_margen {
	float: left;
	width: 70%;
}
@media (max-width:690px) {
	.perfil_pedido_boton {
		margin-top: 10px;
		float: none;
		position: inherit;
		top: inherit;
		right: inherit;
		text-align: center;
	}
	.perfil_pedido_linea {
		padding-right: 0px;
		text-align: center;
	}
}
@media (max-width:490px) {
	.perfil_imagen1 {
		display: none;
	}
	.perfil_imagen2 {
		display: inherit;
		width: 100%;
	}
}
@media (max-width:360px) {
	.perfil_textbox {
		width: 90%;
	}
}

/* Estilos para tablas */
table {
	border: none;
	border-collapse: collapse;
	margin: auto;
}
td {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.tabla_normal {
	border: none;
	border-collapse: collapse;
	margin: auto;
}
.tabla_izquierda {
	border: none;
	border-collapse: collapse;
	margin-left: 0;
}
.tabla_derecha {
	border: none;
	border-collapse: collapse;
	margin-right: 0;
}
.tabla_completa {
	border: none;
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}
.tabla_borde {
	border:1px solid #5181b2;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0px;
}
.celda_0_left_middle {
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}
.celda_0_left_top {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.celda_0_left_bottom {
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
}
.celda_0_center_middle {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.celda_0_center_top {
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
.celda_0_center_bottom {
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}
.celda_0_right_middle {
	padding: 0px;
	text-align: right;
	vertical-align: middle;
}
.celda_0_right_top {
	padding: 0px;
	text-align: right;
	vertical-align: top;
}
.celda_0_right_bottom {
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
}
.celda_1_left_middle {
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}
.celda_1_left_top {
	padding: 1px;
	text-align: left;
	vertical-align: top;
}
.celda_1_left_bottom {
	padding: 1px;
	text-align: left;
	vertical-align: bottom;
}
.celda_1_center_middle {
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
.celda_1_center_top {
	padding: 1px;
	text-align: center;
	vertical-align: top;
}
.celda_1_center_bottom {
	padding: 1px;
	text-align: center;
	vertical-align: bottom;
}
.celda_1_right_middle {
	padding: 1px;
	text-align: right;
	vertical-align: middle;
}
.celda_1_right_top {
	padding: 1px;
	text-align: right;
	vertical-align: top;
}
.celda_1_right_bottom {
	padding: 1px;
	text-align: right;
	vertical-align: bottom;
}
.celda_2_left_middle {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}
.celda_2_left_top {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
.celda_2_left_bottom {
	padding: 2px;
	text-align: left;
	vertical-align: bottom;
}
.celda_2_center_middle {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
.celda_2_center_top {
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
.celda_2_center_bottom {
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
}
.celda_2_right_middle {
	padding: 2px;
	text-align: right;
	vertical-align: middle;
}
.celda_2_right_top {
	padding: 2px;
	text-align: right;
	vertical-align: top;
}
.celda_2_right_bottom {
	padding: 2px;
	text-align: right;
	vertical-align: bottom;
}
.celda_3_left_middle {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}
.celda_3_left_top {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
.celda_3_left_bottom {
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}
.celda_3_center_middle {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
.celda_3_center_top {
	padding: 3px;
	text-align: center;
	vertical-align: top;
}
.celda_3_center_bottom {
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
}
.celda_3_right_middle {
	padding: 3px;
	text-align: right;
	vertical-align: middle;
}
.celda_3_right_top {
	padding: 3px;
	text-align: right;
	vertical-align: top;
}
.celda_3_right_bottom {
	padding: 3px;
	text-align: right;
	vertical-align: bottom;
}
.celda_4_left_middle {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}
.celda_4_left_top {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
.celda_4_left_bottom {
	padding: 4px;
	text-align: left;
	vertical-align: bottom;
}
.celda_4_center_middle {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
.celda_4_center_top {
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.celda_4_center_bottom {
	padding: 4px;
	text-align: center;
	vertical-align: bottom;
}
.celda_4_right_middle {
	padding: 4px;
	text-align: right;
	vertical-align: middle;
}
.celda_4_right_top {
	padding: 4px;
	text-align: right;
	vertical-align: top;
}
.celda_4_right_bottom {
	padding: 4px;
	text-align: right;
	vertical-align: bottom;
}
.celda_5_left_middle {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.celda_5_left_top {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.celda_5_left_bottom {
	padding: 5px;
	text-align: left;
	vertical-align: bottom;
}
.celda_5_center_middle {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.celda_5_center_top {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
.celda_5_center_bottom {
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
}
.celda_5_right_middle {
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}
.celda_5_right_top {
	padding: 5px;
	text-align: right;
	vertical-align: top;
}
.celda_5_right_bottom {
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
}
/* -------------------------------------------------------------------------------------- */

/* Estilos de los espaciados */
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
/* -------------------------------------------------------------------------------------- */
.invisible {
	display: none;
}
