* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}


body {
    background-attachment: fixed;
    background-color: #000;
    background-image: url("index2bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	font-family: 'Roboto', sans-serif;
	font-weight: normal !important;
}


.footer-text {
	font-size: 12px; font-weight: normal;
}

.footer-text .fa {
	margin: 0 2px 0 3px;
}

a { color:#000;
}
#container {
	
	margin:0 auto;
	width: 100%;
	text-align: center;
}

#logo {
	margin-top:130px;
}

#rayo {
	margin-top:5px;
}

#cielo-salvaje {
	margin-top:5px;
}

a img {
	border:none;
}

.social {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
}

.social a {
	display: ingline-block;
	margin: 5px;
	padding: 0;
}

.social a:Hover {
	
}

.social a img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.social a img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

#linkIzq {
	
}

#linkDer {
	
}
.proximas-fechas {
	color:#F5F3DC;
	margin:25px;
	margin-top:0;
	margin-bottom:5px;
	line-height:26px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
}
.proximas-fechas a {
	color:#F5F3DC;
	text-decoration:none;
}
.proximas-fechas a:Hover {
	color:#F5F3DC;
	text-decoration:underline;
}
.proximas-fechas .titulo-fechas {
	font-size:32px;
	margin:15px;
}
.footer {
	color:#F5F3DC;
	line-height:26px;
	width:100%;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.footer a {
	color:#F5F3DC;
	text-decoration:none;
	border:none;
}
.footer a:Hover {
	color:#00A0D9;
	text-decoration:none;
}