/* Reset */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, li {
	font-weight: normal;
	margin:0;
	padding: 0;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
li, dd, blockquote {
	margin: 0;
	padding:0;
}
a, a:link, a:visited, a:hover, a:active {
	outline: 0;
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
img {
	border: none;
	text-decoration: none;
}
label, button {
	cursor:pointer;
}
input, select {
	font-size: 1em;
    width: 160px;
}
textarea {
	font-size: 1.4em;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}
fieldset {
	border: none;
}
/* /reset */

/****************************************HACKS para IE6: */
*html {
}
/****************************************HACKS para IE7: */
*:first-child+html {
}
/**************************************************************** */ 

/* General */

html {
	font: 62.5%/50% Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 1em;
	background:#fff;
	line-height: 1.5em;
}
a:link, a:visited, a:hover, a:active {
	color:#5d8eb4;
	text-decoration:underline;
}
a:hover {
}
/* Cajas */


/************************************************************************ contenedor*/

#contenedor {
	margin:0 auto;
}
/*centrando contenedor*/
#contenedor {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 500px;
	margin-left: -450px;
	margin-top: -250px;
}
/********************* Contenido */
#contenido {
	background: #ffffff url(../images/fondo.jpg) no-repeat;
	height:500px;
	padding:0;
}
/*********************************************************************** FORM */


/*FORMULARIO: INSCRIPCION*/
#formulario_inscripcion {
	padding: 115px 0px 0px 5px;
background:#;
	width:285px;
	margin:0 10px 0 24px;
	color:#5d8eb4;
	float:left;
	display:inline;
}
#formulario_inscripcion p {
	padding: 0px;
	clear: both;
}
*html #formulario_inscripcion p {
	display:inline;
} /* ie6 */
#formulario_inscripcion label {
	margin: 0 10px 10px 0;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	text-align:right;
	font-weight:bold;
}
#formulario_inscripcion input {
	border:1px solid #7eb6e1;
	height: 14px;
	width: 148px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px 2px;
	margin: 0px;
	background:#dcf1fc;
	float:left;
}
#formulario_inscripcion select {
	width: 154px;
	border: 1px solid #7eb6e1;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 18px;
	float:left;
	background:#dcf1fc;
}
#formulario_inscripcion .input_100 input {
	width: 62px;
	float: left;
}
#formulario_inscripcion .arroba {
	float: left;
	height: 20px;
	margin:0 4px;
}
#formulario_inscripcion #check_box {
	margin: 0px;
	padding: 0px;
}
#formulario_inscripcion #check_box input {
	width:auto;
	background:none;
	border:none;
	margin:0 0 0 4px;
}
#formulario_inscripcion #check_box label {
	width: 250px;
	text-align:left;
background:#;
	margin: 0 0 10px 4px;
	font: 10px Arial, Helvetica, sans-serif;
}
#formulario_inscripcion .bot_enviar_formulario {
	background: url(../images/bt-participar.gif) no-repeat;
	width: 222px;
	height: 36px;
	margin: 0px;
	border: none;
	cursor: pointer;
	margin:0 0 0 30px;
}
#formulario_inscripcion a.bot_modificar {
	background: url(../images/bt-modificar.gif) no-repeat;
	width: 114px;
	height: 36px;
	margin: 0px;
	border: none;
	cursor: pointer;
	margin:0 0 0 30px;
	display:inline-block;
	text-indent:-9000px;
	float:left;
}
#formulario_inscripcion .bot_validar {
	background: url(../images/bt-enviar.gif) no-repeat;
	width: 87px;
	height: 36px;
	margin: 0px;
	border: none;
	cursor: pointer;
	margin:0 0 0 30px;
}
/* detalles premio*/

#detalles-premio a {
	float:left;
	background: url(../images/detalles.gif) no-repeat;
	width:188px;
	height:36px;
	display:block;
	text-indent:-9000px;
	margin:200px 0 0 0;
}
p.alert {
	background:#dcf1fc;
	color:#5788ad;
	text-align:center;
	margin:0 10px;
	display: inline-block;
	width:260px;
	border:1px solid #7eb6e1;
}
p.gracias {

	text-align:center;

}

.clear {
	clear:both;
}

.txtoculto{ background-color:Transparent; border: none 0 Transparent; color:White; width:1px; height:1px;}

#DivFormulario
{
    padding-top:120px;
    padding-left:30px;
}
.label,.valor
{
    float:left;
}
.label
{
    width:110px;
}
.valor
{
    width:170px;
}
.dato
{
    width:280px;
    margin-bottom:10px;
    height:20px;
}
#rqMail,#rqMailRegExp,#rqNombre,#rqApellido1,#rqApellido2,#rqprovincia,#rqpais,#rqcheck,#rqmails
{
    display:none;
}

#DivAgradecimiento
{ 
    padding-left:40px;
    padding-top:200px;
    width:280px;
    margin-bottom:80px;
}
#DivError
{ 
    padding-left:40px;
    padding-top:200px;
    width:280px;
    margin-bottom:80px;
}
.bot_enviar_formulario
{
    width:auto;
    height:auto;
    margin-top:20px;
}