/* CSS Document */

body{
background-color:#000000;
margin:15px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
}

/* links */

a, a:link, a:active, a:visited{
color:#0099FF;
text-decoration:none;
}

a:hover{
color:#FFFFFF;
text-decoration:underline;
}

a.white, a.white:link, a.white:active, a.white:visited{
color:#FFFFFF;
text-decoration:none;
}

a.white:hover{
color:#FFFFFF;
text-decoration:underline;
}

/* boxes */

#content_home{
width:780px;
height:610px;
margin:auto;
background-image:url(resources/version_red.jpg);
background-repeat:no-repeat;
display:table;
border-bottom:2px solid #0099FF;
}
#content{
width:780px;
margin:auto;
border-bottom:2px solid #0099FF;
}
#content_top{
background-image:url(imagen/logotipo.jpg);
background-repeat:no-repeat;
background-position:left;
	margin:0px;
	width:780px;
	height:76px;
}

#menu{
position:absolute;
width:549px;
height:53px;
margin:23px 0px 0px 231px;
}

#idioma{
position:absolute;
width:50px;
height:11px;
margin:0px 0px 0px 690px;
padding:8px 0px 0px 35px;
background-image:url(imagen/btn_idioma.jpg);
background-repeat:no-repeat;
text-align:right;
}

#content_left{
	clear:both;
	margin-left:0px;
	width:460px;
	height:auto;
	padding-right:20px;
	padding-top:10px;
	display:block;
	border-right:1px solid #999999;
}
#content_right{
	position:absolute;
	margin-left:480px;
	margin-top:74px;
	width:290px;
	height:500px;
	min-height:500px;
	padding: 10px 0px 0px 10px;


}

#footer{
	width:780px;
	height:25px;
	margin:auto;
	text-align:center;
}

/* fotos derecha*/

.biografia{
	background-image:url(imagen/imag_secciones_f01.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
.agenda{
	background-image:url(imagen/imag_secciones_f02.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
.audio{
	background-image:url(imagen/imag_secciones_f03.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
.repertorio{
	background-image:url(imagen/imag_secciones_f04.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
.proyectos{
	background-image:url(imagen/imag_secciones_f05.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
.enlaces{
	background-image:url(imagen/imag_secciones_f06.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
.contacto{
	background-image:url(imagen/imag_secciones_f07.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}


/* fuentes*/

.titular{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:24px;
	line-height:28px;
	color:#0099FF;
}

.titulo{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:18px;
	line-height:23px;
	color:#0099FF;
}


.describe{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
	text-align: justify;
}

/* imagenes */

.imagem_left{
float:left;
background-color:#FFFFFF;
padding:3px;
margin-right:15px;
}

/* formularios */

.input_peque{
/*	width:80px; */
/*	height:18px; */
	border:1px solid #0099FF;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
/*	line-height:16px; */
	color:#0099FF;
	}
	
.input_gde{
/*	width:270px;*/
/*	height:18px; */
	border:1px solid #0099FF;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
/*	line-height:16px; */
	color:#0099FF;
	}
.area{
	width:270px;
	height:180px;
	border:1px solid #0099FF;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:11px;
	line-height:16px;
	color:#0099FF;
	}
.boton{
	background-color:#0099FF;
	padding:0px 3px 0px 3px;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	border:none;
	color:#FFFFFF;
	cursor: hand;
}

	
