body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/bg.jpg) no-repeat center top;
	padding: 0px;
	margin: 0px;
	background-color: #8d6f41;
}

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}

/* main */
.main {
	width:100%;
	padding:0;
	margin:0;
	height: 100%;
}


.float_l { float: left }
.float_r { float: right }
/********** header **********/
.header {
	height:200px;
	width:1080px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 0px -80px;
}
.top {
	height:200px;
	width:790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* logo */
.logo {
	margin:0;
	width:235px;
	height:70px;
	float:left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.redes_top {
	margin:0;
	width:200px;
	height:50px;
	float:right;
	padding-top: 30px;
	padding-left: 10px;
}
.main_menu {
	position:relative;
	width:790px;
	height:90px;
	left:0px;
	top:-5px;
	background-color: transparent;
	background-image: url(images/botonera.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}
.main_menu li {
	position:absolute;
	list-style-type:none;
	list-style: none;
	background-repeat: no-repeat;
}
.main_menu li img {
    border:none;
}
.inicio {	background-image: url(images/btn_inicio.png); width: 46px; height: 22px; cursor:pointer;}	
.inicio:hover {	background-image: url(images/btn_inicio_over.png);}
.biografia {	background-image: url(images/btn_biografia.png); width: 73px; height: 25px; cursor:pointer;}	
.biografia:hover {	background-image: url(images/btn_biografia_over.png);}
.discografia {	background-image: url(images/btn_discografia.png); width: 90px; height: 26px; cursor:pointer;}	
.discografia:hover {	background-image: url(images/btn_discografia_over.png);}
.blog {	background-image: url(images/btn_blog.png); width: 42px; height: 24px; cursor:pointer;}	
.blog:hover {	background-image: url(images/btn_blog_over.png);}
.contacto {	background-image: url(images/btn_contacto.png); width: 75px; height: 24px; cursor:pointer;}	
.contacto:hover {	background-image: url(images/btn_contacto_over.png);}
.prensa {	background-image: url(images/btn_prensa.png); width: 60px; height: 22px; cursor:pointer;}	
.prensa:hover {	background-image: url(images/btn_prensa_over.png);}
.galeria {	background-image: url(images/btn_galeria.png); width: 60px; height: 23px; cursor:pointer;}	
.galeria:hover {	background-image: url(images/btn_galeria_over.png);}
.letras {	background-image: url(images/btn_letras.png); width: 55px; height: 22px; cursor:pointer;}	
.letras:hover {	background-image: url(images/btn_letras_over.png);}
.novedades {	background-image: url(images/btn_novedades.png); width: 87px; height: 23px; cursor:pointer;}	
.novedades:hover {	background-image: url(images/btn_novedades_over.png);}




/********** body **********/
.body {
	width:1080px;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.body h1 {
	color:#40372F;
	font:normal 24px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #dbdbdb;
	margin:5px 0;
	padding:10px 5px;
}


.body h2 {
	color:#40372F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #918560;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.body h3 {
	color:#4E3721;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.body  h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #715E34;
	margin: 5px;
}
.body h5 {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.8em;
	padding:5px;
	margin:0;
}

.body p {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.8em;
	padding:5px;
	margin:0;
}
.body a { font:normal 11px Arial, Helvetica, sans-serif; color:#6f6f6f; line-height:1.8em;}
.contenido {
	width:790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.contenidoTextos {
	width:750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.textos {
	width:500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	float: left;
}


.ttl_contenido {
	width: 700px;
	float: left;
	height: 70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(images/ttl_paper.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CC6600;
	line-height: 70px;
}

.col_izq {
	width: 350px;
	margin:0;
	padding-left: 30px;
} 
.contrataciones {
	width: 260px;
	margin:0;
	float: left;
	background-image: url(images/fdn_contr.png);
	height: 120px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.colum_cont {
	width: 320px;
	margin:0;
	float: left;
	height: auto;
	padding: 10px;
}
.ttl_colum {
	width: 300px;
	float: left;
	height: 63px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.video_youtube {
	width: 280px;
	float: left;
	background-image: url(images/fdn_youtube.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-align: center;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.vent_twitter {
	width: 335px;
	float: left;
	height: 140px;
}

.col_der {
	width: 350px;
	margin:0;
	padding-right: 30px;
	z-index: 0;
}
#news {
	width: 300px;
	margin:0px;
	float: left;
	padding: 20px;
	background-image: url(images/fdn_news.png);
	height: 180px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.data {
	float:left;
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#242424;
	text-align:center;
	width:80px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.title {
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#d34600;
	margin:0;
	padding:0;
	width:200px;
	margin:0;
	padding:0;
}
.fbook {
	width: 260px;
	margin:0;
	float: left;
	padding: 25px;
	background-image: url(images/fdn_fbook.png);
	height: 370px;
	background-repeat: no-repeat;
	background-position: 7px 10px;
}



/********** footer **********/
.footer {
	height:80px;
	width:1080px;
	margin:0 auto;
	background-image: url(images/bg_footer.png);
	background-position: top;
	background-repeat: no-repeat;
}
p.clr, .clr {
	clear:both;
}
.footer_main {
	height:80px;
	width:790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.redes_footer {
	width:200px;
	height:40px;
	float:right;
	padding-top: 40px;
	padding-left: 10px;
}


/* menu footer*/	
.menu2 {
	padding:0;
	margin:0;
	width:550px;
	float:left;
}
.menu2 ul {
	list-style:none;
	float: left;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 40px;
	padding: 0;
}
.menu2 ul li {
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}
.menu2 ul li a {
	float:left;
	color:#F5F0D8;
	font:normal 12px  Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-right: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.menu2 ul li a:hover {
	color:#251502;
	text-decoration:underline;
}
.menu2 ul li a.active {
	color:#251502;
	text-decoration:underline;
}
.col_derTextos {
	width: 220px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 10px;
}
.separador {
	width: 100%;
	float: left;
	border-top-style: dotted;
	border-top-width: 1px;
	height: 5px;
}


/* galeria */	

#container {
	width: 750px;
	margin: 40px auto;
}
ul.gallery { 
    list-style: none;
}
ul.gallery li a {
    float: left;
    padding: 10px 10px 25px 10px;
    background: #eee;
    border: 1px solid #fff;
    margin:4px;
}
ul.gallery li a {
    float: left;
    padding: 10px 10px 25px 10px;
    background: #eee;
    border: 1px solid #fff;
    margin:4px;
    -moz-box-shadow: 0px 2px 15px #333;
    position: relative;
}

ul.gallery li a.pic-1 {
    z-index: 1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
}
ul.gallery li a.pic-2 {
    z-index: 5;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}
ul.gallery li a.pic-3 {
    z-index: 3;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}
ul.gallery li a.pic-4 {
    z-index: 4;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
}
ul.gallery li a.pic-5 {
    z-index: 2;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}
ul.gallery li a.pic-6 {
    z-index: 6;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}

ul.gallery li a:hover {
    z-index: 10;
    -moz-box-shadow: 3px 5px 15px #333;
}

/* Estilos del formulario */
form.contacto {
	width: 440px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
form.contacto fieldset {
	border: 1px solid #E1E1E1;
	box-shadow: 0 0 10px 0 #DADADA;
	-webkit-box-shadow: 0 0 10px 0 #DADADA;
	-moz-box-shadow: 0 0 10px 0 #DADADA;
	padding: 5px;
	background-color: #835C28;
	background-position: 0 0;
	font-size: 11px;
}
form.contacto fieldset > div {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
form.contacto fieldset div label {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	text-align: right;
	text-transform: uppercase;
	width: 84px;
	color: #F2ECD1;
}
form.contacto input[type="text"], form.contacto textarea {
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    color: #626262;
    display: block;
    float: left;
    padding: 8px;
    resize: none;
    width: 265px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
}
form.contacto input[type="text"]:focus, form.contacto textarea:focus {
	border: 1px solid #D3D3D3;
	outline: none;
	background-color: #FFFF99;
}
form.contacto .ultimo{
    margin-bottom: 0;
    position: relative
}
form.contacto button {
	border: 0 none;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	height: 32px;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	background-color: #C1B7A3;
	font-size: 10px;
}
form.contacto button:hover{
	background: #6A6A6A;
}

/* AJAX Gif y mensajes de exito o fracaso */
.hide{
	display: none;
}
.ajaxgif{
	position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
	right: -155px;
    text-transform: uppercase;
	min-width: 121px;
}
.msg_ok{
	background: #589D05;
}
.msg_error{
	background: red;
}

/* FIN FORMUALRIO */
