@charset "utf-8";
/* CSS Document */

* {
	border: none;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#999999;
}

body {
	background:#000000 url(img/back.gif) top repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/******  DIV IDs *******/
#header {
	width:772px;
	margin-left:auto;
	margin-right:auto;
	height:147px;
	background:url(img/header.jpg);
}
#general {
	height:840px;
	width:740px;
	background:#2a2a2a url(img/fondo_1.gif);
	margin-left:auto;
	margin-right:auto;
}
#menu {
	height:36px;
	width:740px;
}
#contenidos {
	height:800px;
	width:100%;
	margin-top:5px;
}
#reproductor {
	width:450px;
	margin-right:20px;
	float:right;
	height:20px;
	margin-top:30px;
	text-align:left;
}

#animaciones {
	height:386px;
	width:682px;
	margin-left:auto;
	margin-right:auto;
	border:solid 3px #FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	background:url(img/fondo_animaciones.jpg) no-repeat;
}
#animaciones_textos {
	height:374px;
	padding:6px;
	width:670px;
	margin-left:auto;
	margin-right:auto;
	border:solid 3px #FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	background:#666666 ;
	text-align:justify;
	overflow-y:auto;
	color:#FFFFFF;
}
#animaciones_fotos {
	height:374px;
	padding:6px;
	width:670px;
	margin-left:auto;
	margin-right:auto;
	border:solid 3px #FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	background: #FFFFFF ;
	text-align:justify;
	overflow: hidden;
	color:#FFFFFF;
}
	
#animaciones_textos p{
	color:#FFFFFF;
	margin-top:10px;
	

}
#franja1 {
	height:100px;
	width:688px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-bottom:15px;

}
#sms {
	width:120px;
	height:201px;
	padding-left:15px;
	background:url(img/bak_franja1.jpg) repeat-x;
	float:left;
}
#itunes {
	width:120px;
	height:201px;
	padding-left:15px;
	background:url(img/bak_franja1.jpg) repeat-x;
	float:left;
}
#youtube {
	width:120px;
	height:201px;
	padding-left:15px;
	background:url(img/bak_franja1.jpg) repeat-x;
	float:left;
}
#inferior {
	height:260px;
	width:100%;
	background: url(img/back_guitar.jpg) right bottom no-repeat;
}
#videos {
	height:240px;
	width:685px;
	margin-left:auto;
	margin-right:auto;
}
#linea_cierre {
	background:#000000;
	background:#000000 url(img/bkcierre.jpg) repeat-x;
	height:14px;
	width:100%;
	clear:both;
}
#
#pie {
	height:50px;
	width:740px;
	margin-left:auto;
	margin-right:auto;
	background:#000000;
}

	

	
	
/*** MENU SUPERIOR ***/

#menu ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#menu ul li {
	display:inline;

}
#menu li a {
	color:#000000;
	font-weight:bold;
	display:block;
	height:24px;
	background: url(img/bkmenu.jpg) repeat;		 
	padding-left:27px;
	padding-right:28px;
	padding-top:12px;
	display:inline;
	float:left;

}

#menu li a:hover {
	color:#000000;
	font-weight:bold;
	background: url(img/bkmenu_hover.jpg) repeat;
	color:#000000;
	font-weight:bold;
	display:block;
	height:24px; 
	padding-left:27px;
	padding-right:28px;
	padding-top:12px;
	display:inline;
	float:left;

}
.separador {
	display:block;
	height:30px;
	width:2px;
	background:url(img/lateral_menu.jpg);
	float:right;
}
	
.separador {
	width:2px;
	display:block;
	background:url(img/lateral_menu.jpg);
	height:36px;
	margin:0;
	padding:0;
	float:left;
}
	
/*** Class body ***/

.inicio #1 {

	background: url(img/bkmenu_hover.jpg) repeat;

}

.bio #2 {
	color:#000000;
	font-weight:bold;
	background: url(img/bkmenu_hover.jpg) repeat;
	color:#000000;
	font-weight:bold;
	display:block;
	height:24px; 
	padding-left:27px;
	padding-right:28px;
	padding-top:12px;
	display:inline;
	float:left;
}

/*** formulario ***/
/** Formulario **/

.linea_form{
	width:50%;
	padding-left:20%;
	padding-right:20%;
	margin-top:10px;
	margin-bottom:10px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}

.simple {
	float:right;
	height:20px;
	border:solid 1px #0033FF;
	width:180px;
}

.linea_form p {
	float:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	padding-top:5px;

}
	





/*

<div id="general">
	<div id="header"></div>
    <div id="menu"></div>
    <div id="contenidos">
    	<div id="animaciones"></div>
     	<div id="franja1">
			<div class="sms"></div>
            <div class="itunes"></div>
            <div class="youtube"></div>
      	</div>
		<div id="inferior">
        	<div id="videos"></div>
        	<div id="pie"></div>
        </div>
    </div>
</div>

*/

