@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:'monotype Corsiva'; src: url('mtcorsva.ttf'); }

/* Elementos generales de la web */
body {
	font: 18px Roboto, Verdana, Arial;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	color: #320007;
}
p {
	text-align: left;
}
a, a:visited, a:active, a:focus, a:link { 
	color: #0000ff;
	text-decoration:underline;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a:hover { 
	color: #7c0314;
	text-decoration:none;
}
img {
	border: none;
}
img a {
	border: none;
}
body div {
	box-sizing: border-box;
	overflow: hidden;
}
@media (max-width:810px) {
	body {
		font: 16px Roboto, Verdana, Arial;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion de la cabecera */
#cabecera {
	background: #eac291;
	background: linear-gradient(180deg, #eac291, #fff);
	width: 100%;
	text-align: center;
	padding: 5px 0;
	height: 95px;
	height:10vw;
	max-height: 95px;
}
.logo {
	float: left;
	width: 27%;
	height: 100%;
	text-align: center;
}
.slogan img {
	height: 100%;
}
.slogan {
	float: left;
	width: 45%;
	height: 100%;
	text-align: center;
}
.logo img {
	height: 100%;
}
#marco_login {
	float: right;
	margin-right: 10px;
	width: 270px;
	display: block;
	height: 100%;
}
#marco_login a.identificacion {
	display: block;
	font-family: Helvetica, Verdana, Arial;
	color: #eac291;
	text-decoration: none;
	text-align: left;
	box-shadow: 2px 2px 2px #595959;
	background: #7c0314 url('../images/loginbutton.png') no-repeat;
	background-size: 10%;
	background-position: 5px;
	font-size: 16px;
	width: 210px;
	height: 30px;
	margin: 8px 0;
	padding-left: 40px;
	line-height: 32px;
}
#marco_login a.nuevousuario {
	display: block;
	font-family: Helvetica, Verdana, Arial;
	color: #eac291;
	text-decoration: none;
	text-align: left;
	box-shadow: 2px 2px 2px #595959;
	background: #7c0314 url('../images/newuser.png') no-repeat;
	background-size: 10%;
	background-position: 5px;
	font-size: 16px;
	width: 210px;
	height: 30px;
	margin: 8px 0;
	padding-left: 40px;
	line-height: 32px;
}
#marco_login a.identificado {
	display: block;
	font-family: Helvetica, Verdana, Arial;
	color: #7c0314;
	text-decoration: none;
	text-align: left;
	box-shadow: 2px 2px 2px #595959;
	background: #eac291 url('../images/loginbutton_.png') no-repeat;
	background-size: 10%;
	background-position: 5px;
	font-size: 16px;
	width: 210px;
	height: 30px;
	margin: 8px 0;
	padding-left: 40px;
	line-height: 32px;
}
#marco_login a.identificacion:hover {
	background: #eac291 url('../images/loginbutton_.png') no-repeat;
	background-size: 10%;
	background-position: 8px;
	color: #7c0314;
}
#marco_login a.nuevousuario:hover {
	background: #eac291 url('../images/newuser_.png') no-repeat;
	background-size: 10%;
	background-position: 8px;
	color: #7c0314;
}
#marco_login a.identificado:hover {
	background: #7c0314 url('../images/loginbutton.png') no-repeat;
	background-size: 10%;
	background-position: 8px;
	color: #eac291;
}
.saludo_login {
	display: block;
	font-family: Roboto, Verdana, Arial;
	color: #eac291;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	width: 250px;
	height: 30px;
	background: #7c0314;
	margin: 8px 0 8px 2px;
	line-height: 24px;
	padding: 0 10px;
	border: 2px solid #eac291;
	overflow: hidden;
}
.saludo_login:hover {
	background: #eac291;
	color: #7c0314;
	border: 2px solid #7c0314;
}
.fader {
	opacity: 0;
}
@media (max-width:1034px) {
	#cabecera {
		height: 9vw;
	}
	#marco_login {
		width: 26%;
		margin-right: 1vw;
	}
	#marco_login a.identificacion {
		width: 21vw;
		height: 3.2vw;
		margin: 0.5vw 0;
		margin-bottom: 0.6vw;
		padding-left: 4vw;
		line-height: 34px;
	}
	#marco_login a.nuevousuario {
		width: 21vw;
		height: 3.2vw;
		margin: 0.5vw 0;
		margin-bottom: 0.6vw;
		padding-left: 4vw;
		line-height: 34px;
	}
	#marco_login a.identificado {
		width: 21vw;
		height: 3.2vw;
		margin: 0.5vw 0;
		margin-bottom: 0.6vw;
		padding-left: 4vw;
		line-height: 34px;
	}
	#marco_login .saludo_login {
		font-size: 15px;
		width: 25vw;
		height: 3.2vw;
		margin: 0.5vw 0;
		margin-bottom: 0.6vw;
		line-height: 24px;
	}
}
@media (max-width:920px) {
	#marco_login a.identificacion {
		font-size: 15px;
		line-height: 28px;
	}
	#marco_login a.nuevousuario {
		font-size: 15px;
		line-height: 28px;
	}
	#marco_login a.identificado {
		font-size: 15px;
		line-height: 28px;
	}
	#marco_login .saludo_login {
		font-size: 14px;
		line-height: 24px;
		line-height: 22px;
	}
}
@media (max-width:810px) {
	#cabecera {
		height:13vw;
	}
	.logo {
		margin: auto;
		width: 48%;
	}
	.slogan {
		width: 50%;
	}
	#marco_login {
		display: none;
	}
}
@media (max-width:690px) {
}
@media (max-width:490px) {
	#cabecera {
		height: 55px;
	}
	.logo {
		height: 45px;
	}
	.slogan {
		height: 45px;
	}
}
@media (max-width:380px) {
	.logo img {
		height: auto;
		width: 90%;
	}
	.slogan img {
		height: auto;
		width: 90%;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion de los menus, menu oculto, login oculto y menu normal */
#modulo_menu {
	box-shadow: 0px 2px 2px #999;
	width: 100%;
	overflow: visible!important;
	margin-bottom: 2px;
}
.menu_fijo {
   position: fixed;
   z-index: 6;
   top: 0;
}
.barra {
	background: #fff;
	border-bottom: 1px solid #555;
	height: 5.6vw;
	min-height: 43px;
	max-height: 70px;
	width: 100%;
	padding: 5px 0;
	overflow: visible!important;
}
.boton_menu {
	float: left;
	width: 30px;
	height: 30px;
	display: none;
}
.boton_menu a {
	background: url('../images/menubutton.png');
	width: 100%;
	height: 100%;
	display: inline-block;
}
.boton_menu a:hover {
	background: url('../images/menubutton_.png');
}
.titulo_barra {
	display: none;
	float: left;
	text-align: center;
	line-height: 35px;
	width: 85%;
}
.logo_menu {
	display: none;
	float: left;
	width: 17%;
	height: 100%;
	text-align: center;
}
.logo_menu img {
	height: 100%;
}
.menu_fijo .logo_menu {
	display: block;
}
#menu {
	overflow: visible!important;
	text-align: center;
	margin-top: 0px;
	display: inherit;
	width: 99%;
	margin-left: 10px;
	margin-left: .5vw;
}
.menu_fijo #menu {
	margin-left: 17%;
	width: 83%;
}
#menu ul {
	text-align: center;
	width: 100%;
	margin-left: -40px;
}
#menu .toprow > ul {
	margin-top: 65px;
	margin-left: -40px;
}
#menu li {
	position: relative;
	float: left;
	white-space: nowrap;
	list-style: none;
	display: inline;
	margin: auto 6px;
	z-index: 7;
	text-align: center;
}
.menu_fijo #menu li {
	margin: auto 4px;
}
#menu li li {
	width:25vw;
	max-width: 350px;
	margin: auto 0;
	z-index: 10;
}
#menu li li ul {
	margin-left: -27.7vw;
	z-index: 20;
}
#menu li .menu_ultimo{
	margin-left: -15vw;
}
.menu_fijo #menu li .menu_ultimo{
	margin-left: -16vw;
}
.menu_fijo #menu li .menu_primero{
	margin-left: -8vw;
}
#menu li .menu_normal{
	margin-left: -8vw;
}
#menu li li a {
	font-size: 18px;
	background: #eac291;
	background-size: auto;
	height: auto;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #7c0314;
	border-bottom: 1px solid #7c0314;
	line-height: 29px;
}
#menu li ul {
	position:absolute;
	display:block;
	top:0;
	left:0;
	margin:0;
	height:0;
}
#menu li a {
	font-family: Helvetica, Verdana, Arial;
	display: block;
	text-decoration: none;
	font-size: 23px;
	line-height: 30px;
	height: 55px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #000;
}
.menu_fijo #menu li a {
	font-size: 19px;
}
#menu li a:hover {
	color: #7c0314;
}
.icono_menu {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background-color: #7c0314;
	border-radius: 25px;
	display: block;
	padding: 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.icono_menu img {
	width: 30px;
}
#menu li a:hover .icono_menu {
	background-color: #eac291;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
#menu .grupo1 {
	width: 18.25%;
}
#menu .grupo2 {
	width: 12.25%;
}
#menu .grupo3 {
	width: 14.75%;
}
#menu .grupo4 {
	width: 19.75%;
}
#menu .grupo5 {
	width: 12%;
}
#menu .grupo6 {
	width: 17%;
}
.texto_menu {
	margin: 15px 0;
	margin-left 10px;
}
#menu a:hover {
	color: #7c0314;
}
#menu li li a:hover {
	color: #eac291;
	background: #7c0314;
}
#menu a.current {
	background: #7c0314;
	color: #eac291;
}
#menu a.current:hover {
	background: #7c0314;
	color: #fff;
}
#menu_oculto {
	background: #ffe5c0;
	background: linear-gradient(270deg, #fff, #ffe5c0);
	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 ul {
	margin: 0 auto;
	overflow: hidden;
	margin-left: -25px;
	list-style-type: none;
}
#menu_oculto ul li {
	margin-bottom: 20px;
}
#menu_oculto ul li li, #menu_oculto ul li li li {
	margin-bottom: 0px;
}
.menu_lista1, .menu_lista2, .menu_lista3, .menu_lista4, .menu_lista5, .menu_lista6 {
	display: none;
}
.menu_lista_escuelas {
	display: none;
}
.menu_lista_club {
	display: none;
}
.menu_oculto li a {
	font-family: Roboto, Verdana, Arial;
	display: block;
	line-height: 35px;
	text-decoration: none;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	color: #000;
	width: 86%;
	max-width: 320px;
	font-size: 20px;
}
.menu_oculto li li a {
	font-family: Roboto, Verdana, Arial;
	background: #7c0314;
	display: block;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	color: #eac291;
	border: 2px solid #eac291;
	width: 85%;
	max-width: 320px;
	font-size: 14px;
}
.menu_oculto li a.current {
	background: #eac291;
	color: #7c0314;
	border: 2px solid #7c0314;
	font-weight: bold;
}
.icono_menu_oculto {
	float: left;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	background-color: #7c0314;
	border-radius: 18px;
	display: block;
	padding-left: 8px;
	padding-top: 3px;
}
.icono_menu_oculto img {
	width: 20px;
}
#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: #ffe5c0;
	background: linear-gradient(90deg, #fff, #ffe5c0);
	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%;
	color: #7c0314;
}
#resto_login {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(64, 64, 64, 0.5);
	width: 100%;
	height: 100%;
	z-index: 8;
}
.boton_login {
	float: right;
	width: 30px;
	height: 30px;
	display: none;
}
.boton_login a {
	background: url('../images/loginbutton_.png');
	width: 100%;
	height: 100%;
	display: inline-block;
}
.boton_login a:hover {
	background: url('../images/loginbutton__.png');
}
.boton_login_ {
	float: right;
	width: 30px;
	height: 30px;
	display: none;
}
.boton_login_ a {
	background: url('../images/loggedbutton_.png');
	width: 100%;
	height: 100%;
	display: inline-block;
}
.boton_login_ a:hover {
	background: url('../images/loggedbutton.png');
}
.titulo_login {
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial;
	color: #000;
	margin: auto auto 10px auto;
	text-align: center;
}
#login form p {
	font-size: 14px;
	color: #7c0314;
	text-align: center;
}
#login input {
	width: 60%;
	max-width: 250px;
	margin: 5px auto;
}
#login input.cuadrologin {
	width: 75%;
	max-width: 350px;
}
@media (min-width:1600px) {
	#menu li .menu_ultimo{
		margin-left: -10vw;
	}
	.menu_fijo #menu li .menu_ultimo{
		margin-left: -11vw;
	}
}
@media (min-width:1400px) {
	#menu li li ul {
		margin-left: -385px;
	}
}
@media (max-width:1280px) {
	#menu li .menu_ultimo{
		margin-left: -16vw;
	}
	.menu_fijo #menu li .menu_ultimo{
		margin-left: -19vw;
	}
	#menu .toprow > ul {
		margin-top: 4.7vw;
	}
	#menu li {
		margin: auto .4vw;
	}
	#menu li li a {
		font-size: 18px;
	}
	#menu li a {
		font-size: 1.8vw;
		line-height: 2.4vw;
		height: 4.4vw;
	}
	.menu_fijo #menu li a {
		font-size: 1.5vw;
	}
	.icono_menu {
		float: left;
		margin: 0.8vw 0.5vw;
		width: 3.4vw;
		height: 3.4vw;
		padding: 0.8vw;
	}
	.menu_fijo .icono_menu {
		padding: 0.7vw 0.7vw;
	}
	.icono_menu img {
		width: 1.9vw;
	}
	.texto_menu {
		margin: 1.4vw 0;
	}
	.menu_fijo .texto_menu {
		margin: 1vw 0;
	}
	#menu li li ul {
		margin-left: -28.1vw;
		z-index: 20;
	}
}
@media (max-width:1100px) {
	#menu li .menu_ultimo{
		margin-left: -17vw;
	}
	.menu_fijo #menu li .menu_ultimo{
		margin-left: -19vw;
	}
	#menu li li ul {
		margin-left: -28.5vw;
	}
}
@media (max-width:1034px) {
	#menu li .menu_ultimo{
		margin-left: -18vw;
	}
	#menu li li a {
		font-size: 1.6vw;
	}
	.icono_menu {
		margin: 0.6vw 0.5vw;
	}
	.menu_fijo .icono_menu {
		padding: 0.7vw 0.7vw;
	}
	.menu_fijo #menu li {
		margin: auto .3vw;
	}
	#menu li li ul {
		margin-left: -28.5vw;
	}
}
@media (max-width:900px) {
	.menu_fijo #menu li .menu_ultimo{
		margin-left: -21vw;
	}
	.texto_menu {
		margin: 1.3vw 0;
	}
	#menu li li ul {
		margin-left: -29.4vw;
	}
}
@media (max-width:810px) {
	.titulo_barra {
		display: inherit;
	}
	.barra {
		overflow: hidden;
		padding: 5px;
	}
	.boton_menu {
		display: inherit;
	}
	.boton_login {
		display: inherit;
	}
	.boton_login_ {
		display: inherit;
	}
	#menu {
		display: none;
	}
	.menu_fijo .logo_menu {
		display: none;
	}
}
@media (max-width:690px) {
	#login {
		left: 30%;
		width: 70%;
	}
}
@media (max-width:490px) {
	.titulo_barra {
		width:79%;
		max-height: 30px;
		overflow: hidden;
	}
	#login input {
		width: 50%;
	}
	#menu_oculto {
		width: 80%;
		max-width: 270px;
	}
	.menu_oculto li li a {
		width: 85%;
		max-width: 300px;
		font-size: 12px;
	}
	.menu_oculto li a {
		width: 85%;
		max-width: 300px;
		font-size: 18px;
	}
}
@media (max-width:400px) {
	.titulo_login {
		font-size: 22px;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion del contenido, pagina, columnas, etc. */
.contenido {
	width: 99%;
	min-height:400px;
}
.pagina {
	float: left;
	width: 75%;
	margin: 20px 0;
	padding: 0 30px;
	position: relative;
}
.pagina_entera {
	width: 100%;
	margin: 10px 0;
	padding: 0 30px;
	position: relative;
}
.titulo_pagina {
	font-weight: bold;
	font-size: 26px;
	font-family: Helvetica, Verdana, Arial;
	color: #000;
	margin: 0 auto 10px auto;
	width: 100%;
	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;
}
.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);
   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;
}
.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);
}
.sombra_banner { /* 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.5s ease-in-out;
}
.sombra_banner:hover { /* Propiedades despues del cambio */
	opacity: 1;
	border-top:150px solid rgba(124,3,20,0.3);
	/*border-top:150px solid rgba(255,255,255,0.3);*/
}
.vertical {
	display: inherit;
	float: right;
	width: 25%;
	height: 470px;
	margin: 20px auto;
	padding: 0px 20px 10px 20px;
	height: 100%;
	border-left: 1px dashed #7c0314;
	font: 16px Roboto, Verdana, Arial;
	font-size: 16px;
}
.vertical h5 {
	margin-top: 0px;
	text-align: center;
}
.vertical_marco_notificacion {
	margin-top: 20px;
}
.vertical_marco_notificacion:hover .cuadro_fecha {
	height: 21px;
}
.vertical_notificacion {
	background: #eac291;
	color: #58000c;
	width: 100%;
	height: 110px;
	position: relative;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}
.vertical_foto_notificacion {
	float: left;
	width: 75px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 2px solid #7c0314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: #000;
}
.vertical_titulo_notificacion {
	font-size: 18px;
	margin-left: 85px;
	line-height: 25px;
	font-weight: bold;
	max-height: 50px;
}
.vertical_texto_notificacion {
	clear: left;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
}
.vertical_vermas {
	background: #7c0314;
	width: 100%;
	padding: 3px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.vertical_vermas a {
	color: #eac291;
	text-decoration: none;
}
.vertical_vermas a:hover {
	color: #fff;
	text-decoration: none;
}
@media (min-width:1300px) {
	.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;
	}
}
@media (max-width:1290px) {
	.vertical_foto_notificacion {
		width: 50px;
		height: 36px;
	}
	.vertical_titulo_notificacion {
		line-height: 18px;
		margin-left: 60px;
		max-height: 38px;
		font-size: 16px;
	}
	.vertical_texto_notificacion {
		font-size: 14px;
		line-height: 17px;
		height: 52px;
	}
}
@media (max-width:1034px) {
	.contenido {
		width: 96%;
	}
	.pagina {
		padding: 5px 10px 5px 10px;
		float: inherit;
		width: 100%;
	}
	.pagina_entera {
		padding: 5px 10px 5px 10px;
	}
	.vertical {
		display: none;
	}
	.titulo_pagina {
		font-size: 24px;
	}
}
@media (max-width:810px) {
	.contenido {
		width: 95%;
	}
}
@media (max-width:690px) {
	.contenido {
		width: 94%;
	}
	.sombra:hover, .sombra_peq:hover { /* Propiedades despues del cambio */
	   opacity: 0;
	}
	.sombra_banner:hover { /* Propiedades despues del cambio */
	   opacity: 0;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Configuracion de la barra final de creditos */
.creditos {
	font-size: 16px;
	clear: both;
	background: #7c0314;
	width: 100%;
	text-align: center;
	color: #eac291;
	box-shadow: 0px -5px 5px #666;
}
.cuadro_creditos {
	width: 95%;
	max-width: 1300px;
	margin: 20px auto 20px auto;
}
.creditos a { 
	color: #eac291;
	text-decoration:underline;
} 
.creditos a:hover { 
	color: #ffffff;
	text-decoration:none;
}
.credito1 {
	float: left;
	padding: 5px;
	background: #fff;
	width: 17%;
	border: 5px solid #eac291;
	height: 70px;
}
.credito1 img {
	display: block;
	width: 100%;
}
.credito2 {
	float: left;
	width: 17%;
	margin-left: 2%;
}
.credito2 p {
	margin: 0;
	line-height: 20px;
	font-size: 14px;
}
.credito2 img {
	float: left;
	width: 20px;
	margin-right: 5px;
}
.credito2 a .credito_boton {
	padding: 3px 5px;
	border: 3px solid #eac291;
	margin-bottom: 5px;
}
.credito2 .credito_boton:hover {
	background-color: #9c1a2c;
	border: 3px solid #fff;
}
.credito2 a {
	text-decoration: none;
	color: #eac291;
}
.credito3 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.credito3 p {
	margin: 0;
	line-height: 20px;
	font-size: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.credito3 img {
	float: left;
	width: 16px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.credito4 {
	float: left;
	padding: 5px;
	background: #fff;
	width: 14.5%;
	border: 5px solid #eac291;
	height: 70px;
	color: #000;
	text-align: left;
	font-size: 12px;
	margin-left: 2%;
	position: relative;
}
.credito4 img {
	display: block;
	width: 100%;
	margin-left: auto;
}
.credito5 {
	float: left;
	padding: 5px;
	background: #fff;
	width: 11.5%;
	border: 5px solid #eac291;
	height: 70px;
	color: #000;
	text-align: left;
	font-size: 12px;
	margin-left: 2%;
}
.credito5 img {
	display: block;
	width: 100%;
	margin-left: auto;
}
.credito6 {
	width: 90%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.credito6 p {
	margin: 0;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}
.credito6 img {
	float: left;
	width: 20px;
	margin-right: 5px;
}
.credito6 a .credito_boton {
	padding: 3px 5px;
	border: 3px solid #eac291;
	margin-bottom: 10px;
}
.credito6 .credito_boton:hover {
	background-color: #9c1a2c;
	border: 3px solid #fff;
}
.credito6 a {
	text-decoration: none;
	color: #eac291;
}
@media (max-width:1100px) {
	.credito1 {
		width: 19%;
	}
	.credito2 {
		width: 19%;
	}
	.credito3 {
		width: 38%;
	}
	.credito4 {
		width: 18%;
	}
	.credito5 {
		clear: both;
		float: none;
		width: 150px;
		margin: 100px auto 0 auto;
	}
}
@media (max-width:920px) {
	.credito1 {
		width: 23%;
	}
	.credito2 {
		width: 25%;
	}
	.credito3 {
		width: 48%;
	}
	.credito4 {
		clear: both;
		float: left;
		width: 190px;
		margin-top: 20px;
		margin-left: 17vw;
		margin-right: 30px;
	}
	.credito5 {
		clear: none;
		float: left;
		margin: 0;
		margin-top: 20px;
		margin-left: 0%;
	}
}
@media (max-width:810px) {
	.titulo_pagina {
		display: none;
	}
}
@media (max-width:720px) {
	.credito1 {
		width: 220px;
		margin-left: 10vw;
		margin-right: 30px;
	}
	.credito2 {
		width: 200px;
		margin-left: 0;
	}
	.credito3 {
		clear: both;
		float: none;
		margin-top: 90px;
		width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width:610px) {
	.credito1 {
		margin-left: 5vw;
	}
	.credito4 {
		margin-left: 9vw;
	}
}
@media (max-width:550px) {
	.credito1 {
		width: 40%;
		margin-left: 7%;
		margin-right: 1%;
	}
	.credito2 {
		width:40%;
		margin-right: 0;
	}
	.credito4 {
		margin-left: 7%;
		margin-right: 1%;
		width: 40%;
	}
	.credito5 {
		width: 40%;
		margin-right: 0;
	}
}
@media (max-width:450px) {
	.credito1 {
		width: 49%;
		margin-left: 0;
	}
	.credito2 {
		width: 49%;
	}
	.credito2 p {
		font-size: 12px;
	}
	.credito3 p {
		font-size: 12px;
	}
	.credito4 {
		margin-left: 0;
		width: 49%;
	}
	.credito5 {
		width: 49%;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Estilos para la barra vertical auxiliar */
/* -------------------------------------------------------------------------------------- */

/* Estilos comunes a todas las secciones */
.titulo_enlace {
	font: 20px 'monotype Corsiva', Verdana, Arial;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #7c0314;
}
.titulo_enlace a {
	color: #7c0314;
	text-decoration: none;
}
.titulo_enlace a:hover {
	color: #9c1a2c;
	text-decoration: underline;
}
.hr {
	clear: both;
	border: 0;
	width:80%;
	margin: 10px auto;
	height: 5px;
	background-color: #ff7f00;
	box-shadow: 3px 3px 3px #666;	
}
.hrvertical {
	clear: both;
	border: 0;
	width:80%;
	margin: 10px auto;
	height: 3px;
	background-color: #ff7f00;
	box-shadow: 3px 3px 3px #666;	
	margin-bottom: 50px;
}
.bordeA {
	background-color: #ffffff;
	border: 2px solid #7c0314;
	padding: 5px;
	/*border-radius: 10px;*/
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.bordeB {
	background-color: #fff;
	border: 2px solid #7c0314;
	padding: 5px;
	/*border-radius: 10px;*/
	display: inline-block;
	margin: 10px auto;
	color:#000033;
	text-decoration:none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.bordeB:hover {
	background-color: #eac291;
}
.imagen_texto {
	display: block;
	width: 100%;
}
.reducido {
	font-size: 16px;
	text-align: left;
}
.texto_navbar {
	color: #999999;
	text-align: center;
	margin-right: 10px;
}
.navbar {
	padding: 10px;
	background-color: #001c3d;
	margin: 1px;
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.navbar:hover {
	background-color: #013d88;
}
.navbar_off {
	padding: 10px;
	background-color: #666666;
	margin: 1px;
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.texto_rojo {
	color: #cc0000;
}
.centrado {
	text-align: center;
}
.derecha {
	text-align: right;
}
.izquierda {
	text-align: left;
}
.comentarios { 
	color: #999999;
	padding-left: 10px;
}
.comentarios a { 
	color: #3c4753;
	text-decoration:none;	
}
.comentarios a:hover { 
	color: #5181b2;
	text-decoration:none;
}
.comentarios_autor {
	font-weight: bold;
	color: #5181b2;
}
.config_ckeditor a {
	color: #fff;
	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;
}
.vinieta ul ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
.vinieta li {
	list-style-image: url('../images/vinieta1.png');
	padding-bottom: 10px;
}
.vinieta li li {
	list-style-image: url('../images/vinieta2.png');
}
/* Estilos para el widget de Facebook */
#facebook_slider {
	position: relative;
}
#fbox1 {
	border-radius: 5px;
	border:5px solid #3b5998;
	background-color: #fff;
	position: fixed;
	overflow: visible;
}
#fbox2 {
	overflow: hidden;
	text-align: left;
}	
#fbox1 img {
	position: absolute; 
	top: 0px;
	cursor: pointer;
	border: 0;
	z-index: 50;
	left: -40px;
}
#fbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width: 100%;
	height: 100%;
}
@media (max-width:490px) {
	#fbox1 img {
		left: -30px;
		width: 30px;
	}
}

/* Estilos para el widget de Twitter */
#twitter_slider {
	position: relative;
}
#tbox1 {
	border-radius: 5px;
	border:5px solid #1da1f2;
	background-color: #fff;
	position: fixed;
	overflow: visible;
}
#tbox2 {
	overflow: hidden;
	text-align: left;
}	
#tbox1 img {
	position: absolute; 
	top: 0px;
	cursor: pointer;
	border: 0;
	z-index: 49;
	left: -40px;
}
#tbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width: 100%;
	height: 100%;
}
@media (max-width:490px) {
	#tbox1 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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
/* -------------------------------------------------------------------------------------- */

/* Estilos de cabeceras */
h1 {
	font-weight: bold;
	font-size: 22px;
	font-family: Helvetica, Verdana, Arial;
	color: #000;
	margin: 0 auto;
	line-height: 30px;
}
/* Los titulos de nivel 2 y 3 se utilizan para los titulos de subseccion y de parrafo */
h2 {
	font: 26px Helvetica, Verdana, Arial;
	color: #000;
	font-weight: bold;
}

h3 {
	font: 24px Helvetica, Verdana, Arial;
	color: #7c0314;
	font-weight: bold;
}
/* El titulo de nivel 4 se utiliza si hay COMENTARIOS */
h4 {
	font: 22px Helvetica, Verdana, Arial;
	color: #000;
}
/* El titulo de nivel 5 se utiliza para los widgets de la barra vertical */
h5 {
	font: 20px Helvetica, Verdana, Arial;
	color: #7c0314;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}
/* El titulo de nivel 6 se utiliza para el foro */
h6 {
	font: 18px Helvetica, Verdana, Arial;
	color: #bb384a;
	font-weight: bold;
	text-align: left;
}
@media (max-width:810px) {
	h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 19px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 17px;
	}
}
@media (max-width:690px) {
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 19px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 17px;
	}
	h6 {
		font-size: 16px;
	}
}
@media (max-width:490px) {
	h1 {
		font-size: 20px;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Elementos comunes de formularios */
.boton {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #7c0314;
	background: linear-gradient(180deg, #7c0314, #bb384a); 
	text-align: center;
	border-color: #ffffff;
	border-radius: 5px;
	padding: 7px 12px;
	cursor: pointer;
}
.boton:hover {
	background: #58000c;
}
.boton_eliminar {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #990000;
	background: linear-gradient(180deg, #cc0000, #ff5555); 
	text-align: center;
	border-color: #ffffff;
	border-radius: 5px;
	padding:7px 12px;
	cursor: pointer;
}
.boton_eliminar:hover {
	background: #cc0000;
}
.boton2 {
	font-size: 16px;
	color: #eac291;
	background-color: #9c1a2c;
	background-color: linear-gradient(180deg, #7c0314, #9c1a2c); 
	text-align: center;
	padding: 10px 50px;
	outline: none;
	border: 3px solid #eac291;
	cursor: pointer;
	margin-bottom: 5px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.boton2:hover {
	background-color: #7c0314;
	box-shadow: 2px 2px 2px #666;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.cuadro {
	font: 16px Roboto, Verdana, Arial;
	font-size: 14px;
	color: #7c0314;
	background: #ffe5c0;
	border-radius: 5px;
	padding: 5px 10px;
}
.cuadro_error {
	font: 16px Roboto, Verdana, Arial;
	font-size: 14px;
	color: #000055;
	background: #ffcccc;
	border-radius: 5px;
	padding: 5px 10px;
}
.cuadro_porcion {
	width:20%;
}
.boton_volver {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.texto_boton {
	border: 1px solid #7c0314;
	background-color: #ffffff;
	color: #7c0314;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	vertical-align: middle;
	display: inline-block;
}
.foto_marco {
	position: relative;
}
.foto_marco img {
	display: block;
}
.columnas_espacio {
	clear: both;
}
.obligatorio {
	color: #c00;
	cursor: pointer;
}
.obligatorio_mensaje {
	position: absolute;
	display: none;
	background-color: #eac291;
	color: #7c0314;
	border: 1px solid #7c0314;
	border-radius: 5px;
	padding: 4px 6px;
	font-size: 16px;
	z-index: 999;
}
.form_cuadro {
	width: 100%;
}
.form_linea {
	width: 97%;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 10px;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
}
.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;
	font-size: 16px;
}
.cuadro_entero {
	width:90%;
}
.cuadro_mitad {
	width:80%;
}
.form_fecha {
	display: inline;
}
.form_etiqueta {
	width: 120px;
	float: left;
	text-align: right;
}
.form_etiqueta_larga {
	width: 200px;
	float: left;
	text-align: right;
}
.form_info {
	margin-left: 130px;
}
.form_info_larga {
	margin-left: 210px;
	text-align: left;
}
.form_fecha {
	display: inline;
}
.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;
	min-width: 120px;
}
.form_boton_3 { /* 3 botones */
	width: 32%;
	text-align: center;
	display: inline-block;
}
.form_boton_4 { /* 4 botones */
	text-align: center;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
}
@media (max-width:850px) {
	.form_linea_mitad {
		float: none;
		width: auto;
	}
}
@media (max-width:690px) {
	.form_cuadro_conimagen {
		float: none;
		width: 100%
	}
	.form_cuadro_imagen {
		float: none;
		width: 100%;
	}
	.form_boton_3 { /* 3 botones */
		width: 49%;
	}
	.boton, .boton2 {
		font-size: 14px;
	}
}
@media (max-width:490px) {
	.botones_formulario .boton {
		padding: 2px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.botones_formulario .boton_eliminar {
		padding: 2px 5px;
	}
	.cuadro_entero {
		width:85%;
	}
	.form_etiqueta, .form_etiqueta_larga {
		float: none;
		text-align: left;
	}
	.form_info, .form_info_larga {
		margin-left: 10px;
	}
	.form_fecha {
		display: inherit;
	}
}
/* -------------------------------------------------------------------------------------- */

/* Seccion Identificacion - Login */
.login_titulo {
	margin-top: 0;
}
.login_izquierda {
	width: 50%;
	border-right: 1px dashed #001c3d;
	padding-right: 20px;
	float: left;
	margin: 30px 0;
}
.login_derecha {
	width: 50%;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	margin: 30px 0;
}
.login_tabla {
	background-color: #eac291;
	width:450px;
}
.login_tabla td {
	height: 30px;
}
.login_izquierda .bordeA {
	width: 100%;
}
.login_aviso {
	display: none;
}
.logo_shield {
	box-shadow: 3px 3px 3px #666;
}
.login_creditos {
	width: 170px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #2a62a7;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media (max-width:1034px) {
	.login_izquierda {
		width: 100%;
		border-right: none;
		padding-right: 0;
		float: none;
		margin: 20px 0;
	}
	.login_derecha {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 30px;
		margin: 20px 0;
	}
	.login_izquierda .bordeA {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width:810px) {
	.login_aviso {
		display: inherit;
	}
}
@media (max-width:690px) {
	.login_derecha {
		padding-right: 0px;
	}
}
@media (max-width:490px) {
	.login_tabla {
		width:100%;
	}
}

/* Seccion Registro */
.registro_izquierda {
	width: 55%;
	border-right: 1px dashed #001c3d;
	padding-right: 20px;
	float: left;
	margin: 30px 0;
}
.registro_derecha {
	width: 45%;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	margin: 30px 0;
}
.registro_izquierda .bordeA {
	width: 100%;
}
.registro_etiqueta {
	width: 170px;
}
.registro_info {
	margin-left: 180px;
}
@media (max-width:1034px) {
	.registro_izquierda {
		width: 100%;
		border-right: none;
		padding-right: 0;
		float: none;
		margin: 20px 0;
	}
	.registro_derecha {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 30px;
		margin: 20px 0;
	}
	.registro_izquierda .bordeA {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width:690px) {
	.registro_derecha {
		padding-right: 0px;
	}
}
@media (max-width:490px) {
	.registro_info {
		margin-left: 10px;
	}
}

/* Seccion Administracion de usuarios*/

.users_foto_lista {
	float: left;
	width: 80px;
	text-align: center;
}
.users_foto_lista img {
	height: 50px;
	margin: auto;
}
.users_datos_lista {
	margin-left: 90px;
}
a .users_datos_lista {
	color: #001c3d;
}
.users_foto_ficha {
	float: left;
	width: 22%;
	margin-right: 15px;
	margin-left: 1%;
	text-align: center;
	box-shadow: 3px 3px 5px #666;
	margin-bottom: 15px;
}
.users_foto_ficha img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.users_datos_ficha {
	margin-left: 25%;
}
.users_datos_completa {
	width: 100%;
	margin-left: 10px;
}
.users_botonera {
	float: left;
}
.users_etiqueta {
	width: 170px;
	float: left;
	font-weight: bold;
	text-align: right;
	line-height: 32px;
}
.users_info {
	margin-left: 180px;
}
.users_foto_actual {
	width: 200px;
	margin: auto;
	margin-bottom: 10px;
	box-shadow: 3px 3px 5px #666;
}
.users_botonera_permisos {
	padding-top: 5px;
	padding-bottom: 5px;
}
.users_botonera_permisos .boton {
	padding: 2px 5px;
	margin-left: 20px;
}
.users_botonera_permisos .boton_eliminar {
	padding: 2px 5px;
	margin-left: 20px;
}
.users_form_permisos .texto_boton {
	padding: 0px 5px;
}
.users_botonera_permisos .cuadro {
	padding: 2px 5px;
	margin-left: 20px;
}
.users_selector_permisos {
	float: left;
	line-height: 28px;
}
@media (max-width:690px) {
	.users_datos_lista {
		font-size: 14px;
	}
}
@media (max-width:490px) {
	.users_selector_permisos {
		float: none;
	}
	.users_datos_lista {
		margin-left: 10px;
	}
	.users_foto_lista {
		display: none;
	}
	.users_botonera {
		float: inherit;
	}
	.users_datos_ficha {
		font-size: 14px;
		margin-left: 10px;
	}
	.users_datos_completa {
		font-size: 14px;
		margin-left: 10px;
	}
	.users_etiqueta {
		float: none;
		text-align: left;
	}
	.users_info {
		margin-left: 10px;
	}
	.users_datos_ficha {
		width: 100%;
	}
	.users_foto_ficha {
		float: inherit;
		padding-right: inherit;
		padding-left: inherit;
		width: 100%;
	}
}

/* Seccion Administracion */
.admin_sangria {
	margin-left: 20px;
}
.admin_form {
	margin-bottom: 30px;
}

/* Seccion Chat */
a.chat_canal:visited, a.chat_canal:active, A.chat_canal:focus, A.chat_canal:link{ 
	color: #333333;
	text-decoration: none;
} 
a.chat_canal:hover{ 
	color: #5181b2;
	text-decoration: none;
}
.chat_grupo {
	background-color: #013d88;
	color: #ffffff;
	font-weight: bold;
}

/* Seccion Contacto */
.contacto_cuadro {
	float: left;
	background-color: rgba(234, 194, 145, 1);
	width: 48%;
	margin: 1%;
	position: relative;
	padding: 10px;
	color: #7c0314;
	font-weight: bold;
}
.contacto_nombre {
	font-size: 18px;
}
.contacto_email {
	font-size: 20px;
}
.contacto_email a {
	color: #7c0314;
	text-decoration: none;
}
.contacto_email a:hover {
	color: #00f;
	text-decoration: none;
}
@media (max-width:580px) {
	.contacto_cuadro {
		float: none;
		width: 95%;
	}
}


/* Seccion Contadores */
.contadores_izquierda {
	width: 50%;
	border-right: 1px dashed #001c3d;
	padding-right: 20px;
	float: left;
	margin: 30px 0;
}
.contadores_derecha {
	width: 50%;
	float: right;
	padding-left: 20px;
	margin: 30px 0;
}
.contadores_lista {
	font-weight: bold;
	color: #5181b2;
}
.contadores_lista_tipos {
	margin-left: 30px;
}
.contadores_aviso {
	display: none;
}
@media (max-width:690px) {
	.contadores_ocultar {
		display: none;
	}
	.contadores_formulario .boton {
		padding: 2px 5px;
	}
	.contadores_formulario .boton_eliminar {
		padding: 2px 5px;
	}
	.contadores_izquierda {
		width: 90%;
		border-right: 0;
		padding-right: 0px;
		float: none;
		margin: 10px 0;
	}
	.contadores_derecha {
		width: 90%;
		float: none;
		padding-left: 0px;
		margin: 10px 0;
	}
}
@media (max-width:490px) {
	.contadores_ocultar2 {
		display: none;
	}
	.contadores_aviso {
		display: inherit;
	}
}
/* Seccion Descargas */
.descargas {
	font-size: 14px;
	color: #5181b2;
	font-weight: bold;
}
.descargas_imagen {
	float: left;
	width: 25%;
	margin: 5px;
	margin-right: 15px;
	text-align: center;
	position: relative;
	box-shadow: 3px 3px 3px #666;
}
.descargas_datos {
	width: 70%;
}
.descargas_lista {
}
.descargas_lista p {
	line-height: 20px;
	text-align: justify;
}
.descargas_lista ul {
	margin-top: -10px;
}
.descargas_lista ul li {
	font-size: 16px;
	color: #333333;
	line-height: normal;
	list-style-image: url('../images/vinieta1.png');
	list-style-position: outside;
}
.descargas_interlineado li {
	margin-top: 10px;
}
.descargas_tabla_lista {
	width: 95%;
	background-color: #eac291;
	margin-bottom: 5px;
	margin-left: 20px;
}
.descargas_tabla_icono {
	float: left;
	margin: 5px;
	width: 30px;
	height: 30px;
	background-color: #eac291;
	padding: 3px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.descargas_tabla_icono:hover {
	background-color: rgba(124,3,20,0.5);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.descargas_tabla_archivo {
	margin: 5px 5px 5px 60px;
	padding-top: 4px;
	color: #7c0314;
}
.descargas_tabla_grupos {
	background: #7c0314;
	font-weight: bold;
	color: #eac291;
	padding: 4px;
	text-align: center;
	border: 2px solid #fff;
}
.descargas_grupos_input {
	width: 73%;
	margin-right:20px;
}
.descargas_limite_aviso {
	display: none;
}
.descargas_tabla_listaactiva {
	width: 95%;
	margin-bottom: 20px;
	margin-left: 20px;
}
.descargas_lista_cuadroactivo {
	background-color: #eac291;
	position: relative;
}
.descargas_tabla_iconopdf {
	float: left;
	margin: 5px;
	width: 30px;
	height: 30px;
	background-color: #eac291;
	padding: 3px;
}
.descargas_lista_opciones {
	background: #7c0314;
	color: #fff;
	padding: 5px 10px;
}
.descargas_lista_opciones a {
	color: #eac291;
	text-decoration: none;
}
.descargas_lista_opciones a:hover {
	color: #fff;
	text-decoration: none;
}
@media (max-width:690px) {
	.descargas_grupos_input {
		width: 63%;
		margin-right:10px;
	}
	.descargas_grupos_caption {
		font-size: 12px;
	}
}
@media (max-width:490px) {
	.descargas_imagen {
		float: inherit;
		width: 95%;
	}
	.descargas_datos {
		width:95%;
	}
	.descargas_tabla_lista {
		margin-left: 0;
		font-size: 14px;
	}
	.descargas_grupos_input {
		width: 55%;
	}
	.descargas_grupos_caption {
		display: none;
	}
	.descargas_tabla_listaactiva {
		margin-left: 0;
		font-size: 14px;
	}
}
@media (max-width:420px) {
	.descargas_limite_tabla {
		display: none;
	}
	.descargas_limite_aviso {
		display: block;
	}
}

/* Seccion Descargas con carpetas (descargas2) */
.descargas2_tabla_grupo {
	width: 100%;
	border: 2px solid #eac291;
	margin: auto;
	font-size: 16px;
}
.descargas2_tabla_titulo {
	background: #eac291;
	color: #7c0314;
	padding: 5px 10px;
}
.descargas2_opciones_grupo {
	width: 100%;
	margin: auto;
	background: #7c0314;
	padding: 5px 10px;
	font-size: 16px;
	color: #eac291;
}
.descargas2_opciones_grupo a {
	color: #eac291;
	text-decoration: none;
}
.descargas2_opciones_grupo a:hover {
	color: #fff;
	text-decoration: none;
}
.descargas2_publicacion_grupo {
	width: 100%;
	margin: auto;
	background: #eac291;
	padding: 5px 10px;
	font-size: 16px;
	color: #7c0314;
	font-weight: bold;
}
.descargas2_estado_grupo {
	width: 100%;
	margin: auto;
	font-size: 16px;
	color: #7c0314;
	background: #eac291;
	border: 2px solid #eac291;
}
.descargas2_nivel1 {
}
.descargas2_linea_nivel1 {
	margin: 5px;
	border: 2px solid #f2d9ba;
	background: #f2d9ba;
	display: relative;
	color: #7c0314;
}
.descargas2_linea_nivel1 a {
	color: #7c0314;
	text-decoration: none;
}
.descargas2_linea_nivel1 a:hover {
	color: #000;
}
.descargas2_icono {
	padding-left: 3px;
	padding-right: 10px;
	float: left;
}
.descargas2_elemento {
	display: inline;
}
.descargas2_opciones {
	display: inline;
}
.descargas2_nivel2 {
	clear: both;
	background: #fff;
	width: 100%;
}
.descargas2_linea_nivel2 {
	margin: 5px;
	margin-left: 15px;
	padding-bottom: 0px;
	border: 2px solid #f5e2cc;
	background: #f5e2cc;
	display: relative;
	color: #7c0314;
}
.descargas2_linea_nivel2 a {
	color: #7c0314;
	text-decoration: none;
}
.descargas2_linea_nivel2 a:hover {
	color: #000;
}
.descargas2_nivel3 {
	clear: both;
	background: #fff;
	width: 100%;
}
.descargas2_linea_nivel3 {
	margin: 5px;
	margin-left: 15px;
	padding: 5px;
	padding-bottom: 0px;
	background: #fff;
	display: relative;
	color: #7c0314;
}
.descargas2_linea_nivel3 a {
	color: #7c0314;
	text-decoration: none;
}
.descargas2_linea_nivel3 a:hover {
	color: #000;
}
.descargas2_velo {
	position: relative;
	padding-top: 2px;
}
.urbanismo_banner {
	position: relative;
	margin: 10px auto 20px auto;
	width: 100%;
	max-width: 575px;
	border-radius: 15px;
}
.urbanismo_banner img {
	display: block;
	margin-left: -1%;
	width: 102%;
}
.contratante_detalles {
	width: 100%;
	margin: auto;
	background: #eac291;
	padding: 5px 10px;
	font-size: 16px;
	color: #7c0314;
}
.contratante_estado {
	float: right;
	padding: 3px 8px;
	color: #fff;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 2px solid #7c0314;
}
.contratante_estado1 {
	background-color: #004700;
}
.contratante_estado2 {
	background-color: #990;
}
.contratante_estado3 {
	background-color: #039;
}
.contratante_estado4 {
	background-color: #474747;
}
.contratante_estado5 {
	background-color: #7c0314;
}
.contratante_cuadro {
}
.contratante_colores {
	float: left;
	padding: 3px;
	width: 32%;
	text-align: center;
	color: #fff;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 2px solid #7c0314;
}
@media (max-width:690px) {
	.descargas2_tabla_grupo {
		font-size: 14px;
	}
	.descargas2_opciones_grupo {
		font-size: 14px;
	}
	.contratante_colores {
		float: left;
		padding: 3px;
		width: 49%;
		text-align: center;
		color: #fff;
		margin-right: 1%;
		margin-bottom: 1%;
		border: 2px solid #7c0314;
	}
}
@media (max-width:490px) {
	.contratante_estado {
		float: inherit;
		max-width: inherit;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.contratante_colores {
		font-size: 14px;
	}
}
@media (max-width:360px) {
	.contratante_colores {
		height: 50px;
	}
}

/* Seccion Encuestas */
.encuestas_margen {
	margin-left: 20px;
}
.encuestas_lista {
	list-style: none;
}
.encuestas_pregunta {
	margin-left: 20px;
	margin-top: 0px;
}
.encuestas_creditos {
	color: #999999;
	margin-left: 20px;
}
.vertical_respuesta {
	margin-left: 10px;
}
.encuestas_caja {
	float: left;
	width: 49%;
	margin-left:1%;
	margin-bottom: 10px;
}
.encuestas_separador {
	clear: both;
	width: 100%;
	height: 1px;
}
@media (max-width:690px) {
	.encuestas_caja {
		float: inherit;
		width: 100%;
		margin-left:0;
		margin-bottom: 10px;
	}
	.encuestas_separador {
		display: none;
	}
}

/* Seccion Avisos */
.avisos_cuadro {
	float: left;
	margin: 2%;
	width: 46%;
	margin-bottom: 20px;
}
.avisos_texto {
	padding: 10px 20px;
	text-align: left;
	background-color: #ffe5c0;
	color: #7c0314;
	font-size: 16px;
}
.avisos_enlace {
	width: 100%;
	padding: 3px 10px;
	background-color: #7c0314;
	color: #eac291;
	font-size: 14px;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.avisos_enlace:hover {
	background-color: #9c1a2c;
	color: #ffe5c0;
}
@media (max-width:950px) {
	.avisos_texto {
		font-size: 14px;
	}
}
@media (max-width:690px) {
	.avisos_cuadro {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
}

/* Seccion Calendario de Eventos */
.eventos {
	font-size: 14px;
	color: #5181b2;
	font-weight: bold;
}
.celda_calendario_titulo {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #7c0314;
	font-weight: bold;
	width: 300px;
}
.celda_calendario_diasemana {
	color: #7c0314;
	background-color: #eac291;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
	font-weight: bold;
}
.celda_calendario_espacio {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
}
.celda_calendario_hoy {
    color: #4a8b2c;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
	font-weight: bold;
} 
.celda_calendario_domingo { 
    color: #990000;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
} 
.celda_calendario_diario { 
    color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 2px;
}
.vertical_eventos {
	margin-left: -20px;
}
.eventos_imagen {
	float: left;
	width: 27%;
	margin-right: 15px;
	margin-left: 1%;
	margin-bottom: 15px;
	text-align: center;
}
.eventos_linea {
	padding-top: 0;
	margin-top: 0;
	margin: 5px;
	color: #001c3d;
	text-decoration: none;
}
.eventos_asistencia {
	width: 65%;
	background: #6c9eda;
}
.eventos_elegido {
	background: #013d88;
	color: #bed4ef;
	border: 1px solid #bed4ef;
}
.eventos_enlace {
	color: #0000ff;
	text-decoration: underline;
}
.eventos_dia_normal {
	background-color: #ffffff;
}
.eventos_dia_evento {
	background-color: rgba(234, 194, 145, 0.8);
	cursor: pointer;
}
.evento_cuadro {
	position: absolute;
	display: none;
	width: 300px;
	background-color: #fff;
	color: #58000c;
	border: 3px solid #7c0314;
	border-radius: 5px;
	padding: 4px 6px;
	font-size: 16px;
	z-index: 999;
}
.titulo_cuadrodia {
	background-color: #eac291;
	width: 100%;
	padding: 3px 6px;
	color: #58000c;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.cuadrodia_evento {
	width: 100%;
	padding: 3px 6px;
	color: #001c3d;
	margin-bottom: 5px;
}
.eventos_dia_festejo {
	border: 1px solid #7c0314;
}
.eventos_fecha {
	float: left;
	width: 55%;
	min-width: 375px;
}
.eventos_hora {
	float: left;
	width: 40%;
}
.eventos_imagen_actual {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.eventos_pasados_anio_titulo1 {
	margin-top: 20px;
	width: 100%;
}
.eventos_pasados_anio_titulo1 a {
	width: 100%;
	color: #eac291;
	text-decoration: none;
}
.eventos_pasados_anio_titulo2 {
	width: 100%;
	background-color: #7c0314;
	padding: 5px 20px;
}
.eventos_pasados_anio {
	border: 1px solid #7c0314;
	margin-bottom: 20px;
}
@media (max-width:700px) {
	.eventos_asistencia {
		width: 100%;
	}
}
@media (max-width:600px) {
.eventos_fecha {
	float: inherit;
	width: inherit;
	min-width: inherit;
}
.eventos_hora {
	float: inherit;
	width: inherit;
}
}
@media (max-width:490px) {
	.eventos_imagen {
		float: inherit;
		width: 100%;
	}
}

/* Seccion Fotos y Videos */
.texto_galerias {
	margin-top: 0px;
	margin-bottom: 5px;
}
.foto_peq1 {
	box-shadow: 3px 3px 3px #666;
	float: left;
	margin-right: 10px;
}
.fotos_galeria {
	width: 48%;
	float: left;
	display: inline-block;
	margin: 5px;
}
.fotos_bloque {
	float: left;
	width: 18%;
	margin: 5px;
	margin-left: 10px;
	text-align: center;
	min-width: 140px;
}
.fotos_cuadricula {
	overflow: hidden;
	height: 168px;
	background: #013d88;
	color: #bed4ef;
	margin-bottom: 5px;
	font-size: 14px;
	box-shadow: 3px 3px 3px #666;
	margin-right: 5px;
}
.fotos_cuadricula a {
	color: #bed4ef;
	text-decoration: none;
}
.fotos_cuadricula a:hover {
	text-decoration: none;
	color: #ffffff;
}
.fotos_imagen_completa {
	box-shadow: 3px 3px 3px #666;
}
.videos_linea {
	padding-top: 0;
	margin-top: 0;
	margin: 5px;
	text-align: center;
}
.videos_orden {
	float: left;
	width: 25%;
	min-width: 180px;
	text-align: center;
}
.videos_comienzo {
	float: left;
	width: 72%;
	text-align: center;
}
@media (max-width:810px) {
	.fotos_galeria {
		width: 100%;
		float: inherit;
		margin: auto;
		margin: 5px 0;
	}
}
@media (max-width:710px) {
	.videos_orden {
		float: inherit;
		width: 95%;
	}
	.videos_comienzo {
		float: inherit;
		width: 95%;
	}
}

/* Seccion Blog */
.entradablog {
	background-color: #ffffff;
}
.entradablog:hover {
	background-color: #ffe1aa;
}
.tabla_blog {
	width: 100%;
	background-color: #ff7f00;
	margin-bottom: 5px;
	max-width: 700px;
}
.imagen_blog {
	width: 20vw;
	max-width: 200px;
}
.fecha_blog {
	width: 70px;
	font-size:18px;
}
@media (max-width:690px) {
	.imagen_blog {
		width: 30vw;
	}
	.fecha_blog {
		width: 45px;
		font-size: 12px;
	}
}

/* Seccion Links */
.links_titulo {
	margin-top: 5px;
}
.links_linea {
	padding-top: 0;
	margin-top: 0;
	margin: 5px;
	text-decoration: none;
}
.links_texto {
}
.links_imagen {
	float: left;
	width: 30%;
	padding-right: 15px;
	padding-left: 10px;
}
.links_lista {
	width: 48%;
	float: left;
	display: inline-block;
	margin: 5px;
}
@media (max-width:810px) {
	.links_lista {
		width: 100%;
		float: inherit;
		margin: auto;
		margin: 5px 0;
	}
}
@media (max-width:490px) {
	.links_imagen {
		float: inherit;
		width: 100%;
	}
	.links_titulo {
		text-align: center;
	}
}

/* Seccion Noticias */
.noticias_imagen {
	float: left;
	margin: 5px;
	margin-right: 15px;
	width: 30%;
	box-shadow: 3px 3px 5px #666;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
}
.noticias_imagen_col {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 50%;
	box-shadow: 3px 3px 5px #666;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
}
@media (max-width:1150px) {
	.noticias_imagen_col {
		float: none;
		margin-bottom: inherit;
		max-width: inherit;
		margin-bottom: 15px;
		width: 98%;
	}
}
@media (max-width:810px) {
	.noticias_imagen_col {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		max-width: 300px;
		width: 50%;
	}
}
@media (max-width:580px) {
	.noticias_imagen {
		width: 98%;
		float: inherit;
	}
	.noticias_imagen_col {
		width: 98%;
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* Seccion Parrafos */
.parrafos_imagen {
	box-shadow: 3px 3px 5px #666;
	margin: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 50%;
	max-width: 300px;
}
.parrafos_imagen_center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.parrafos_imagen_col_center {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.parrafos_imagen_left {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.parrafos_imagen_right {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.parrafos_imagen_col_left {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.parrafos_imagen_col_right {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.parrafos_texto p {
}
.parrafos_texto_justificar p {
	text-align: justify;
}
.parrafos_izquierda {
	width: 49%;
	padding-right: 2%;
	float: left;
	border-right: 1px solid #ff7f00;
}
.parrafos_derecha {
	width: 48%;
	padding-left: 1%;
	float: right;
}
.parrafos_linea {
	text-align: center;
	margin: 0;
	padding: 0;
}
.parrafos_descarga {
	float: left;
	width: 24%;
	min-width: 140px;
}
.parrafos_archivo {
	background: #7c0314;
	width: 100%;
	padding: 5px;
	overflow: hidden;
	color: #eac291;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.parrafos_archivo a {
	color: #fff;
}
.parrafos_archivo a:hover {
	color: #ff7c8e;
	text-decoration: none;
}
.parrafos_elegir_columnas {
	float: left;
	width: 50%;
}
.parrafos_columnas {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
@media (max-width:1150px) {
	.parrafos_imagen_col_left {
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-right: 15px;
		margin-bottom: 20px;
	}
	.parrafos_imagen_col_right {
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-left: 15px;
	}
}
@media (max-width:810px) {
	.parrafos_izquierda {
		width: 100%;
		padding-right: inherit;
		float: inherit;
		border-right: inherit;
	}
	.parrafos_derecha {
		width: 100%;
		padding-left: inherit;
		float: inherit;
	}
	.parrafos_imagen_col_left {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		max-width: 300px;
	}
	.parrafos_imagen_col_right {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		margin-top: 5px;
		max-width: 300px;
	}
}
@media (max-width:690px) {
	.parrafos_columnas {
		-webkit-column-count: inherit; /* Chrome, Safari, Opera */
		-moz-column-count: inherit; /* Firefox */
		column-count: inherit;
		-webkit-column-gap: inherit; /* Chrome, Safari, Opera */
		-moz-column-gap: inherit; /* Firefox */
		column-gap: inherit;
	}
}
@media (max-width:580px) {
	.parrafos_imagen_col_left {
		width: 98%;
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-left: 5px;
		margin-right: 5px;
	}
	.parrafos_imagen_col_right {
		width: 98%;
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-left: 5px;
		margin-right: 5px;
	}
	.parrafos_imagen_left {
		width: 98%;
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-left: 5px;
		margin-right: 5px;
	}
	.parrafos_imagen_right {
		width: 98%;
		float: inherit;
		margin-bottom: inherit;
		max-width: inherit;
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* Seccion Videos */
.video {
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.videos_descripcion {
	margin-left: 20px;
	font-weight: bold;
	text-align: left;
}
.videos_galeria {
	width: 48%;
	float: left;
	display: inline-block;
	margin: 5px;
}
@media (max-width:810px) {
	.videos_galeria {
		width: 100%;
		float: inherit;
		margin: auto;
		margin: 5px 0;
	}
}

/* Seccion Perfil */
.mensaje_bienvenida {
	background-color: #ffe5c0;
	color: #7c0314;
	border: 1px solid #7c0314;
	padding: 10px 20px;
	margin-bottom: 40px;
	width: 95%;
	font-size: 16px;
}
.mensaje_bienvenida p {
	padding: 0;
	margin: 0;
}
.perfil_imagen2 {
	display: none;
	text-align: center;
}
.perfil_textbox {
	width: 70%;
}
.perfil_sector {
	display: block;
	width: 100%;
	background-color: #eac291;
	color: #7c0314;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	position: relative;
}
.perfil_sector_contenido {
	padding: 0px 10px;
}
@media (max-width:490px) {
	.perfil_imagen1 {
		display: none;
	}
	.perfil_imagen2 {
		display: inherit;
		width: 100%;
	}
}
@media (max-width:360px) {
	.perfil_textbox {
		width: 90%;
	}
}

/* Seccion Farmacias de guardia */
.farmacia_iframe iframe {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	width: 95%;
	height: 500px;
	border: 2px solid #7c0314;
}
.farmacia_creditos {
	margin-top: 40px;
	font-size: 12px;
}

/* Seccion entidades */
.entidad_barra {
	background-color: #7c0314;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px 20px;
	box-shadow: 2px 2px 5px #666;
	color: #eac291;
}
.entidad_nombre {
	float: left;
	font: 26px 'monotype Corsiva', Verdana, Arial;
	line-height: 32px;
	height: 32px;
}
a .entidad_boton {
	float: left;
	width: 15%;
	margin-left: 1%;
	border: 3px solid #eac291;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	height: 32px;
	color: #eac291;
	text-decoration: none;
}
a .entidad_boton_current {
	float: left;
	width: 15%;
	margin-left: 1%;
	background-color: #9c1a2c;
	border: 3px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	height: 32px;
	color: #fff;
	text-decoration: none;
}
a .entidad_boton:hover {
	background-color: #9c1a2c;
	border: 3px solid #fff;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
}
.entidad_icono {
	float: left;
	background: rgba(234, 194, 145, 0.5);
	width: 31%;
	height: 210px;
	margin: 1%;
	position: relative;
	padding: 10px;
	text-align: center;
}
.entidad_icono .sombra_banner:hover {
	border-top:250px solid rgba(124,3,20,0.3);
}
.entidad_icono_imagen {
	width: 90%;
	background-color: #7c0314;
	height: 140px;
	border: 2px solid #7c0314;
	background-position: center;
	background-size: 115%;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.entidad_icono_texto {
	color: #7c0314;
	font-weight: bold;
	font-size: 18px;
	line-height:27px;
}
.entidad_vermas {
	text-align: center;
	font-size: 14px;
	padding: 3px;
}
.vertical_vermas_cuadro a {
	background: #7c0314;
	color: #fff;
	text-decoration: none;
}
.vertical_vermas:hover {
	background: #9c1a2c;
	color: #eac291;
	text-decoration: none;
}
.entidad_izquierda {
	float: left;
	width: 48%;
	margin-right: 3%;
}
.entidad_derecha {
	margin-left: 51%;
	height: 300px;
	box-shadow: 2px 2px 5px #666;
}
.entidad_foto_portada {
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	box-shadow: 2px 2px 5px #666;
	background-color: #7c0314;
	background-position: center;
	background-size: auto 120%;
	background-repeat: no-repeat;
}
.entidad_foto_portada table {
	width: 100%;
	height: 300px;
}
.entidad_foto_portada td {
	vertical-align: middle;
}
.entidad_info_titulo {
	font: 30px 'monotype Corsiva', Verdana, Arial;
}
.entidad_info {
	background-color: rgba(124,3,20,0.5);
	width: 85%;
	color: #eac291;
	padding: 10px 20px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.entidad_info:hover {
	background-color: rgba(60,2,9,0.7);
	color: #ffe5c0;
}
.entidad_info a {
	color: #eac291;
}
.entidad_info a:hover {
	color: #ffe5c0;
}
.entidad_cuadro_eventos {
	float: left;
	background-color: rgba(234, 194, 145, 1);
	width: 48%;
	height: 140px;
	margin: 1%;
	position: relative;
	padding: 10px;
}
.entidad_foto_cuadro_eventos {
	float: left;
	width: 130px;
	height: 90px;
	border: 2px solid #7c0314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: #7c0314;
}
.entidad_eventos_titular {
	margin-left: 150px;
	font-size: 16px;
	height: 25px;
	font-weight: bold;
	color: #000;
}
.entidad_eventos_publicado {
	margin-left: 150px;
	margin-top: 5px;
	height: 21px;
	font-size: 14px;
	line-height: 21px;
	color: #7c0314;
}
.entidad_eventos_hazclick {
	width: 100%;
	text-align: center;
	height: 21px;
	font-size: 14px;
	line-height: 21px;
	color: #00f;
}
.entidad_eventos_datos {
	margin-left: 150px;
	max-height: 45px;
	font-size: 14px;
	line-height: 21px;
	color: #7c0314;
}
.entidad_eventos_ficha {
	background: rgba(234, 194, 145, 0.7);
	width: 100%;
	padding: 10px;
	color: #7c0314;
	margin-left: auto;
	margin-right: auto;
}
.entidad_eventos_ficha_noimage {
	box-shadow: 2px 2px 5px #666;
	background: rgba(234, 194, 145, 0.7);
	width: 90%;
	padding: 10px;
	color: #7c0314;
	margin-left: auto;
	margin-right: auto;
}
.entidad_eventos_etiqueta {
	float: left;
	width: 100px;
}
.entidad_eventos_info {
	margin-left: 110px;
}
.entidad_eventos_imagen {
	box-shadow: 2px 2px 5px #666;
	margin: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 95%;
	max-width: 300px;
}
.entidad_noticias_cuadro {
	float: left;
	background: rgba(234, 194, 145, 1);
	width: 48%;
	margin: 1%;
	position: relative;
	height: 120px;
	padding: 10px;
}
.entidad_noticias_cuadro_foto {
	float: left;
	width: 130px;
	height: 100%;
	border: 2px solid #7c0314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: #000;
}
.entidad_noticias_titular {
	margin-left: 150px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
.entidad_noticias_resumen {
	margin-left: 150px;
	margin-top: 5px;
	height: 65px;
	font-size: 16px;
	line-height: 21px;
	color: #7c0314;
}
.entidad_noticias_resumen p {
	margin: 0;
	padding: 0;
}
.entidad_noticias_completa {
	margin-left: 150px;
	height: 100px;
	font-size: 16px;
	line-height: 20px;
	color: #7c0314;
}
.entidad_noticias_etiqueta {
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: left;
}
.entidad_noticias_dato {
	float: left;
	margin-left: 90px;
	text-align: left;
}
.entidad_blog_imagen {
	float: left;
	box-shadow: 2px 2px 5px #666;
	margin: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 40%;
}
.entidad_blog_detalles {
	margin-left: 42%;
	background: rgba(234, 194, 145, 0.7);
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: 2px 2px 5px #666;
	margin: 5px;
}
.mensaje_mandar_aviso {
	background: rgba(234, 194, 145, 0.7);
	padding: 10px;
	box-shadow: 2px 2px 5px #666;
	font-size: 16px;
	color: #7c0314;
	position: relative;
}
.boton_mandar_aviso {
	float: left;
	margin-right: 20px;
}
.entidad_fotos_etiqueta {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: left;
	color: #7c0314;
	line-height: 30px;
	padding-left: 5px;
}
.entidad_fotos_dato {
	float: left;
	margin-left: 110px;
	text-align: left;
}
.entidad_fotos_tipo {
	float: left;
	width: 50%;
	line-height: 30px;
}
.entidad_formulario_imagen {
	background-color: #eac291;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.entidad_marco_foto {
	float: left;
	width: 23%;
	height: 200px;
	margin-right: 2%;
	background-color: #eac291;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 5px #666;
}
.entidad_foto_contenido {
	width: 100%;
	height: 120px;
	background-color: #eac291;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
}
.entidad_marco_foto .sombra_banner:hover {
	border-top:200px solid rgba(124,3,20,0.3);
}
.entidad_foto_caption {
	width: 100%;
	margin-top: 10px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #7c0314;
	text-align: center;
}
.entidad_foto_caption_admin {
	width: 100%;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #7c0314;
	text-align: center;
}
a .entidad_foto_opciones {
	display: none;
	width: 90%;
	margin-top: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	background-color: #7c0314;
	color: #eac291;
	position: absolute;
	z-index: 9;
}
a .entidad_foto_opciones:hover {
	background-color: #9c1a2c;
	color: #fff;
}
.entidad_video_play {
	width: 100%;
	height: 100%;
	background-image: url('../images/play.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
}
.adminentidades_marco {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #eac291;
	padding: 20px 10px;
	margin-bottom: 20px;
}
.adminentidades_resumen {
	width: 100%;
	max-width: 600px;
	background: rgba(234, 194, 145, 0.7);
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: 2px 2px 5px #666;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}
.icono_pagina {
	width: 64px;
	height:64px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.icono_pagina:hover {
	background-color: #7c0314;
	box-shadow: 2px 2px 5px #666;
}
.icono_facebook {
	position: absolute;
	top: 0;
	left: 0;
}
.icono_twitter {
	position: absolute;
	top: 0;
	right: 0;
}
.icono_web {
	position: absolute;
	bottom: 0;
	right: 0;
}
.form_etiqueta_ubicacion {
	width: 180px;
	float: left;
	text-align: right;
}
.form_info_ubicacion {
	margin-left: 190px;
}
.entidad_enlaces_marco {
	float: left;
	width: 48%;
	margin: 1%;
	text-align: center;
}
.entidad_cuadro_enlaces {
	background-color: rgba(234, 194, 145, 1);
	width: 100%;
	height: 110px;
	padding: 10px;
	position: relative;
	text-align: left;
}
.entidad_foto_cuadro_enlaces {
	float: left;
	width: 130px;
	height: 90px;
	border: 2px solid #7c0314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: #7c0314;
}
.entidad_enlaces_titulo {
	margin-left: 150px;
	font-size: 16px;
	height: 87px;
	font-weight: bold;
	color: #000;
}
.entidad_enlaces_boton {
	display: inline-block;
	width: 48%;
}
@media (max-width:1290px) {
	.entidad_icono_imagen {
		background-size: 150%;
	}
	a .entidad_boton, a .entidad_boton_current, a .entidad_boton:hover {
		font-size: 14px;
	}
}
@media (max-width:1100px) {
	.entidad_noticias_titular {
		font-size: 14px;
	}
	.entidad_noticias_resumen, .entidad_noticias_completa {
		font-size: 14px;
	}
}
@media (max-width:1034px) {
	a .entidad_boton, a .entidad_boton_current, a .entidad_boton:hover {
		font-size: 16px;
	}
	.entidad_eventos_titular {
		font-size: 14px;
		line-height: 24px;
	}
	.entidad_eventos_publicado, .entidad_eventos_datos {
		font-size: 12px;
	}
	.entidad_enlaces_titulo {
		font-size: 14px;
		line-height: 23px;
	}
}
@media (max-width:950px) {
	.entidad_noticias_titular {
		font-size: 16px;
	}
}
@media (max-width:850px) {
	a .entidad_boton, a .entidad_boton_current, a .entidad_boton:hover {
		font-size: 14px;
	}
	.entidad_eventos_titular {
		font-size: 12px;
	}
	.entidad_eventos_publicado {
		font-size: 12px;
	}
	.entidad_enlaces_titulo {
		font-size: 12px;
	}
}
@media (max-width:810px) {
	.entidad_nombre {
		display: none;
	}
	a .entidad_boton, a .entidad_boton_current, a .entidad_boton:hover {
		font-size: 16px;
		width: 24%;
	}
	.entidad_icono {
		height: 170px;
	}
	.entidad_icono_texto {
		font-size: 16px;
	}
	.entidad_icono_imagen {
		height: 100px;
		background-size: 120%;
	}
	.entidad_info_titulo {
		font-size: 26px;
	}
	.entidad_info {
		font-size: 14px;
	}
	.entidad_foto_cuadro_eventos {
		width: 80px;
		height: 55px;
	}
	.entidad_eventos_titular {
		margin-left: 95px;
	}
	.entidad_eventos_publicado, .entidad_eventos_datos {
		margin-left: 95px;
	}
	.entidad_noticias_cuadro_foto {
		width: 80px;
		height: 55px;
	}
	.entidad_noticias_titular {
		margin-left: 95px;
		font-size: 14px;
	}
	.entidad_noticias_resumen, .entidad_noticias_completa {
		margin-left: 95px;
		font-size: 14px;
	}
	.mensaje_mandar_aviso {
		font-size: 14px;
	}
	a .entidad_foto_opciones {
		display: inherit;
	}
	.entidad_foto_cuadro_enlaces {
		width: 80px;
		height: 55px;
	}
	.entidad_enlaces_titulo {
		margin-left: 95px;
	}
}
@media (max-width:740px) {
	.entidad_marco_foto {
		width: 31%;
		height: 200px;
		margin-right: 2%;
	}
}
@media (max-width:690px) {
	a .entidad_boton, a .entidad_boton_current, a .entidad_boton:hover {
		font-size: 14px;
	}
	.entidad_izquierda {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.entidad_derecha {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 300px;
	}
	.entidad_icono {
		height: 140px;
	}
	.entidad_icono_texto {
		font-size: 14px;
		line-height:23px;
	}
	.entidad_icono_imagen {
		height: 80px;
		background-size: 140%;
	}
	.entidad_foto_portada {
		background-size: 120%;
	}
	.entidad_info_titulo {
		font-size: 30px;
	}
	.entidad_info {
		font-size: 16px;
	}
	.entidad_cuadro_eventos {
		float: inherit;
		width: 95%;
		margin: 1%;
	}
	.entidad_foto_cuadro_eventos {
		width: 130px;
		height: 100%;
	}
	.entidad_eventos_titular {
		margin-left: 150px;
		font-size: 14px;
	}
	.entidad_eventos_publicado, .entidad_eventos_datos {
		margin-left: 150px;
	}
	.entidad_eventos_hazclick {
		margin-left: 150px;
		width: auto;
		font-size: 12px;
	}
	.entidad_noticias_cuadro {
		float: inherit;
		width: 95%;
		margin: 1%;
	}
	.entidad_noticias_cuadro_foto {
		width: 130px;
		height: 100%;
	}
	.entidad_noticias_titular {
		margin-left: 150px;
	}
	.entidad_noticias_resumen, .entidad_noticias_completa {
		margin-left: 150px;
	}
	.adminentidades_marco {
		border: 2px solid #eac291;
		padding: 10px 5px;
	}
	.entidad_enlaces_marco {
		float: inherit;
		width: 95%;
		margin: 1%;
	}
	.entidad_foto_cuadro_enlaces {
		width: 130px;
		height: 100%;
	}
	.entidad_enlaces_titulo {
		margin-left: 150px;
		font-size: 14px;
	}
}
@media (max-width:540px) {
	.entidad_marco_foto {
		width: 48%;
		height: 200px;
		margin-right: 2%;
	}
	.icono_pagina {
		width: 48px;
		height: 48px;
	}
}
@media (max-width:500px) {
	a .entidad_boton, a .entidad_boton_current, a .entidad_boton:hover {
		font-size: 14px;
		width: 49%;
		margin-top: 3px;
		margin-bottom: 3px;
		height: 40px;
		line-height: 32px;
	}
	.entidad_icono {
		height: 130px;
		width: 48%;
	}
	.entidad_icono_texto {
		font-size: 12px;
		line-height:19px;
	}
	.entidad_icono_imagen {
		background-size: 140%;
	}
	.entidad_foto_portada {
		background-size: auto 120%;
	}
	.entidad_info_titulo {
		font-size: 25px;
	}
	.entidad_info {
		font-size: 14px;
	}
	.entidad_foto_cuadro_eventos {
		width: 80px;
		height: 55px;
	}
	.entidad_eventos_titular {
		margin-left: 95px;
	}
	.entidad_eventos_publicado, .entidad_eventos_datos {
		margin-left: 95px;
	}
	.entidad_eventos_hazclick {
		margin-left: auto;
		width: 100%;
	}
	.entidad_noticias_cuadro_foto {
		width: 80px;
		height: 55px;
	}
	.entidad_noticias_titular {
		margin-left: 95px;
	}
	.entidad_noticias_resumen, .entidad_noticias_completa {
		margin-left: 95px;
	}
	.boton_mandar_aviso {
		float: inherit;
	}
	.form_etiqueta_ubicacion {
		float: none;
		text-align: left;
	}
	.form_info_ubicacion {
		margin-left: 10px;
	}
	.entidad_foto_cuadro_enlaces {
		width: 80px;
		height: 55px;
	}
	.entidad_enlaces_titulo {
		margin-left: 95px;
	}
}
@media (max-width:450px) {
	a .entidad_foto_opciones {
		font-size: 12px;
	}
}
@media (max-width:380px) {
	.entidad_cuadro_eventos {
		float: inherit;
		height: 320px;
		margin-bottom: 20px;
	}
	.entidad_foto_cuadro_eventos {
		width: 100%;
		height: 180px;
		float: inherit;
	}
	.entidad_noticia_eventos {
		margin-left: 0px;
	}
	.entidad_eventos_titular {
		margin-left: 0px;
		text-align: center;
		font-size: 14px;
	}
	.entidad_eventos_publicado, .entidad_eventos_datos {
		margin-left: 0px;
	}
	.entidad_eventos_completa {
		margin-left: 0px;
		margin-top: 15px;
		height: 85px;
	}
	.entidad_noticias_cuadro {
		float: inherit;
		height: 300px;
		margin-bottom: 20px;		
	}
	.entidad_noticias_cuadro_foto {
		width: 100%;
		height: 180px;
		float: inherit;
	}
	.entidad_noticias_titular {
		margin-left: 0px;
	}
	.entidad_noticias_resumen {
		margin-left: 0px;
	}
	.entidad_noticias_completa {
		margin-left: 0px;
		margin-top: 15px;
		height: 85px;
	}
	.entidad_cuadro_enlaces {
		float: inherit;
		height: 295px;
		margin-bottom: 20px;
	}
	.entidad_foto_cuadro_enlaces {
		width: 100%;
		height: 180px;
		float: inherit;
	}
	.entidad_enlaces_titulo {
		margin-top: 5px;
		margin-left: 0px;
		text-align: center;
		font-size: 14px;
	}
}

/* Subseccion citas de alcaldia */
.cita_calendario {
	display: inline-block;
	width: 47%;
	margin: 5px;
	height: 260px;
}
.cita_marco {
	width: 100%;
	margin-top: 10px;
}
.cita_barradia:hover {
	background-color: #e5b376;
	border: 1px solid #9c1a2c;
	color: #9c1a2c;
}
.cita_barradia {
	height: 30px;
	line-height: 30px;
	background-color: #eac291;
	border: 1px solid #7c0314;
	color: #7c0314;
	padding: 0 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.cita_listacitas {
	border-left: 1px solid #7c0314;
	border-right: 1px solid #7c0314;
	border-bottom: 1px solid #7c0314;
	background-color: #ffe5c0;
	color: #7c0314;
	text-align: center;
}
.cita_lineacita {
	margin: auto;
	width: 95%;
	border-top: 1px dashed #7c0314;
	text-align: left;
	padding: 2px 0;
}
.cita_lineacita form {
	display: inline-block;
	margin-left: 20px;
}
.cita_lineacita .boton, .cita_lineacita .boton_eliminar {
	margin-bottom: 0;
	padding: 4px 12px;
}
@media (max-width:690px) {
	.cita_calendario {
		display: block;
		width: 100%;
		margin: 0;
	}
}

/* Seccion Festejos */
.festejo_marco_foto {
	float: left;
	width: 23%;
	height: 190px;
	margin-right: 2%;
	background-color: #eac291;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 5px #666;
}
.festejo_marco_foto .sombra_banner:hover {
	border-top:190px solid rgba(124,3,20,0.3);
}
.festejo_foto_informacion {
	display: none;
	width: 100%;
	margin-top: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	background-color: #7c0314;
	color: #eac291;
	z-index: 5;
}
.festejo_foto_masinfo {
	display: none;
}
a .festejo_foto_opciones {
	display: none;
	width: 90%;
	margin-top: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	background-color: #7c0314;
	color: #eac291;
	position: absolute;
	z-index: 5;
}
a .festejo_foto_opciones:hover {
	background-color: #9c1a2c;
	color: #fff;
}
.festejo_barra {
	background-color: #7c0314;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px 20px;
	box-shadow: 2px 2px 5px #666;
	color: #eac291;
}
.festejo_nombre {
	float: left;
	font: 26px 'monotype Corsiva', Verdana, Arial;
	line-height: 32px;
	height: 32px;
}
a .festejo_boton {
	float: left;
	width: 15%;
	margin-left: 1%;
	border: 3px solid #eac291;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	height: 32px;
	color: #eac291;
	text-decoration: none;
}
a .festejo_boton_current {
	float: left;
	width: 15%;
	margin-left: 1%;
	background-color: #9c1a2c;
	border: 3px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	height: 32px;
	color: #fff;
	text-decoration: none;
}
a .festejo_boton:hover {
	background-color: #9c1a2c;
	border: 3px solid #fff;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
}
.festejo_foto_contenido {
	position: relative;
	width: 100%;
	height: 120px;
	background-color: #eac291;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
}
.festejo_video_play {
	width: 100%;
	height: 100%;
	background-image: url('../images/play.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
}
.festejo_marco_foto_caption {
	position: absolute;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.festejo_foto_autor {
	display: none;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #7c0314;
	text-align: center;
}
.festejo_foto_caption {
	width: 100%;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #7c0314;
	text-align: center;
}
.festejo_formulario_imagen {
	background-color: #eac291;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.festejo_fotos_etiqueta {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: left;
	color: #7c0314;
	line-height: 30px;
	padding-left: 5px;
}
.festejo_fotos_dato {
	margin-left: 110px;
	text-align: left;
}
.festejo_fotos_tipo {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 30px;
}
.festejo_izquierda {
	float: left;
	width: 48%;
	height: 300px;
	margin-right: 3%;
	box-shadow: 2px 2px 5px #666;
	position: relative;
	background-color: #7c0314;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.festejo_derecha {
	margin-left: 51%;
	height: 300px;
	box-shadow: 2px 2px 5px #666;
}
.festejo_icono {
	float: left;
	background: rgba(234, 194, 145, 0.5);
	width: 31%;
	height: 210px;
	margin: 1%;
	position: relative;
	padding: 10px;
	text-align: center;
}
.festejo_icono .sombra_banner:hover {
	border-top:250px solid rgba(124,3,20,0.3);
}
.festejo_icono_imagen {
	width: 90%;
	background-color: #7c0314;
	height: 140px;
	border: 2px solid #7c0314;
	background-position: center;
	background-size: 115%;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.festejo_icono_texto {
	color: #7c0314;
	font-weight: bold;
	font-size: 18px;
	line-height:27px;
}
.festejo_info_titulo {
	font: 30px 'monotype Corsiva', Verdana, Arial;
}
.festejo_info {
	background-color: rgba(124,3,20,0.5);
	width: 85%;
	color: #eac291;
	padding: 10px 20px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.festejo_izquierda table {
	width: 100%;
	height: 300px;
}
.festejo_izquierda td {
	vertical-align: middle;
}
.festejo_ficha {
	background: rgba(234, 194, 145, 0.7);
	width: 100%;
	padding: 10px;
	color: #7c0314;
	margin-left: auto;
	margin-right: auto;
}
.festejo_etiqueta {
	float: left;
	width: 140px;
}
.festejo_info_texto {
	margin-left: 150px;
}
.festejo_publicador {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
@media (max-width:1290px) {
	.festejo_icono_imagen {
		background-size: 150%;
	}
	a .festejo_boton, a .festejo_boton_current, a .festejo_boton:hover {
		font-size: 14px;
	}
}
@media (max-width:1034px) {
	a .festejo_boton, a .festejo_boton_current, a .festejo_boton:hover {
		font-size: 16px;
	}
}
@media (max-width:850px) {
	a .festejo_boton, a .festejo_boton_current, a .festejo_boton:hover {
		font-size: 14px;
	}
}
@media (max-width:810px) {
	a .festejo_foto_opciones {
		display: inherit;
	}
	.festejo_nombre {
		display: none;
	}
	a .festejo_boton, a .festejo_boton_current, a .festejo_boton:hover {
		font-size: 16px;
		width: 24%;
	}
	.festejo_icono {
		height: 170px;
	}
	.festejo_icono_texto {
		font-size: 16px;
	}
	.festejo_icono_imagen {
		height: 100px;
		background-size: 120%;
	}
	.festejo_info_titulo {
		font-size: 26px;
	}
	.festejo_info {
		font-size: 14px;
	}
}
@media (max-width:800px) {
	.festejo_foto_autor {
		visibility: hidden;
	}
}
@media (max-width:740px) {
	.festejo_marco_foto {
		width: 31%;
		height: 200px;
		margin-right: 2%;
	}
}
@media (max-width:690px) {
	a .festejo_boton, a .festejo_boton_current, a .festejo_boton:hover {
		font-size: 14px;
	}
	.festejo_izquierda {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.festejo_derecha {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 300px;
	}
	.festejo_foto_portada {
		background-size: 120%;
	}
	.festejo_icono {
		height: 140px;
	}
	.festejo_icono_texto {
		font-size: 14px;
		line-height:23px;
	}
	.festejo_icono_imagen {
		height: 80px;
		background-size: 140%;
	}
	.festejo_info_titulo {
		font-size: 30px;
	}
	.festejo_info_titulo {
		font-size: 30px;
	}
	.festejo_info {
		font-size: 16px;
	}
}
@media (max-width:500px) {
	a .festejo_boton, a .festejo_boton_current, a .festejo_boton:hover {
		font-size: 14px;
		width: 49%;
		margin-top: 3px;
		margin-bottom: 3px;
		height: 40px;
		line-height: 32px;
	}
	.festejo_foto_portada {
		background-size: auto 120%;
	}
	.portada_icono {
		height: 130px;
		width: 48%;
	}
	.portada_icono_texto {
		font-size: 12px;
		line-height:19px;
	}
	.portada_icono_imagen {
		background-size: 140%;
	}
	.festejo_info_titulo {
		font-size: 25px;
	}
	.festejo_info_titulo {
		font-size: 25px;
	}
	.festejo_info {
		font-size: 14px;
	}
}
@media (max-width:540px) {
	.festejo_marco_foto {
		width: 48%;
		height: 200px;
		margin-right: 2%;
	}
}
@media (max-width:450px) {
	a .festejo_foto_opciones {
		font-size: 12px;
	}
}

/* Seccion Secciones */
.secciones_tabla td {
	border-bottom: 1px dashed #7c0314;
}
.secciones_cabecera {
	background: #7c0314;
	color: #eac291;
}
.secciones_aviso {
	display: none;
}
.secciones_tabla .boton {
	margin-top: 2px;
	margin-bottom: 2px;
}
.secciones_tabla .boton_eliminar {
	margin-top: 2px;
	margin-bottom: 2px;
}
.secciones_etiqueta {
	width: 190px;
	float: left;
	font-weight: bold;
	text-align: right;
	line-height: 32px;
}
.secciones_info {
	margin-left: 200px;
}
.secciones_col1 {
	width: 48%;
	float: left;
}
.secciones_col2 {
	margin-left: 53%;
}
@media (max-width:750px) {
	.secciones_tabla td {
		font-size: 15px;
	}
}
@media (max-width:690px) {
	.secciones_tabla td {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.secciones_tabla .boton {
		padding: 2px 5px;
	}
	.secciones_tabla .boton_eliminar {
		padding: 2px 5px;
	}
	.secciones_tabla .cuadro {
		padding: 2px 5px;
	}
	.secciones_tabla .cuadro_error {
		padding: 2px 5px;
	}
	.secciones_extra {
		display: none;
	}
	.secciones_etiqueta {
		width: 160px;
		font-size: 14px;
	}
	.secciones_info {
		margin-left: 170px;
	}
	.secciones_col1 {
		width: auto;
		float: inherit;
	}
	.secciones_col2 {
		margin-left: auto;
	}
}
@media (max-width:490px) {
	.secciones_tabla {
		display: none;
	}
	#nuevaseccion {
		display: none;
	}
	#botonnuevaseccion {
		display: none;
	}
	.secciones_aviso {
		display: block;
	}
	.secciones_etiqueta {
		float: none;
		text-align: left;
	}
	.secciones_info {
		margin-left: 10px;
	}
}

/* Seccion Menu de Administraciones (adminindex) */
.cuadro_icono {
	float: left;
	background: rgba(234, 194, 145, 0.5);
	width: 23%;
	height: 140px;
	margin: 1%;
	position: relative;
	padding: 10px;
}
.cuadro_icono img {
	height: 70px;
}
.cuadro_icono_texto {
	color: #7c0314;
	font-weight: bold;
	font-size: 18px;
	line-height:25px;
}
@media (max-width:810px) {
	.cuadro_icono {
		width: 31%;
	}
	.cuadro_icono_texto {
		color: #7c0314;
		font-weight: bold;
		font-size: 16px;
		line-height:25px;
	}
}
@media (max-width:690px) {
	.cuadro_icono {
		height: 140px;
	}
}
@media (max-width:490px) {
	.cuadro_icono {
		width: 47%;
	}
}
/* Seccion Plenos */
.plenos_cuadro {
	float: left;
	width: 48%;
	height: 140px;
	margin: 1%;
	position: relative;
	padding: 10px;
}
.plenos_cuadro_admin {
	float: left;
	width: 48%;
	height: 180px;
	margin: 1%;
	position: relative;
	padding: 10px;
}
.plenos_foto {
	float: left;
	position: relative;
	width: 120px;
	max-height: 120px;
	border: 2px solid #eac291;
	background: #000;
}
.plenos_foto img {
	width: 100%;
}
.plenos_texto {
	margin-left: 130px;
	font-size: 16px;
	height: 120px;
	color: #000;
}
.plenos_tabla {
	height: 120px;
	width: 100%;
}
@media (max-width:810px) {
	.plenos_foto {
		width: 80px;
	}
	.plenos_texto {
		margin-left: 90px;
	}
}
@media (max-width:650px) {
	.plenos_cuadro {
		float: none;
		width: 90%;
		margin-bottom: 20px;
	}	
	.plenos_cuadro_admin {
		float: none;
		width: 90%;
		margin-bottom: 20px;
	}	
	.plenos_foto {
		width: 120px;
	}
}

/* Seccion Agenda de Eventos */
.agenda_calendario1 {
	margin-top: 20px;
	float: left;
	width: 32%;
}
.agenda_calendario2 {
	margin-top: 20px;
	width: 32%;
	float: left;
	margin-left: 2%;
}
.agenda_calendario3 {
	margin-top: 20px;
	width: 32%;
	float: left;
	margin-left: 2%;
}
.agenda_calendario_entidad1 {
	margin-top: 20px;
	float: left;
	width: 49%;
}
.agenda_calendario_entidad2 {
	margin-top: 20px;
	width: 49%;
	float: left;
	margin-left: 2%;
}
.eventos_dia_evento a {
	text-decoration: none;
	color: #000;
}
@media (max-width:810px) {
	.agenda_calendario1, .agenda_calendario_entidad1 {
		width: 48%;
	}
	.agenda_calendario2, .agenda_calendario_entidad2 {
		width: 48%;
		margin-left: 2%;
	}
	.agenda_calendario3 {
		display: none;
	}
}
@media (max-width:690px) {
	.agenda_calendario1, .agenda_calendario_entidad1 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.agenda_calendario2, .agenda_calendario_entidad2 {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media (max-width:490px) {
	.agenda_calendario1, .agenda_calendario_entidad1 {
		width: 95%;
		float: inherit;
	}
	.agenda_calendario2, .agenda_calendario_entidad2 {
		width: 95%;
		float: inherit;
	}
}

/* Seccion Telefonos de interes */
.telefonos_cuadro {
	float: left;
	background-color: rgba(234, 194, 145, 1);
	width: 48%;
	margin: 1%;
	position: relative;
	padding: 10px;
	color: #7c0314;
	font-weight: bold;
}
.telefonos_nombre {
	font-size: 18px;
}
.telefonos_numero {
	font-size: 24px;
}
@media (max-width:580px) {
	.telefonos_cuadro {
		float: none;
		width: 95%;
	}
}

/* Seccion Objetos Perdidos */
.objetos_datos {
	width: 100%;
	margin-left: 10px;
}
.objeto_etiqueta {
	float: left;
	width: 110px;
}
.objeto_info {
	margin-left: 120px;
}
.objetos_tipo {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}
.objeto_cuadro {
	float: left;
	background-color: rgba(234, 194, 145, 1);
	width: 48%;
	height: 140px;
	margin: 1%;
	position: relative;
	padding: 10px;
}
.objeto_foto_cuadro {
	float: left;
	width: 130px;
	height: 90px;
	border: 2px solid #7c0314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: #7c0314;
}
.objeto_titular {
	margin-left: 150px;
	font-size: 16px;
	height: 25px;
	font-weight: bold;
	color: #000;
}
.objeto_cuadro_datos {
	margin-left: 150px;
	height: 65px;
	font-size: 14px;
	line-height: 21px;
	color: #7c0314;
}
.objeto_hazclick {
	width: 100%;
	text-align: center;
	height: 21px;
	font-size: 14px;
	line-height: 21px;
	color: #00f;
	margin-top: 10px;
}
.objeto_derecha {
	margin-left: 51%;
	width: 48%;
	height: 300px;
	box-shadow: 2px 2px 5px #666;
	margin-bottom: 20px;
}
@media (max-width:1034px) {
	.objeto_titular {
		font-size: 14px;
		line-height: 24px;
	}
	.objeto_cuadro_datos {
		font-size: 12px;
	}
	.objeto_hazclick {
		font-size: 12px;
	}
}
@media (max-width:850px) {
	.objeto_titular {
		font-size: 12px;
	}
	.objeto_email {
		margin: auto;
		clear: left;
	}
}
@media (max-width:810px) {
	.objeto_foto_cuadro {
		width: 80px;
		height: 55px;
	}
	.objeto_titular {
		margin-left: 95px;
	}
	.objeto_cuadro_datos {
		margin-left: 95px;
		height: 65px;
	}
}
@media (max-width:720px) {
	.objetos_datos_mitad {
		margin-left: 110px;
	}
	.objetos_etiqueta_mitad {
		width: 100px;
	}
}
@media (max-width:690px) {
	.objeto_cuadro {
		float: inherit;
		width: 95%;
		margin: 1%;
	}
	.objeto_foto_cuadro {
		width: 130px;
		height: 100px;
	}
	.objeto_titular {
		margin-left: 150px;
		font-size: 14px;
	}
	.objeto_cuadro_datos {
		margin-left: 150px;
	}
	.objeto_hazclick {
		margin-left: 150px;
		width: auto;
		font-size: 12px;
	}
	.objeto_email {
		margin: auto;
		clear: none;
	}
	.objeto_derecha {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 300px;
	}
}
@media (max-width:500px) {
	.objeto_foto_cuadro {
		width: 80px;
		height: 55px;
	}
	.objeto_titular {
		margin-left: 95px;
	}
	.objeto_cuadro_datos {
		margin-left: 95px;
	}
	.objeto_hazclick {
		margin-left: auto;
		width: 100%;
	}
	.objeto_email {
		margin: auto;
		clear: left;
	}
}
@media (max-width:490px) {
	.objetos_datos_mitad {
		margin-left: 10px;
	}
	.objetos_datos {
		font-size: 14px;
		margin-left: 10px;
	}
	.objeto_etiqueta {
		float: inherit;
	}
	.objeto_info {
		margin-left: 10px;
	}
}
@media (max-width:380px) {
	.objeto_cuadro {
		float: inherit;
		height: 320px;
		margin-bottom: 20px;
	}
	.objeto_foto_cuadro {
		width: 100%;
		height: 180px;
		float: inherit;
	}
	.objeto_titular {
		margin-left: 0px;
		text-align: center;
		font-size: 14px;
	}
	.objeto_cuadro_datos {
		margin-left: 0px;
	}
}

/* Seccion Directorio de Empresas */
.empresa_datos {
	width: 100%;
	margin-left: 10px;
}
.empresa_etiqueta {
	float: left;
	width: 130px;
}
.empresa_info {
	margin-left: 140px;
}
.empresa_cuadro {
	float: left;
	background-color: rgba(234, 194, 145, 1);
	width: 48%;
	height: 140px;
	margin: 1%;
	position: relative;
	padding: 10px;
}
.empresa_foto_cuadro {
	float: left;
	width: 130px;
	height: 90px;
	border: 2px solid #7c0314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: #7c0314;
}
.empresa_titular {
	margin-left: 150px;
	font-size: 16px;
	height: 25px;
	font-weight: bold;
	color: #000;
}
.empresa_cuadro_datos {
	margin-left: 150px;
	height: 65px;
	font-size: 14px;
	line-height: 21px;
	color: #7c0314;
}
.empresa_hazclick {
	width: 100%;
	text-align: center;
	height: 21px;
	font-size: 14px;
	line-height: 21px;
	color: #00f;
	margin-top: 10px;
}
.empresa_derecha {
	margin-left: 51%;
	width: 48%;
	height: 300px;
	box-shadow: 2px 2px 5px #666;
	margin-bottom: 20px;
}
.empresa_web {
	position: absolute;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.empresa_web a {
	text-decoration: none;
	color: #eac291;
}
.empresa_web a:hover {
	text-decoration: underline;
	color: #eac291;
}
.empresa_ampliacion {
	position: absolute;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.empresa_ampliacion a {
	text-decoration: none;
	color: #eac291;
}
.empresa_ampliacion a:hover {
	text-decoration: underline;
	color: #eac291;
}
@media (max-width:1034px) {
	.empresa_titular {
		font-size: 14px;
		line-height: 24px;
	}
	.empresa_cuadro_datos {
		font-size: 12px;
	}
	.empresa_hazclick {
		font-size: 12px;
	}
}
@media (max-width:850px) {
	.empresa_titular {
		font-size: 12px;
	}
}
@media (max-width:810px) {
	.empresa_foto_cuadro {
		width: 80px;
		height: 55px;
	}
	.empresa_titular {
		margin-left: 95px;
	}
	.empresa_cuadro_datos {
		margin-left: 95px;
		height: 65px;
	}
}
@media (max-width:690px) {
	.empresa_tipo {
		max-width: 250px;
	}
	.empresa_cuadro {
		float: inherit;
		width: 95%;
		margin: 1%;
	}
	.empresa_foto_cuadro {
		width: 130px;
		height: 100px;
	}
	.empresa_titular {
		margin-left: 150px;
		font-size: 14px;
	}
	.empresa_cuadro_datos {
		margin-left: 150px;
	}
	.empresa_hazclick {
		margin-left: 150px;
		width: auto;
		font-size: 12px;
	}
	.empresa_derecha {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 300px;
	}
}
@media (max-width:500px) {
	.empresa_foto_cuadro {
		width: 80px;
		height: 55px;
	}
	.empresa_titular {
		margin-left: 95px;
	}
	.empresa_cuadro_datos {
		margin-left: 95px;
	}
	.empresa_hazclick {
		margin-left: auto;
		width: 100%;
	}
}
@media (max-width:490px) {
	.empresa_datos {
		font-size: 14px;
		margin-left: 10px;
	}
	.empresa_etiqueta {
		float: inherit;
	}
	.empresa_info {
		margin-left: 10px;
	}
	.empresa_tipo {
		max-width: 95%;
	}
}
@media (max-width:380px) {
	.empresa_cuadro {
		float: inherit;
		height: 320px;
		margin-bottom: 20px;
	}
	.empresa_foto_cuadro {
		width: 100%;
		height: 180px;
		float: inherit;
	}
	.empresa_titular {
		margin-left: 0px;
		text-align: center;
		font-size: 14px;
	}
	.empresa_cuadro_datos {
		margin-left: 0px;
	}
	.empresa_ampliacion, .empresa_web {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Seccion Notificaciones */
.notificaciones_marco {
	float: left;
	margin: 1%;
	width: 48%;
}
.notificaciones_marco:hover .cuadro_fecha {
	height: 21px;
}
.cuadro_fecha {
	background: #7c0314;
	color: #fff;
	width: 100%;
	height: 0;
	font-size: 14px;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.notificaciones_cuadro {
	background: rgba(234, 194, 145, 1);
	width: 100%;
	position: relative;
	height: 120px;
	padding: 10px;
}
.notificaciones_cuadro_foto {
	float: left;
	width: 130px;
	height: 100%;
	border: 2px solid #7c0314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: #000;
}
.notificaciones_titular {
	margin-left: 150px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
.notificaciones_resumen {
	margin-left: 150px;
	margin-top: 5px;
	height: 65px;
	font-size: 16px;
	line-height: 21px;
	color: #7c0314;
}
.notificaciones_resumen p {
	margin: 0;
	padding: 0;
}
@media (max-width:1034px) {
	.notificaciones_marco {
		width: 47%;
	}
}
@media (max-width:810px) {
	.notificaciones_cuadro_foto {
		width: 80px;
		height: 55px;
	}
	.notificaciones_titular {
		margin-left: 95px;
		font-size: 14px;
	}
	.notificaciones_resumen {
		margin-left: 95px;
		font-size: 14px;
	}
}
@media (max-width:690px) {
	.notificaciones_marco {
		float: inherit;
		width: 93%;
		margin: 1%;
	}
	.notificaciones_cuadro_foto {
		width: 130px;
		height: 100%;
	}
	.notificaciones_titular {
		margin-left: 150px;
	}
	.notificaciones_resumen {
		margin-left: 150px;
	}
}
@media (max-width:500px) {
	.notificaciones_cuadro_foto {
		width: 80px;
		height: 55px;
	}
	.notificaciones_titular {
		margin-left: 95px;
	}
	.notificaciones_resumen {
		margin-left: 95px;
	}
}
@media (max-width:380px) {
	.notificaciones_marco {
		float: inherit;
	}
	.notificaciones_cuadro {
		height: 300px;
		margin-bottom: 20px;		
	}
	.notificaciones_cuadro_foto {
		width: 100%;
		height: 180px;
		float: inherit;
	}
	.notificaciones_titular {
		margin-left: 0px;
	}
	.notificaciones_resumen {
		margin-left: 0px;
	}
}

/* Seccion Ordenanzas */
a .ordenanzas_boton {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 1%;
	border: 3px solid #eac291;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	height: 32px;
	color: #eac291;
	text-decoration: none;
}
a .ordenanzas_boton:hover {
	background-color: #9c1a2c;
	border: 3px solid #fff;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
}
.ordenanzas_anclaje {
	margin-top: -160px;
	position: absolute;
}
@media (max-width:1290px) {
	a .ordenanzas_boton, a .ordenanzas_boton:hover {
		font-size: 14px;
	}
}
@media (max-width:1034px) {
	a .ordenanzas_boton, a .ordenanzas_boton:hover {
		font-size: 16px;
	}
}
@media (max-width:850px) {
	a .ordenanzas_boton, a .ordenanzas_boton:hover {
		font-size: 14px;
	}
}
@media (max-width:810px) {
	a .ordenanzas_boton, a .ordenanzas_boton:hover {
		font-size: 16px;
		width: 24%;
	}
}
@media (max-width:690px) {
	a .ordenanzas_boton, a .ordenanzas_boton:hover {
		font-size: 14px;
	}
}
@media (max-width:500px) {
	a .ordenanzas_boton, .ordenanzas_boton:hover {
		font-size: 14px;
		width: 49%;
		margin-top: 3px;
		margin-bottom: 3px;
		height: 40px;
		line-height: 32px;
	}
}

/* Seccion Tablero */
.tablero_cuadro {
	display: inline-block;
	margin: 2% 1%;
	position: relative;
	width: 200px;
}
.tablero_marco {
	width: 100%;
	height: 200px;
}
.tablero_foto {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #7c0314;
	border: 5px solid #7c0314;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	margin: auto;
	position: absolute;
	z-index: 2;
}
.tablero_foto_h {
	background-size: auto 100%;
}
.tablero_foto_v {
	background-size: 100% auto;
}
.tablero_caption {
	position: relative;
	top: -20px;
	width: 100%;
	padding: 30px 10px 10px 10px;
	background-color: #eac291;
	border-radius: 10px;
}
.tablero_videos_cuadro {
	display: inline-block;
	margin: 2% 1%;
	position: relative;
	width: 200px;
}
.tablero_videos_marco {
	width: 100%;
	height: 200px;
}
.tablero_videos_foto {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-color: #7c0314;
	border: 5px solid #7c0314;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	margin: auto;
	position: absolute;
	z-index: 2;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.tablero_videos_caption {
	position: relative;
	top: -20px;
	width: 100%;
	padding: 30px 10px 10px 10px;
	background-color: #eac291;
	border-radius: 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a .tablero_videos_caption {
	text-decoration: none;
	color: #7c0314;
}
.tablero_videos_cuadro:hover .tablero_videos_caption {
	background-color: #ffe5c0;
}
.tablero_videos_cuadro:hover .tablero_videos_foto {
	border: 5px solid #9c1a2c;
	background-size: auto 120%;
}
.tablero_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%;
}
.tablero_ficha_video {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.tablero_ficha_video .video iframe {
	display: inline-block;
}
.tablero_ficha_video .video_facebook {
	display: inline-block;
	width: 100%;
}
.tablero_ficha_video .video_facebook iframe {
	width: 100%;
}
.tablero_ficha_texto {
	text-align: left;
}
@media (max-width:810px) {
	.tablero_cuadro {
		width: 150px;
	}
	.tablero_marco {
		height: 150px;
	}
	.tablero_foto {
		width: 150px;
		height: 150px;
	}
	.tablero_videos_cuadro {
		width: 150px;
	}
	.tablero_videos_marco {
		height: 150px;
	}
	.tablero_videos_foto {
		width: 150px;
		height: 150px;
	}
}
@media (max-width:580px) {
	.tablero_cuadro {
		display: block;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.tablero_marco {
		width: 100%;
		position: relative;
		height: 80vw;
	}
	.tablero_foto {
		width: 100%;
		height: 80vw;
	}
	.tablero_videos_cuadro {
		display: block;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.tablero_videos_marco {
		width: 100%;
		position: relative;
		height: 80vw;
	}
	.tablero_videos_foto {
		width: 100%;
		height: 80vw;
	}
}


/* Seccion Incidencias */
.cuadro_incidencias {
	display: inline-block;
	background: rgba(234, 194, 145, 1);
	width: 22%;
	height: 170px;
	margin: 1%;
	position: relative;
	padding: 10px;
	text-align: center;
}
.cuadro_incidencias img {
	height: 100px;
}
.incidencias_texto {
	color: #7c0314;
	font-weight: bold;
	font-size: 18px;
	line-height:25px;
}
.sombra_banner_incidencias:hover { /* Propiedades despues del cambio */
	opacity: 1;
	border-top:200px solid rgba(124,3,20,0.3);
	/*border-top:150px solid rgba(255,255,255,0.3);*/
}
.incidencias_mapa {
	height: 400px;
}
.incidencias_lista_marco {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.incidencias_lista_caja {
	position: relative;
	border: 1px solid #7c0314;
	color: #7c0314;
	background-color: #eac291;
	padding: 5px 0px 0px 10px;
	font-size: 16px;
}
.incidencias_lista_campo {
	display: inline-block;
	margin-right: 15px;
}
@media (max-width:810px) {
	.cuadro_incidencias {
		width: 30%;
		height: 140px;
		margin: 1%;
	}
	.cuadro_incidencias img {
		height: 70px;
	}
}
@media (max-width:490px) {
	.cuadro_incidencias {
		width: 43%;
		height: 120px;
		margin: 3%;
	}
	.cuadro_incidencias img {
		height: 50px;
	}
	.incidencias_texto {
		font-size: 16px;
		line-height:25px;
	}
}

/* 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; }
/* -------------------------------------------------------------------------------------- */
