/* Para resetear los estilos de los navegadores */

* {  
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
p {
	font-size: 0.9em;
}
em {
	font-style: italic;
}

/* Estilos HTML y estructura */

body_ {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-color: #fff;
	background-repeat:no-repeat;
}

#header_layout {
	background-image:url(../images/suscripcion_minicooper.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 472px;
	width: 958px;
	color: #FFF;
	background-position: left top;
}

#header_layout2 {
	background-image:url(../images/header_suscripcion2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 76px;
	width: 581px;
	color: #FFF;
	background-position: left top;
}

#form_layout {
	background-color:#F5F5F5;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 880px;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-left: 40px;
	background-position: left top;
}

#foother_layout {
	/*background-image:url(../images/foother.jpg);*/
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 501px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-left: 40px;
	background-position: left top;
}


#condicion_layout {
	background-color:#f5f5f5;
	margin: 0px;
	float: left;
	height: auto;
	width: 880px;
	padding-bottom: 0px;
}

#textos_layout {
	margin: 0px;
	float: left;
	height: auto;
	width: 280px;
	padding-bottom: 0px;
	margin:0px 0 0 0px;
}

#campos_layout {
	margin: 0px;
	float: left;
	height: auto;
	width: 220px;
	padding-bottom: 0px;
}

h1{
	margin:0px 0 0 0;
	font-size:20px;
	margin:0px 0 0px;
}
p{
	margin:0 0 10px 0; padding:0 0 0px 0;
	font-size:10px;
	border-bottom:1px solid #306c8f;
	margin:0px 0 20px;
}
label{
	float:left; /* Importante, para la alineación */
	width:220px; /* ancho del label */
	/* color:#306c8f; */
	color: #404040;
	font-size:14px;
	text-align:right;
}

#label_direccion
{
	float:left; /* Importante, para la alineación */
	width:220px; /* ancho del label */
	/* color:#306c8f; */
	color: #404040;
	font-size:14px;
	text-align:right;
}



#select{
	float:left;/* Importante, para la alineación */
	height:25px;/* Medidas del Input */
	margin:5px 0 10px 0; padding:2px;
	/* color: #306c8f; */
	color: #404040;
	font-size:12px;
}

#select_delform{
	float:left;/* Importante, para la alineación */
	height:30px;/* Medidas del Input */
	margin:5px 0 10px 0; padding:2px;
	color:#306c8f;font-size:14px;
}
#textarea{
	float:left;/* Importante, para la alineación */
	width:320px; height:120px;/* Medidas del Input */
	margin:5px 0 10px 0; padding:2px;
	/* color:#306c8f; */
	color: #404040;
	font-size:14px;
}

.terminos{
	float:left;/* Importante, para la alineación */
	width:750px; height:80px;/* Medidas del Input */
	margin:5px 0 10px 0; padding:2px;
	/* color:#306c8f; */
	color: #404040;
	font-size:11px;
}

/* Personzaliando el botón de registrar */
#registrar_layout{
	background: none repeat scroll 0 0 #D0E8F7;
    color: #418EB6;
    font-size: 18px;
    height: 45px;
    margin: 10px 0 20px;
    padding: 0;
    width: 140px;
}
/* Hover a nuestro Botón 
   No funciona en IE6 (Uno de los peores navegadores) */
#registrar_layout:hover{
	/* background:#418eb6;  */
	background: #212121;
	color:#d0e8f7;
}
/* Opcional - Bordes Redondeados
   Solo funciona con Firefox / Safari / Google Chrome */
input,#registrar_layout{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}

