@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:400,400italic,700,700italic,900italic,900);
@import url(http://fonts.googleapis.com/css?family=Homenaje);
@import url(http://fonts.googleapis.com/css?family=Medula+One);
/************************************************************************************************
	Home
************************************************************************************************/
body{
    background-color:#000000;
	font-family: 'Medula One', cursive;
    font-size: 25px;
    color: #ffffff;
    line-height: normal;
    padding-bottom: 5px;
	background-image: url("../imagenes/contenedor/fondoBody.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100%;
}
#contenedor{
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
body.home #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorHome.png");
}
body.banda #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorBanda.png");
	background-position: center bottom;
}
body.noticias #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorNoticias.png");
	background-position: left bottom;
}
body.fotos #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorFotos.png");
	background-position: left bottom;
}
body.audio #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorAudio.png");
	background-position: left bottom;
}
body.letras #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorLetras.png");
	background-position: left bottom;
}
body.videos #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorVideos.png");
	background-position: right bottom;
}
body.contacto #contenedor{
	background-image: url("../imagenes/contenedor/fondoContenedorContacto.png");
	background-position: right bottom;
}
#contenedorContenido{
	width:984px; /*1000-8-8*/
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
}
strong{
	font-weight:bold;
}
a{
	font-family: 'Medula One', cursive;
    font-size: 40px;
	color:#decd8e;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
}
h2{
	color: #e6e6e6;
	line-height: 55px;
}
h2 a{
	font-size: 30px;
	font-family: 'Alegreya SC', serif;
}
h3 a
{
	font-weight: bold;
}
h3 a:hover{
	color: #decd8e;
}
a.compartirFacebook{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
a.compartirFacebook:before{  
    content: "";  
    display: block;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    background: none;
    -moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -ms-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear;
	border-radius: 25px; 
}
a.compartirFacebook:hover:before{  
    background: rgba(255,255,255, 0.4);
} 
p{
	font-family: 'Medula One', cursive;
	font-size: 24px;
	color: #ffffff;
	padding-bottom:12px;
}
p a{
	font-size: 22px;
	color: #decd8e;
	padding-right: 5px;
	line-height: normal;
}
/**********************************************************************
	Cabecera
**********************************************************************/
#cabecera{
	position: relative;
    height: 514px;
    width: 980px;
	background-image: url("../imagenes/cabecera/imagenCabecera.jpg");
    background-position: top;
    background-repeat: no-repeat;

}
#cabecera iframe{
	position: absolute;
	right: 18px;
	bottom: 90px;
}
#cabecera .compartirFacebooCabecera{
	position: absolute;
	right: 26px;
	bottom: 200px;
}
/**********************************************************************
	Fin Cabecera
**********************************************************************/
/**********************************************************************
	Menú
**********************************************************************/
#menu{
	width: 984px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
	background-image: url("../imagenes/menu/fondoMenu.jpg");
	background-repeat: no-repeat;
	background-position: top;
    overflow: hidden;
}
#menu a{
	display: block;
	float: left;
	font-family: 'Alegreya SC', serif;
	line-height: 55px;
	margin-left: 10px;
	font-size: 30px;
	color: #e6e6e6;
	padding-right: 5px;
	overflow: hidden;
}
#menu a:hover{
	color: #decd8e;
}
#menu a.opcionHome{
	margin-left: 40px;
}
/**********************************************************************
	Fin Menú
**********************************************************************/
/**********************************************************************
Contenido
**********************************************************************/
#contenido{
	width: 900px; /*1000-50-50*/
	background-image: url("../imagenes/contenido/cuadroReproductores/fondoCuadroReproductores.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-left: 50px;
	padding-right: 50px;
}
body.home #contenido{
	width: auto;
	background-image: none;
	padding: 0px;
}
#contenido #columnaIzquierda
{
    width: 540px;
    padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 20px;
    float: left;
	overflow: hidden;
}
body.home #contenido #columnaIzquierda{
	background-image: url("../imagenes/contenido/columnaIzquierda/fondoColumnaIzquierda.jpg");
	background-repeat: no-repeat;
	background-position: left top; 
}
#contenido #columnaIzquierda #cuadroNoticias{
	width: 510px; /*510-20-20*/
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
#contenido #columnaIzquierda #cuadroNoticias h2
{
	line-height: normal;
	text-align: right;
	margin-bottom: 14px;
	padding-right: 10px;
}
#contenido #columnaIzquierda #cuadroNoticias p img{
	margin-left: auto;
	margin-right: auto;
}
#contenido #columnaIzquierda #cuadroNoticias h3 a{
	display: block;
	font-family: 'Medula One', cursive;
	font-weight: normal;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 15px;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
	line-height: normal;
	overflow: hidden;
}
#contenido #columnaIzquierda #cuadroNoticias h3 a.compartirFacebook{
	padding: 0px;
	margin: 0px;
}
#contenido #columnaIzquierda #cuadroNoticias h3 a:hover{
	color: #decd8e;
}
#contenido #columnaIzquierda a.opcionMasNoticias
{
	display: block;
	float: right;
	font-family: 'Alegreya SC', serif;
	font-size: 30px;
	margin-right: 20px;
	overflow: hidden;
}
#contenido #columnaDerecha
{
    width: 424px;
    padding-top: 65px;
	padding-bottom: 10px;
    float: left;
	overflow: hidden;
}
body.home #contenido #columnaDerecha{
	background-image: url("../imagenes/contenido/columnaDerecha/fondoColumnaDerecha.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#contenido #columnaDerecha #cuadroContacto{
	width: 384px; /*424-20-20*/
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
#contenido #columnaDerecha #cuadroContacto h2{
	line-height: normal;
	text-align: right;
	margin-bottom: 25px;
}
#contenido #columnaDerecha #cuadroContacto p{
	text-align: right;
	color: #ffffff;
}
#contenido #columnaDerecha #cuadroContacto p a{
	text-transform: none;
	color: #ffffff;
}
#contenido #columnaDerecha #cuadroContacto p a:hover{
	color: #decd8e;
}
#contenido #columnaDerecha #cuadroContacto p a.surManagement{
	font-family: 'Alegreya SC', serif;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables p.masInformacion{
	color: #ffffff;
	text-align: right;
	padding-top: 20px;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables h2.masInformacion{
	text-align: right;
	margin-bottom: 15px;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables h2.masInformacion a{
	color: #decd8e;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables h2.masInformacion a:hover{
	color: #ffffff;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables{
	float: right;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #facebook,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #sonico,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #mySpace{
    float: left;
	margin-left: 10px;
    overflow: hidden;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #facebook a,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #sonico a,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #mySpace a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #facebook a:before,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #sonico a:before,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #mySpace a:before {  
    content: "";  
    display: block;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    background: none;
    -moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -ms-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear;
	border-radius: 25px; 
}  
  
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #facebook a:hover:before,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #sonico a:hover:before,
#contenido #columnaDerecha #cuadroContacto .contenedorUrlsAmigables #mySpace a:hover:before{  
    background: rgba(255,255,255, 0.4);
}  
#contenido #cuadroReproductores
{
	clear: both;
	width: 944px; /*984-20-20*/
    margin-top: 20px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 100px;
	padding-bottom: 10px;
	overflow: hidden;
	
}
body.home #contenido #cuadroReproductores{
	background-image: url("../imagenes/contenido/cuadroReproductores/fondoCuadroReproductores.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
#contenido #cuadroReproductores #cuadroAudio,
#contenido #cuadroReproductores #cuadroVideos,
#contenido #cuadroReproductores #cuadroFotos{
    float: left;
	margin-right: 30px;
	margin-left: 30px;
	overflow: hidden;
}
#contenido #cuadroReproductores #cuadroAudio{
	margin-left: 60px;
}
#contenido #cuadroReproductores #cuadroAudio h2 a,
#contenido #cuadroReproductores #cuadroVideos h2 a,
#contenido #cuadroReproductores #cuadroFotos h2 a{
	display: block;
	line-height: 50px;
	margin-right: 20px;
	margin-bottom: 50px;
	float: left;
}
#contenido #cuadroReproductores #cuadroFotos h2 a{
	margin-left: 35px;
}
/**********************************************************************
	Fin Contenido
**********************************************************************/
/**********************************************************************
	Pie
**********************************************************************/
#pie{
    width: 984px;
	height: 180px;
	margin-left: auto;
    margin-right: auto;
	background-image: url("../imagenes/pie/fondoPie.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 104px;
    overflow: hidden;
}
#pie p{
	font-family: 'Homenaje', sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: normal;
	padding: 0px;
	padding-bottom: 5px;
}
#pie p a{
	font-family: 'Homenaje', sans-serif;
	color: #ffffff;
	margin-left: 10px;
}
/**********************************************************************
	Fin Pie
**********************************************************************/
/************************************************************************************************
	Fin Home
************************************************************************************************/
