@charset "UTF-8";

/*************************************************
DEFINICIONES GENERALES DE ETIQUETAS
*************************************************/

body {
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	background-color: #72939F;
}
body, p, h1, h2, h3, ul, li {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;}
a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
	font-weight:bold;
}	
#caja {
	width: 900px;
}	

/*************************************************
FONDOS DE PÁGINAS
*************************************************/
	
#fondoBio {background-image:url(../_imags/fondo_bio.jpg);background-repeat:no-repeat;}	
#fondoMusica {background-image:url(../_imags/fondo_musica.jpg);background-repeat:no-repeat;}
#fondoGris {background-image:url(../_imags/fondo_gris.jpg);background-repeat:no-repeat;}
#fondoNoticias {background-image: url(../_imags/fondo_noticias.jpg);background-repeat:no-repeat;}
#fondoEnlaces {background-image: url(../_imags/fondo_enlaces.jpg);background-repeat:no-repeat;}
#fondoContactar {background-image: url(../_imags/fondo_contacto.jpg);background-repeat:no-repeat;}


/*************************************************
BIO
*************************************************/

#contBio{
	margin-top: 50px;
	margin-left: 420px;
	width: 460px;
	
}
#bio {
	color:#FFFFFF;
	height: 250px;
	margin-top:5px;
	margin-bottom: 16px;
	padding-right: 10px;
	overflow: auto;
	
}

#bio p{
	text-align: justify;
	margin-bottom: 2px;
}
#itunes {
	float: right;
	padding: 6px;
	background:#FFF;
	border: solid 1px #666;
	color:#666;
}

#itunes p{
	text-align:center;
}

/*************************************************
MUSICA --> OTROS
*************************************************/

#contMusica{
	margin-top: 20px;
	margin-left: 420px;
	width: 460px;
	color:#FFFFFF;
	text-align:right;
}

#player {
	width:320px;
	margin-left:138px;
	border: solid 1px #EEE3B1;
}	

#musica {
	width:320px;
	height: 260px;
	margin-left:138px;
	margin-top:5px;
	margin-bottom: 16px;
	overflow: auto;	
}

#musica ul {
	list-style:none;
	margin-top:10px;	
}

#musica ul li {
	display:block;
	margin-bottom: 4px;
	padding: 5px;
	border: solid 1px #EEE3B1;
	text-align:center;
	font-size:10px;
}

#musica p{
	text-align: justify;
	margin-bottom: 2px;
}

/*************************************************
PROYECTOS MULTIMEDIA
*************************************************/
#publiMedia {
	float:left;
	margin-top: 10px;
	margin-left:10px;
	width: 380px;
	border: solid 1px #FFFFFF;
}

#publiMenuVideos {
	float: left;
	margin-top: 10px;
	margin-right:10px;
	margin-left: 10px;
	color:#FFFFFF;
	margin-top:5px;
	padding-right: 10px;
	height: 330px;
	overflow: auto;
}

#publiMenuVideos td {
	width: 115px;
	padding: 5px;
	border: solid 1px #FFFFFF;
	text-align:center;
	font-size:10px;
}	


#publiMenuAudios {
	float: left;
	margin-top: 10px;
	margin-right:10px;
	margin-left: 10px;
	color:#FFFFFF;
	margin-top:5px;
	height: 330px;
	overflow: auto;
}


/*************************************************
PROYECTOS GALERIA (03_MEDIA)
*************************************************/
#galeriaMedia {
	float:left;
	margin-top: 10px;
	margin-left:10px;
	width: 380px;
	border: solid 1px #FFFFFF;
}

#galeriaMenuVideos {
	float: left;
	margin-top: 10px;
	margin-right:10px;
	margin-left: 10px;
	color:#FFFFFF;
	margin-top:5px;
	padding-right: 10px;
	height: 330px;
	overflow: auto;
}

#galeriaMenuVideos td {
	width: 115px;
	padding: 5px;
	border: solid 1px #FFFFFF;
	text-align:center;
	font-size:10px;
}	


#galeriaMenuFotos {
	float: left;
	margin-top: 10px;
	margin-right:10px;
	margin-left: 10px;
	color:#FFFFFF;
	margin-top:5px;
	height: 330px;
	overflow: auto;
}
#galeriaMenuFotos td {
	width: 50px;
	padding: 4px;
	border: solid 1px #FFFFFF;
	text-align:center;
	font-size:10px;
}


/*************************************************
NOTICIAS Y ENLACES
*************************************************/

#contNoticias{
	margin-top: 30px;
	margin-left: 480px;
	width: 380px;
	
}
#noticias {
	color:#FFFFFF;
	height: 260px;
	margin-top:5px;
	margin-bottom: 16px;
	overflow: auto;
}

#noticia {
	border: solid 1px #FFFFFF;
}

#noticia h2{
	margin:0;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	font-size:14px;
}
#noticia p{
	margin: 5px;
}

.enlace {
	padding: 5px;
	border: 1px solid #EEE3B1;
	text-decoration:none;
	text-align:center;
	margin-bottom: 5px;
}
.enlace a{
	text-decoration:none;
	color:#EEE3B1;
}
.enlace a:hover{
	color:#FFFFFF;
}			
		
/*************************************************
CONTACTAR
*************************************************/

#contContacto{
	margin-top: 60px;
	margin-left: 420px;
	width: 460px;
	color:#FFFFFF;
	text-align:right;
}

#contacto {
	margin-top:50px;
}
	

/*************************************************
GENERALES Y CLASES
*************************************************/

h1 {
	color: #EEE3B1;
	margin-bottom: 10px;
	display:block;
	border-bottom: #EEE3B1 solid 1px;
	font-weight:normal;
	font-size:30px;
	text-align: right;
}
h2, h3{
	margin-bottom: 2px;
	margin-top: 15px;
}
li {
	margin-left: 10px;	
}
.resaltar {font-weight:bold; margin-top:10px;}	
.miniTexto {font-weight:bold; font-size:9px;}
.margenMedia {margin: 15px 10px 10px 10px;}	
.boton {display:block; border: #EEE3B1 solid 1px; text-align:center; padding: 5px;}
.titulo{
	padding: 5px;
	border: solid 1px #FFFFFF;
	text-align:center;
	font-size:10px;
	background-color:#333333;
	font-size:14px;
	font-weight:bold;
}