/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3c3d2a;
	font-size:11px;
}
html{
	background-color:#000000;
}

	
div#wrapper{
	padding-top:100px;
	min-height:100%;
	position:relative;
	height:800px;
	width:768px;
	margin:0 auto;
	background-image:url(../img/fondo.jpg);
	background-repeat: no-repeat; 
	background-position:center;
	
}
span{
	display:none;
}
img {
	border:none;
}
div.pusher{
	height:0px;
	overflow:hidden;
	clear:both;
}

a {
	outline:none; /*quita bordes de btn en firefox*/
	
}

.link:hover{
	background-color: #999999;}
	

/*contenido*/


/*logo*/

#logo{
	width:200px;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:-30px;
		
}

#contenedor_form_player{
	width:350px;
	float:right;

}

#reproductor{
	width:240px;
	height:200px;
	margin-left:80px;
	
	
}

/*formulario*/

div#formulario{
	width:350px;
	margin-top:15px;
	

}
form{
	color:#515238;
	
}

dt.etiquetas{
	float:left;
	width:70px;
	text-align:right;
	margin-right:15px;
}
dd{
	margin-bottom:5px;
}

#FCpara,#FCemail,#FCnombre, #FCciudad{
	width:225px;
	border:none;
	background-color:#ffffff;
	color:#3c3d2a;
	
}
#FCdestinatario{
	width:232px;
	border:none;
	background-color:#ffffff;
	color:#3c3d2a;
}
#FCcomentario{
	width:225px;
	height:170px;
	border:none;
	background-color:#ffffff;
	color:#3c3d2a;
	
}
dt.botones{
	margin-left:162px;
	margin-top:15px;
}

.botones button{
	background:none;
	border:none;
	cursor:pointer;
	margin-left:30px;

}

#Submit{
	background-image: url(../img/btn_enviar.gif);
	width:43px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
	
}
#Submit:hover{
	background-image:url(../img/btn_enviar.gif);
	width:43px;
	height:10px;
	background-position:bottom left;
	background-repeat:no-repeat;
}

#Clear{
	background-image:url(../img/btn_borrar.gif);
	width:49px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
}

#Clear:hover{
	background-image:url(../img/btn_borrar.gif);
	width:49px;
	height:10px;
	background-position:bottom left;
	background-repeat:no-repeat;
}
label{
	font-size:11px;
}

input,textarea,select{
	font-size:11px;
	height:18px;
	padding:2px 4px 0 4px;

}

/*fin formulario*/



#parrafo{
	width:350px;
	margin-left:30px;
	margin-top:230px;
}
#parrafo_gracias{
	text-align:center;

}