*{
margin:0;
padding:0;
}
.letra-galeriaimagen {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	color: #090;
}

body{
	height:100%;
	background-color: #FFF;
	font-family: 'Pathway Gothic One', sans-serif;
}


#slider{
	width: 900px;
	height: 900px;
}
.cuerpo {
	text-align: justify;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #000;
	padding: 100px;
}


#boton-consulta {
	font-size: 21px;
	color: #FFF;
	background-color: #006;
}
.LETRAMENU {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 100px;
}


.SUPERPOSICION {
	z-index: 9999;
	position: relative;
}

 
 
/* ESTILOS DEL SLIDESHOW */
 
ul.bjqs{ list-style:none;overflow:hidden; display:none;}
li.bjqs-slide{ display:none;}
.pie {
	background-color: #06C;
	width: 100%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	height: 30px;
	color: #FFF;
	font-size: 16px;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: 100px;
	position: relative;
	text-align: center;
	vertical-align: text-bottom;
	
}
.divisor {
	
min-height: 100%;     
    height: auto !important;     
    height: 100%;     
    margin: 0 auto -150px; /* el magin-bottom es el valor negativo de     
    la altura del footer */ 
}
.divisor antes{
	
width: 100%;
height:150px;
display:block;
clear:both;
}

.DERECHO {
	float: right;
	padding-right: 38px;
}


ul.bjqs-controls{
	list-style: none;
	margin: 0;
	padding: 0;
}
.IZQUIERDO {
	float: left;
}

.linea-encabezado {
	background-color: #06C;
	width: 100%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	height: 80px;
	color: #FFF;
	font-size: 24px;
	z-index: 9999;
	width: 100%;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	top: 50px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;

}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{
	display: inline;
}
ol.bjqs-markers li a{
}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
 
 
.bjqs-caption{
color:black;
background:whitesmoke;
opacity:.75;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
margin-top:35px;
}
ol.bjqs-markers li a{
padding: 5px 10px;
background: #000;
color: #fff;
margin: 5px;
text-decoration: none;
transition:background .5s ease;
-webkit-transition:background .5s ease;
-moz-transition:background .5s ease;
-o-transition:background .5s ease;
}

li.active-marker a, ol.bjqs-markers li a:hover{
background:#C33;
}
