/* Dario Di Meglio - CSS */

body {
	margin:10px 0px 10px 0px;
	padding:0px;
	background-image:url(../imagenes/degradadoAtras.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#020F37;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

/* ---------------------------------------------------------------- */

a, a:active, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	color:#0D7BAD;
}

/* ---------------------------------------------------------------- */

.texto_11 {
	font-size:11px;
}

.titulo_14 {
	font-size:14px;
	font-weight:bold;
}

.titulo_18 {
	font-size:18px;
	font-weight:bold;
}

/* ---------------------------------------------------------------- */

#principal {
	width:700px;
	height:auto;
	margin:0px auto 0px auto;
	border-style:solid;
	border-width:1px;
	border-color:#0D7BAD;
	background-image:url(../imagenes/degradado.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#000000;
	overflow:auto;
}

#encabezado {
	width:660px;
	margin:0px auto 0px auto;
}

/* ---------------------------------------------------------------- */
/* INDEX */

#index {
	width:660px;
	height:auto;
	margin:0px;
	padding:0px 20px 0px 20px;
	background-image:url(../imagenes/cara.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#index p {
	margin:0px;
	padding-top:10px;
	width:330px;
	height:280px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#0D7BAD;
}

/* ---------------------------------------------------------------- */
/* SECCIONES */

#seccion {
	width:660px;
	height:auto;
	margin:0px;
	padding:0px 20px 0px 20px;
}

#nav {
	float:left;
	width:160px;
}

#contenido {
	float:right;
	width:480px;
	height:auto;
	min-height:500px;
	padding-bottom:10px;
	background-image:url(../imagenes/microfonoFondo.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#enc {
	width:480px;
	text-align:right;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0D7BAD;
}

/* ---------------------------------------------------------------- */
/* AUDIO */

#tablaAudio {
	width:auto;
	height:auto;
	overflow:auto;
}

.celdaAudio {
	/*
	border-left-width:1px;
	border-left-color:#0D7BAD;
	*/
}

/* ---------------------------------------------------------------- */
/* VIDEOS */

#video {
	float:right;
	position:relative;
	margin:10px;
	width:280px;
	height:230px;
	border-style:solid;
	border-width:1px;
	border-color:#0D7BAD;
	background-color:#000000;
}

#videoDesc1 {
	width:340px;
	height:110px;
	position:absolute;
	left:-360px;
	top:120px;
	font-size:11px;
	text-align:justify;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0D7BAD;
}

#videoDesc2 {
	width:340px;
	height:30px;
	position:absolute;
	left:-360px;
	top:200px;
	font-size:11px;
	text-align:justify;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0D7BAD;
}

#videoDesc3 {
	width:340px;
	height:230px;
	position:absolute;
	left:-360px;
	top:0px;
	font-size:11px;
	text-align:justify;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0D7BAD;
}

/* ---------------------------------------------------------------- */
/* CONTACTO */

.campoTexto {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-color:#0D7BAD;
	background-color:transparent;
}

.areaTexto {
	width:200px;
	height:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-color:#0D7BAD;
	background-color:transparent;
	overflow:hidden;
}

/* ---------------------------------------------------------------- */
/* BARRA DE NAV. INFERIOR */

#barraNavInf {
	width:700px;
	margin:5px auto 0px auto;
	text-align:left;
	font-size:9px;
}

/* ---------------------------------------------------------------- */
/* FRIENDLY */

#friendly {
	width:700px;
	margin:0px auto 0px auto;
	text-align:right;
	font-size:10px;
}