@charset "UTF-8";
/* Simple fluid media

*/
/* RESETEAMOS TODOS LOS ESTILOS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em;}
ul,ol {
	list-style: none;
	text-align: left;
}
img, object, embed, video {
	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*comiwzo*/
body {
	margin: 0;
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
}
#fluid-wrap {
	margin: 0px auto;
	padding: 0;
	overflow: visible;
	position: relative;
	width: 100%;
}
header{
	width:100%;
	background-color: #000;
	height:80px;
	border-bottom: 1px solid #fff; 
}

#header {
	position: relative;
	max-width: 1300px;
	min-width: 320px;
	width: 100%;
	padding: 0;
	height: 80px;
	margin: 0 auto;
	background-color: #000;
	max-height: 200px;
}

#header_left{
	float: left;
	width: 50%;
	
}
#header_left img{
	margin-left:15px;
	
}
#header-right {
	width: 50%;
	float: right;
}
#logo {
	font-family: 'Lato', sans-serif;
	height: 43px;
	color: #FFF;
	margin: 10px 0 5px 20px;
	width: 300px;
}
#logo h1{
		
		font-size:2em;
	
	font-weight: 800;
	text-align: left;
	text-shadow:5px 5px 10px #333;
	-webkit-text-shadow: 5px 5px 10px #333;
	moz-text-shadow: 5px 5px 10px #333;
}
#logo h3{
	font-size: 0.8em;
	margin-left: 5px;
	letter-spacing: 0.9px;
	margin-top: -2px;
}
#contenido{
	height: 100%;
	width: 100%;
}


#flash{
	z-index: 1;
	text-align: center;
	margin: 0 auto;
}
#imagen_flash{
	z-index: 1;
	text-align:center;
	width: 100%;
	height: 100%;
	overflow: visible;
	float: left;
}

#pie{
	width: 100%;
	bottom: 0px;
	background-color: #000000;
	position: fixed;
	
	color: #FFF;
}
#pie p{
	width: 50%;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.pie{
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
}
#logos {
	width: auto;
	text-align: right;
	float: right;
	margin-right: 5px;
}
#logos img{
	float: left;
	padding: 10px;
}
/* elide */
.sliderContainer{
	float: left;

	width:100%;
	height: 100%;
	position: relative;
	margin: auto;
}

#slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
}
#slider .slide{
	height: 100%;
	position: relative;
	float: left;
	width: 100%;
}
#slider .slide img{
	max-height: 100%;
	max-width: 100%;
}
.prev{
	diplay:none;
	height: 43px!important;
	position: absolute;
	z-index: 201;
	left: 2.5%!important;
	margin-left: 10px;
	padding-top: 30px;
}
.prev img:hover{
	cursor:pointer;	
}
.next img:hover{
	cursor:pointer;	
}
.next{
	diplay:none;
	right: 4%!important;
	margin-right: 5px;
	height: 43px!important;
	-khtml-user-select: none;
	-o-user-select: none;
	position: absolute;
	z-index: 201;
	padding-top: 30px;
}
.titulo{
	color: #FFF;
	position: absolute;
	z-index: 101;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 800;
	text-align: left;
	text-shadow: 4px 4px 3px #000;
	-webkit-text-shadow: 4px 4px 3px #000;
	moz-text-shadow:4px 4px 3px #000;
	
	
	padding: 10px 0 25px 0;
	
	width: 50%;
	  -webkit-user-select: none;
    -moz-user-select: none;
   -khtml-user-select: none;
	-o-user-select: none;
	 -ms-user-select:none;
	
}
 .titulo h1{
	 text-align: left;
	margin-left:10%;
	font-size: 3em;
	color:#f1f1f1;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



@media only screen and (max-width: 630px) {
	
  #header-right {
	clear:both;
	
	width:100%;
	background-color:#000;
	
	
	
	
	
}
     ul {
			position: absolute;
	width:100%;
		text-align:center;
	
	background-color: #333;
	
	
	
        }

.dropdown li {

	margin-right :6%;
	
	
	
	


}
.titulo h1{
	
	margin-left:5px;
	font-size: 2.3em;
	
}



}
@media only screen and (max-width: 430px) {
.titulo h1{
	
	margin-left:5px;
	font-size: 1.2em;
	
}
.prev{
	diplay:none;
	
}
.next{
	diplay:none;
	
}

	#pie p{
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-left: 8%;
}
.legal{
	font-size:0.9em;
	width:100%;
	
}
	#logos{
	width:100%;
	
	
}
#logos img{
	float: left;
	
	margin-left: 8%;
}
.dropdown li   {
		
		margin-right :1%;
	}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (max-width: 720px) {
.dropdown li   {
		font-size:0.8em;
		
	}

	
}
