/* Header Style */

.tituloPE{
 font-family: 'Francois One', sans-serif;
 font-size: 24px;
 font-weight:normal;
 
color: #575555;
 line-height: 21px;
}

.titulo{
 font-family: 'Francois One', sans-serif;
 font-size: 34px;
 font-weight:normal;
 
color: #575555;
 line-height: 21px;
}

.tituloCIAN{
 font-family: 'Francois One', sans-serif;
 font-size: 34px;
 font-weight:normal;
 
color: #32a7d5;
 line-height: 21px;
}


.subtitulo{
 font-family: 'Francois One', sans-serif;
 font-size: 18px;
 font-weight:normal;
 
color: #575555;
 line-height: 21px;
}

.bajada{
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
 font-weight:normal;
 text-align: justify;
 color: #575555;
 line-height: 16px;
}

.bajada_pe{
 font-family: 'Roboto', sans-serif;
 font-size: 12px;
 font-weight:normal;
 text-align: left;
 color: #575555;
 line-height: 16px;
}

.bajada_pe_blanca{
 font-family: 'Roboto', sans-serif;
 font-size: 12px;
 font-weight:normal;
 text-align: left;
 color: #ffffff;
 line-height: 16px;
}

.bajadaazul{
 font-family: 'Roboto', sans-serif;
 font-size: 21px;
 font-weight:bold;
 text-align: justif;
 color: #192270;
 line-height: 18px;
}
.grande_m{
 font-family: 'Pacifico', cursive;
 font-size: 28px;
 font-weight:normal;
 
color: #000000;
 line-height: 21px;
}
.blanco{
 font-family: 'Fauna One', serif;
 font-size: 13px;
 font-weight:normal;
 
color: #CCCCCC;
 line-height: 18px;
}

.logo{
 font-family: 'Fauna One', serif;
 font-size: 18px;
 font-weight:normal;
 text-align: left;
color: #CCCCCC;
 line-height: 18px;
}


.logo_ch{
 font-family: 'Fauna One', serif;
 font-size: 11px;
 font-weight:normal;
 text-align: left;
color: #CCCCCC;
 line-height: 18px;
}



.logo_g{
 font-family: 'Fauna One', serif;
 font-size: 18px;
 font-weight:normal;
 text-align: left;
color: #262626;
 line-height: 18px;
}


.logo_ch_g{
 font-family: 'Fauna One', serif;
 font-size: 11px;
 font-weight:normal;
 text-align: left;
color: #262626;
 line-height: 18px;
}



.textos{
 font-family: 'Fauna One', serif;
 font-size: 21px;
 font-weight:bold;
 text-align: center;
color: #8a0f23;
}
.textos2{
	font-family: 'Fauna One', serif;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
    color: #000000;
	line-height: 18px;
	
}

.textosgoldi{
	font-family: 'Fauna One', serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 0px;
    color: #000000;
	line-height: 18px;
	
}
.textos3{
 font-family: 'Fauna One', serif;
 font-size: 12px;
 text-align: center;
color: #ffffff;

}


.textos4{
 font-family: 'Fauna One', serif;
 font-size: 12px;
 text-align: center;
color: #8a0f23;
 font-weight:bold;
}
.header{

 
 font-family: 'Fauna One', serif;
 font-size: 14px; 
  margin: 0;
  text-align: center;
  position: fixed;
  top: 0px;
  left: auto;
  width: 100%;
  line-height: 55px;

	background: #ffffff;

	text-transform: uppercase;
	z-index: 9999;
	    float: center;

	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;

}
.header a{
	padding: 5px 5px 5px 5px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}





/*** 
set the width and height to match your images 
**/

#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}
}
		
#page-wrap { 
	position: relative;
	width: 626px; 
	margin: 20px auto; 
	padding: 20px; 
	background: #fff; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
}

p { 
	font: 15px/2 Arial; 
	margin: 0 0 30px 0; 
	color: #fff;
}



#contentblanco {

	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
    margin: 0px 0px 0px 0px;
    width:1200px;
	height: 100%;
    padding: 0px;
	margin:5px 5px 5px 5px;
    border-top: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    background-color:#e3e3e3;
	
}


#content0 {
	width:626px;
	height:1140px;
	margin:0 auto 0 auto; width:626px;
	margin-top:65px;
	background-image:url(images/caja2.png);
	background-repeat: no-repeat;
	
	padding: 0px;
}


#content {
	width:%100;
	height:%100;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
	 background-color:#1c214e;
	 margin: 0 auto;

   margin-top:0px;
	 
}


#larga {
	width:626px;
	height:582px;
	margin:0 auto 0 auto; width:626px;
	margin-top:65px;
	background-image:url(images/larga.png);
	background-repeat: no-repeat;
	
	padding: 0px;
}

#larga2 {
	width:626px;
	height:1191px;
	margin:0 auto 0 auto; 
	margin-top:65px;
	background-image:url(images/larga2.png);
	background-repeat: no-repeat;
	
	padding: 0px;
}

#larga3 {
	width:626px;
	height:1700px;
	margin:0 auto 0 auto; 
	margin-top:65px;
	background-image:url(images/larga3.png);
	background-repeat: no-repeat;
	
	padding: 0px;
}

#content1 {
	width: 1100px;
	
	height:55px;
	margin: 0px 0px 0px 150px ; 
	
	
	padding: 0px;
}

#content2 {
	width:630px;
	height:503px;
	margin: 0 auto; 
	
	
	padding: 0px;
}

.content3{
	position:relative;
    width:626px;
    margin: 0 auto;
	margin-top:60px;
}
.content4{
	position:relative;
    width:626px;
    margin: 0 auto;
	margin-top:300px;
}


#content h1 {
	text-transform: uppercase;
	font-family: 'Arial';
	color: #fff;
}

#content a {
	color: #c2a851;
	font-weight: normal;
	text-transform: none;
	padding: 10px;
}

#grad1 {
  height: 20px;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(190,190,190)); /* Standard syntax (must be last) */
}