@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}


.ie6 img {
	width:100%;
}



.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	text-indent: 2px;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

A:link {text-decoration:none;color:#FFF;}/*Color link*/
A:visited {text-decoration:none;color:#FFF;}/*Color link visitado*/
A:hover {
	text-decoration:underline;
	color:#FFF;
}

/* MOBILE LAYOUT: 480px and below. */



#div1 {
	background: #000 url(image/fotoygris_movil.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	/*background-color: #F00;*/
	height: 100%;
	width: 100%;
	min-width: 300px;
	font-size: 0.7em;
}

#menus {
	width: 50%;
	height: 8%;
	clear: right;
	float:right;
	/*background-color: #FF7F00;*/
}


#navegador ul{
   list-style-type: none;
   text-align: left;
   padding:0px;
}
#navegador li{
   display: inline;
   text-align: left;
   margin: 1px 1px 0 0;
   font-family:"Open Sans";
   color:#FFF;
   font-size: 80%;
   float: left;
   width: 35%;
   /*background-color: #3366FF;*/
   background-color:rgba(100,37,101,0.6);
}

#contenido_dcha {
	height: 90%;
	width: 53%;
	margin-top: 2%;
	clear: right;
	float: right;
	/*background-color:rgba(255,251,240,0.3);*/
	background-color: #1E1E1E;
	/*background-color:rgba(167,178,169,0.5);*/
}
#eventosdcha {
	height: 99%;
	width: 99%;
	margin-top: 2%;
	clear: both;
	float: right;
	/*background-color:#0F5;*/
	overflow-y: auto;
}
#evento {
	height: 16vw;
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-top: 3%;
	/*background-color:#0FF;*/
	/*border: solid #642565;*/
}
#fotoevento {
	height: calc(1.4*vh);
	min-height: 200px;
	width: 14%;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	/*background-color:#00DF00;*/
}
#fotoevento:hover{ 
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}
#textoevento {
	height: 86%;
	width: 38%;
	clear: right;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	/*margin-top: 3vh;*/
	text-align:justify;
	font-size: 65%;
	font-family:"Open Sans";
	color: #FFF;
	padding-left: 3px;
	/*background-color:#00DF55;*/
	border-left: solid #642565;
}

.img:hover{ 
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

span.titulo {
	font-size: 150%;
	font-family:"Mr De Haviland", "Open Sans";
}

span.bienvenidos {
	text-align:justify;
	font-family:"Open Sans";
	font-size: 100%;

}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* TABLET LAYOUT: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
/*
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
*/
#div1 {
	background: #000 url(image/fotoygris_tablet.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	/*background-size: 100% 100%;*/
	/*background-color: #0F0;*/
	height: 100%;
	width: 100%;
	font-size: 0.75em;
}

#menus {
	width: 67%;
	height: 6%;
	clear: right;
	float:right;
	/*background-color: #0F0;*/
}

#navegador ul{
   list-style-type: none;
   text-align: left;
   padding:0px;
}
#navegador li{
   display: inline;
   text-align: left;
   margin: 2px 3px 0 0;
   font-family:"Open Sans";
   color:#FFF;
   font-size: 80%;
   float: left;
   width: 19%;
   /*background-color: #3366FF;*/
   background-color:rgba(100,37,101,0.6);
}
#contenido_dcha {
	height: 90%;
	width: 66%;
	margin-top: 2%;
	clear: right;
	float: right;
	/*background-color:rgba(255,251,240,0.3);*/
	background-color: #1E1E1E;
	/*background-color:rgba(167,178,169,0.5);*/
}
#eventosdcha {
	height: 99%;
	width: 99%;
	margin-top: 2%;
	clear: both;
	float: right;
	/*background-color:#0F5;*/
	overflow-y: auto;
}
#evento {
	height: 14vw;
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
	/*background-color:#0FF;*/
	/*border: solid #642565;*/
}
#fotoevento {
	height: calc(1.4*vh);
	min-height: 200px;
	width: 14%;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	/*background-color:#00DF00;*/
}
#fotoevento:hover{ 
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
#textoevento {
	height: 86%;
	width: 38%;
	clear: right;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	/*margin-top: 3vh;*/
	text-align:justify;
	font-size: 75%;
	font-family:"Open Sans";
	color: #FFF;
	padding-left: 3px;
	/*background-color:#00DF55;*/
	border-left: solid #642565;
}

.img:hover{ 
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}


span.titulo {
	font-size: 160%;
	font-family:"Mr De Haviland", "Open Sans";
}

span.bienvenidos {
	text-align:justify;
	font-family:"Open Sans";
	font-size: 90%;

}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}


/* DESKTOP LAYOUT: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {

#div1 {
	background: #000 url(image/fotoygris.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 100%;
	width: 100%;
	font-size: 1em;
}
#menus {
	width: 70%;
	height: 5%;
	/*background-color: #009FFF;*/
	clear: right;
	float:right;
	/*background-color:rgba(136,140,135,0.6);/* 0.5==OPACIDAD */
	/*margin: 0;*/
	/*margin-right: 2px;
	margin-top: 2%;*/
}
#navegador ul{
   list-style-type: none;
   text-align: left;
   padding:0px;
}
#navegador li{
   display: inline;
   text-align: left;
   margin: 0 10px 0 0;
   font-family:"Open Sans";
   color:#FFF;
   font-size: 80%;
   float: left;
   width: 14%;
   /*background-color: #FFFBF0;*/
   background-color:rgba(100,37,101,0.6);/* 0.4==OPACIDAD*/  
}
#contenido_dcha {
	height: 94%;
	width: 73%;
	margin-top: 1%;
	clear: right;
	float: right;
	/*background-color:rgba(255,251,240,0.3);*/
	background-color: #1E1E1E;
	/*background-color:rgba(167,178,169,0.5);*/
}
#eventosdcha {
	height: 96%;
	width: 98%;
	margin-top: 2%;
	clear: both;
	float: right;
	/*background-color:#0F5;*/
	overflow-y: auto;
}
#evento {
	height: 14vw;
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
	/*background-color:#0FF;*/
	/*border: solid #642565;*/
}
#fotoevento {
	height: calc(1.4*vh);
	min-height: 200px;
	width: 14%;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	/*background-color:#00DF00;*/
}
#fotoevento:hover{ 
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
#textoevento {
	height: 92%;
	width: 30%;
	clear: right;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	/*margin-top: 3vh;*/
	text-align:justify;
	font-size: 80%;
	font-family:"Open Sans";
	color: #FFF;
	padding-left: 3px;
	/*background-color:#00DF55;*/
	border-left: solid #642565;
}

.img:hover{ 
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

span.titulo {
	font-size: 160%;
	font-family:"Mr De Haviland", "Open Sans";
}

span.bienvenidos {
	text-align:justify;
	font-family:"Open Sans";
	font-size: 90%;
}


.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}