*{
	margin: 0;
	padding: 0;
}
body{
	background: #1f1f1f url(../imagenes/fondo_tile.gif) repeat-x 0 0;
	font: normal 10px verdana, arial, sans-serif;
	color: #a7710b;
	text-align: center;
	margin: auto;
}
a{
outline: none;
}
h1{
	display: none;
}
ul{
	padding: 0 0 64px 0;
	list-style: none;
	font: bold 10px verdana, arial, sans-serif;
	color: #d48c04;
}
li{
	background: url(../imagenes/bolo1.gif) no-repeat 65px 6px;
	padding: 2px 0 0 80px;
	line-height: 11px;
}
p{
	padding: 0 14px 14px 14px;
	text-align: justify;
	line-height: 13px;

}
input{
	background-color: #2d2d2d;
	border: none;
	font: normal 9px verdana, arial, sans-serif;
	color: #969696;
}
select{
	background-color: #2d2d2d;
	border: none;
	font: normal 9px verdana, arial, sans-serif;
	color: #969696;
}
#contenido{
	margin: auto;
	background: #1f1f1f url(../es/imagenes/fondo_es.jpg) no-repeat 0 0;
	width: 700px;
	height: 990px;
	padding: 130px 0 0 0;
}
#contenidoEn{
	margin: auto;
	background: #1f1f1f url(../en/imagenes/fondo_en.jpg) no-repeat 0 0;
	width: 700px;
	height: 990px;
	padding: 130px 0 0 0;
}
#botonIdiomas{
	width: 521px;
	height: 17px;
	margin: 0 auto 17px auto;
}
#botonIzquierdo{
	display: block;
	float: left;
	padding: 2px 0 0 5px;
	width: 74px;
	height: 17px;
	background:  url(../imagenes/btn_izq.gif) no-repeat 0 0;
}
#botonDerecho{
	display: block;
	float: right;
	padding: 2px 4px 0 0;
	width: 74px;
	height: 17px;
	background:  url(../imagenes/btn_der.gif) no-repeat 4px 0;
}
.idiomas{
	text-decoration: none;
	font-size: 9px;
	color: #828282;
	text-transform: uppercase;
}
.idiomas:hover{
	color: #b97b05;
}
#flashPortfolio{
	width: 408px;
	height: 199px;
	margin: 0 auto 123px auto;
}
#textoCentro{
	margin: auto;
	width: 316px;
	/*border: solid 1px #FFF;*/
	text-align: left;
}
#formularioEs{
	background: url(../es/imagenes/fotmulario_es.gif) no-repeat 0 0;
	height: 16px;
}
#formularioEn{
	background: url(../en/imagenes/fotmulario_en.gif) no-repeat 0 0;
	height: 16px;
}
.formulario{
	margin: 0 auto 34px auto;
	width: 316px;
	text-align: left;
}
.formulario span{
	margin: 4px 4px 0 0;
	display: block;
	width: 97px;
	background-color: #262626;
	font: normal 9px verdana, arial, sans-serif;
	color: #646464;
	float: left;
	height: 15px;
}
.campoTexto{
	margin: 4px 0 0 0;
	width: 210px;
	height: 15px;
	float: right;
	padding: 1px 0 0 0;
}
.campo{
	padding: 1px 0 0 4px;
}
.campoAlto{
	padding: 2px 0 0 4px;
}
.campoMasAlto{
	padding: 1px 0 0 4px;
}
.catcha{
	height: 28px !important;
}
.catcha strong{
	display: block;
	width: 97px;
	text-align: center;
}
.texto{
	float: right;
	margin: 4px 0 0 0;
	width: 210px;
	height: 72px;
	background-color: #2d2d2d;
	border: none;
	font: normal 9px verdana, arial, sans-serif;
	color: #969696;
}
.espacio{
	float: none;
	clear: both;
}
.botonEnviar{
	margin-top: 10px;
	background-color: #3f3f3f;
	float: right;
	width: 210px;
	height: 17px;
	cursor: pointer;
	text-transform: uppercase;
	color: #aaaaaa;
}
#formularioEnviado p{
	font: bold 12px verdana, arial, sans-serif;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	width: 316px;
	text-align: center;
	color: #d1c033;
}
#footer{
	font: normal xx-small arial, sans-serif;
	color: #505050;
}