
/* Borrado Navegador */
html {overflow: -moz-scrollbars-vertical;}

body {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
	padding: 0;
	margin: 0;
	color: #1A1A1A;
	background-color:#1e466e;
	font-weight: normal;	
}

html {overflow: -moz-scrollbars-vertical;}

p {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
}

ul, ol, li, fieldset, form, body, h1, h2, h3, h4, a {

	border : medium none;
	margin : 0;
	padding : 0;

}

a {
	text-decoration: none;
	color: #000000;
}

a:focus
{
outline:none;
}


/* Final Navegador */

/* Contenedores */

#contenedor {
	margin: 0 auto;
	width: 670px;
	margin-top: 10px;
	background-color:#FFFFFF;
	background-image: url(../img/sombra.gif);
	background-repeat: repeat-y;
	background-position: 334px;
}

#cabecera {
	width: 670px;
	height: 210px;
}

#parrafo {
	margin-top: 21px;
	margin-left: 20px;
	width: 300px;
	height: 560px;
	background-color:#ffffff;
}

#pie {
	width: 670px;
	background-color:#ffffff;
	position: absolute;
}

#pie .esquina01 {
	width: 335px;
	height: 10px;
	background-image: url(../img/esquina01.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#pie .esquina02 {
	width: 335px;
	height: 10px;
	background-image: url(../img/esquina02.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.flota {
    float:left;
}

.margen {
	padding-left: 26px;
}

.margen2 {
	margin-left: 26px;
}

.margen3 {
	margin-left: 2px;
}

/* Final Contenedores */

/* Textos */

#parrafo h1 {
	font-size: 18px;
	color: #FF2402;
	line-height: 20px;
	padding-bottom: 17px;
	font-weight: normal;
}

.azul {
	font-size: 11px;
	margin-left: 20px;
	padding-bottom: 5px;
}

.azul a {
	color: #0095DC;
}

#parrafo .subrayado { 
	text-decoration: underline;
}

/* Final Textos */

/* Formularios */

#formulario {
	width: 322px;
	position: absolute;
	top: 167px;
	margin-left: 334px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

.input {
	width: 124px;
	height: 12px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.input-ancho {
	width: 264px;
	height: 12px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.form-caja {
	width: 140px;
	height: 40px;
}

.form-caja2 {
	width: 264px;
	height: 100px;
	line-height:12px;
}

.form-caja-ancha {
	width: 270px;
	height: 40px;
}

.form-caja-ancha2 {
	width: 270px;
	height: 45px;
}

.form-caja-enviar {
	width: 270px;
	height: 65px;
	display: block;
	background: url(../img/enviar.gif);
}

.form-caja-alta {
	width: 270px;
	height: 65px;
}

.select2 {
	width: 65px;
}

select {
	width: 270px;
	height: 20px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.estilotextarea {
	width: 268px;
	height: 38px;
	padding-left: 2px;
	padding-top: 0px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	background-image:url(../img/textarea.gif);
	overflow: auto;
}

#boton a:hover{
    background-image:url(../img/enviar2.gif);
}

#boton a:focus{
    background-image:url(../img/enviar3.gif);
}

#boton {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}

#boton a{
	background-image:url(../img/enviar.gif);
	background-position: center top;
	height:50px;
	width:270px;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 14px;
	background-repeat: no-repeat;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:100;
}

/* fin Formularios */


#contenedorConfirmacion {
	margin: 0 auto;
	width: 340px;
	margin-top: 100px;
	background-color:#FFFFFF;
}

#parrafoConfirmacion {
	margin-left: 20px;
	width: 250px;
	padding-top:25px;
	padding-bottom:80px;
	padding-right: 70px;
	background-color:#ffffff;
}

#parrafoConfirmacion h1 {
	font-size: 18px;
	color: #FF2402;
	line-height: 20px;
	padding-bottom: 17px;
	font-weight: normal;
}

#cabeceraConfirmacion {
	width: 340px;
	background-color:#1e466e;
}

#pieConfirmacion {
	width: 340px;
	background-color:#ffffff;
	position: absolute;
	color: #0095DC;
}

#pieConfirmacion .esquina01 {
	width: 170px;
	height: 10px;
	background-image: url(../img/esquina01.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#pieConfirmacion .esquina02 {
	width: 170px;
	height: 10px;
	background-image: url(../img/esquina02.gif);
	background-repeat: no-repeat;
	background-position: right;
}