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

body, html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
}
a, a:link, a:visited, a:hover, a:active {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0a483b;
}

#wrapper {
	position:relative;	
	margin:30px auto;
	padding:32px 15px 30px 26px;
	width:1000px;
	height:550px;
	color:#000;
	background:#69b025 url(../imgs/fnd-firma.gif) right bottom no-repeat;
}
#video {
	width:374px;
	height:287px;
	
	float:left;
	margin:0;
	margin-right:5px;
}
#formulario {
	position:absolute;
	top:379px; left:0;
	width:600px;height:233px;
	background:#69b025 url(../imgs/fnd-form.gif) left bottom no-repeat;
}
	#formulario div.form {
		position:relative;
		/*margin:35px 0 0 115px; // modificado tras la elección de palabra */ 
		margin:15px 0 0 115px;
	}
	#formulario div.form p.palabra {
		width:365px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:70px;
		font-weight:bold;
		color:#000000;
		border:0;
		margin:0 0 0 0;
	}
	#formulario div.form span {
		font-size:12px;
		padding-top:5px;
		width:350px;
	}
	#formulario div.form input[type=text] {
		width:365px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:48px;
		font-weight:bold;
		color:#0a483b;
		background-color:transparent;
		border:0;
		margin-bottom:10px;
	}
	#formulario div.form input[type=button], input.boton {
		background-color:#0a483b;
		width:75px; height:25px;
		font-size:12px;
		color:#FFF;
		border:0;
	}
.textos {
	max-width:280px;
	font-size:11px;
	padding:10px;
	overflow:visible;
	background-color:#FFF;
	color:#000;
}
	.textos p {
		margin-bottom:10px;	
	}
