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

body {
	background: #444;
	color: #444;
	padding: 30px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Misc Styles */

a {
	color: #3D5F8F;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: none;
}

.hr {
	color:#2e3192;
	background-color:#2e3192;
}
/* Main Styles */

#container {
	margin: 0 auto;
	width: 902px;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
	box-shadow: 0 0 10px #222;
	display: block;
	height: 100%;
}
#header {
	width: 902px;
	height: 154px;
	position: absolute;
	z-index: 10001;
}
#contenidos {
	width: 902px;
	line-height: 22px;
	position: absolute;
	top: 214px;
	background-color: #FFF;
	background-image: url(../images/fondo-main.png);
	background-repeat: repeat-y;
}
#contenido-izquierda-portada {
	float: left;
	width: 560px;
	padding: 20px;
	line-height: 18px;
	
}
#contenido-izquierda-reglas {
	float: left;
	width: 560px;
	padding: 20px;
	background-image:url(../images/fondo-reglas.jpg);
	background-position: 15px 17px;
	background-repeat: no-repeat;
	line-height: 18px;
	
}
#contenido-izquierda-reglas1 {
	float: left;
	width: 560px;
	padding: 20px;
/*	background-image:url(../images/fondo-reglas.jpg);*/
	background-position: 15px 17px;
	background-repeat: no-repeat;
	line-height: 18px;
	
}
#contenido-izquierda-gestas {
	float: left;
	width: 560px;
	padding: 20px;
	background-image:url(../images/fondo-gestas.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
	
}
#contenido-izquierda-leyendas {
	float: left;
	width: 560px;
	padding: 20px;
	background-image:url(../images/base_leyendas.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	line-height: 18px;
	
}
#contenido-izquierda-cronistas {
	float: left;
	width: 560px;
	padding: 20px;
	/*background-image:url(../images/base_leyendas.jpg);*/
	background-repeat: no-repeat;
	background-position:bottom;
	line-height: 18px;
	
}
#contenidos p {
	margin: 0 0 15px 0;
}
#contenidos h1, #contenidos h2, #contenidos h3, #contenidos h4, #contenidos h5 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-family: 'bebas_neueregular';
}
#contenidos h1 {
	font-size: 31px;
	font-family: 'bebas_neueregular';
}
#contenidos h2 {
	font-size: 29px;
	font-family: 'bebas_neueregular';
}
#contenidos h3 {
	font-size: 29px;
	font-family: 'bebas_neueregular';
}
#contenidos h4 {
	font-size: 22px;
	font-family: 'bebas_neueregular';
}
#contenidos h5 {
	font-size: 25px;
	font-family: 'bebas_neueregular';
}
#contenidos h6 {
	font-size: 20px;
	letter-spacing: 1px;
	font-style: italic;
	font-family: 'bebas_neueregular';
}
#contenidos ul {
	margin: 0 0 15px 0;
	list-style-type: square;
}
#contenidos ul li {
	padding: 0 0 0 2px;
}
#contenidos ol {
	margin: 0 0 15px 0;
	list-style-type: decimal;
}
#contenidos ol li {
	padding: 0 0 0 2px;
}
#contenidos blockquote {
	background: #DDD;
	border-left: 3px solid #3D5F8F;
	padding: 15px;
	margin: 0 0 15px 0;
	font-style: italic;
	line-height: 18px;
}
#galeria {
	width: 560px;
	height: 250px;
	margin: 0 0 20px 0;
}		
#contenido-derecha {
	float: left;
	width: 262px;
	padding: 20px;
	font-size: 11px;
	overflow: hidden;
	height: 100%;
	background-color: #B3B5B8;
	position: relative;
	min-height: 100%;
}
.contenedor-columnas {
	width: 560px;
	display: block;
	clear: both;
}
.columna-izquierda {
	float: left;
	width: 260px;
	display: block;
	line-height: 18px;
}
#contenidos .columna-izquierda h3 {
	font-size: 16px;
	font-family: 'bebas_neueregular';
}
.columna-derecha {
	float: left;
	width: 260px;
	margin-left: 28px;
	line-height: 18px;
}
#contenidos .columna-derecha h3 {
	font-size: 16px;
	font-family: 'bebas_neueregular';
}


.columna-id {
	display: block;
	line-height: 18px;
}
#contenidos .columna-id h3 {
	font-size: 16px;
	font-family: 'bebas_neueregular';
}

/* Gesta*/
.gesta h6 {
	background: #fff;
	color: #595959;
	padding: 5px 0 5px 0;
	text-indent: 0;
}
.gesta p.support {
	margin: 0;
	background: none;
	padding: 10px 10px 0 0;
	height: 100px;
}
/* interior con imagen */

.interior p.image {
	margin: 0;
	background: url(../images/Flying_1.jpg) no-repeat top left;
	padding: 0 10px 0 150px;
	height: 150px;
}
.interior p.support {
	margin: 0;
	background: none;
	padding: 10px 10px 0 0;
	height: 550px;
}
/* end interior con imagen */

/** End Gesta **/

#footer {
	margin: auto;
	width: 872px;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	display: block;
	background-color: #444;
	clear: both;
	padding: 15px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #6092DB;
}
textarea {
	width: 262px;
	height: 147px;
}
.publica {
	background-image: url(../images/fondo-publica.png);
	color: white;
	font-weight: bold;
	margin-right: 20px;
}
.regresar { display:block; width:80px; height:auto; line-height:23px; text-align:center;
	background-image: url(../images/fondo-publica.png);
	color: white;
	font-weight: bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.vista {
	background-image: url(../images/fondo-vista.png);
	color: black;
	font-weight: bold;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.titulo-gestas {
	font-size: 18px;
	color: #666;
}
.autor-gestas {
	font-size: 14px;
	color: #666;
}
.subtitulo-gestas {
	font-family: 'bebas_neueregular';
	font-size: 28px;
	color: black;
	text-transform: uppercase;
	line-height: 28px;
}
.subtitulo1-gestas {
	font-family: 'bebas_neueregular';
	font-size: 28px;
	color: #36228A;
	text-transform: uppercase;
	line-height: 28px;
}
.subtitulo2-gestas {
	font-family: 'bebas_neueregular';
	font-size: 28px;
	color: #ED532D;
	text-transform: uppercase;
	line-height: 28px;
}


.listaLeyendas { cursor:pointer; }
.listaLeyendas li {  }
.b_azul{list-style-image:url(../images/b_azul.png); }
.b_naranja { list-style-image:url(../images/b_naranja.png); }


.le_a { color:#039;}
.le_n { color:#F60;}


.plecag { display:block; line-height:23px; padding:15px 25px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	
	background: #adadad; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWI1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(left,  #adadad 0%, #ededed 51%, #b5b5b5 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#adadad), color-stop(51%,#ededed), color-stop(100%,#b5b5b5)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left,  #adadad 0%,#ededed 51%,#b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left,  #adadad 0%,#ededed 51%,#b5b5b5 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(left,  #adadad 0%,#ededed 51%,#b5b5b5 100%); /* IE10+ */
	
	background: linear-gradient(to right,  #adadad 0%,#ededed 51%,#b5b5b5 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#b5b5b5',GradientType=1 ); /* IE6-8 */
	

}






.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 50%;
	padding: 25px;
	border: 1px solid #999;
	background-color: white;
	z-index:100002;
	overflow: auto;
}




