* {
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}

body {
	margin : 0;
	padding : 0;
	text-align : center;
}

form {
	margin : 0;
	padding : 0;
}

#pagina {
	margin : 0px auto;
	width : 795px;
	text-align : left;
	padding-bottom : 3px;
	background: transparent url(dots.gif) no-repeat bottom center;
}

/* CABECERA */
#cabecera{
	padding-bottom:5px;
	padding-top:10px;
	height : 73px;
	margin:0 auto;
	background: transparent url(bar_up.gif) no-repeat bottom center;
}

#cabecera h1{
	float:left;
	display:block;
	padding-left:25px;
	margin : 0;
}

#cuerpo {
	clear : both;
	padding : 5px;
	background: url(back.gif) center top repeat-y;
}


div.Bloque {
	padding : 15px 10px 10px 25px;	
	background:url(fondo.gif) center top no-repeat ;
	height : 240px;
	clear : both;
}

div.Bloque div.Titulo {
	float : left;
	height : 35px;
	width : 655px;
	color: #333;
	font-size: 14pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

div.Bloque div.exito {
	padding-top : 70px;
	text-align : center;
	height : 35px;
	width : 655px;
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

div.Bloque div.SubBloque {
	float : left;
	width : 375px;
}

a {
	color: #1C5F8C;
}

a:hover {
	text-decoration: none;
}

.field, .fieldLinea {
	font-size: 8pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	clear : both;
	margin : 0px 0px 4px 0px;
}

.field label {
	display : block;
	width : 150px;
	float : left;
	font-size: 8pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.field.required label {
    font-weight: expression((this.firstChild == this.lastChild? (this.innerHTML += '<span class="requiredIcon">*</span>') : null)? 'bold' : 'bold'); 
}

.field.required label:after, .field.required label .requiredIcon {
    content: " *";
    color : red;
    font-size: 10pt;
}

.field input {
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
}

.fieldset {
	border: 1px solid;
	color: #555;
	width : 150px;
}

.description {
	border: 1px solid;
	color: #555;
	width : 320px;
	height: 110px;
}

.field ul {
	width : 200px;
	padding : 0;
	font-size: 8pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-left : 150px;
}

.field ul li {
	padding : 0;
	margin : 0;
	display : block;
	float : left;
	width : 100px;
}

div.ayuda {
	margin-top : 5px;
	margin-left : 660px;
}

div.ayuda a {
	font-size: 8pt;
	font-family:verdana;
	font-weight:bold;
	color:#636562;
	line-height:15px;
	text-decoration: none;
	padding-left : 27px;
	display:block;
	width: 73px; height: 18px;
	background-image: url(ayuda.gif); 
}

#Pie {
	text-align : center;
	font-size: 8pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}

.boton{
	width:100px;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
}

.errors {
	color: red;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	margin : 10px 30px;
}