/* RESET CSS*/

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }
    body{ } 
    ol,ul { list-style : none; }
    address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
    table { border-collapse : collapse; border-spacing : 0; }
    fieldset,img, img a { border : 0; }
    caption,th { text-align : left; }
    a { outline:none; }
    a img { border:none; }
    em { font-style: italic; }
/* END RESET CSS*/


@font-face {
      font-family: "Helvetica";
      src: url("fonts/helvetica.eot");
    }

@font-face {
      font-family: "Helvetica";
      src: url("fonts/helvetica.ttf");
    }
    
    
@font-face {
      font-family: "Myriad";
      src: url("fonts/myriad.eot");
    }

@font-face {
      font-family: "Myriad";
      src: url("fonts/myriad.ttf");
    }  
    
    
      @font-face {
      font-family: "Myriad";
      src: url("fonts/myriadb.eot");
      font-weight:bold;
    }

@font-face {
      font-family: "Myriad";
      src: url("fonts/myriadb.ttf");
      font-weight:bold;
    }  

/***ESTILOS GENERALES*************************************************/

body {
  font-family: "Helvetica";
  line-height:15px;
  text-align:center;

  color:#87868A;
  font-size:12px;
  background-image:none;
}

h2{
	margin: 25px 0;
}

h3{
	margin:15px 0;
}

a{
  color:#87868A;
  text-decoration:none;
}

#contenido{
	text-align:left;
}

#contenedor_login{
	width: 255px;
	height:190px;
	margin:0 auto;
	text-align:left;
	padding:20px;
}

#contenedor_registro{
	width: 255px;
	height:495px;
	margin:0 auto;
	text-align:left;
	padding:20px;
}


h1{
	color:#003574;
	font-size:23px;
	font-weight:bold;
	font-family:"Myriad";
	margin-bottom:20px;
}

fieldset ul li{
	margin-top: 10px;
	float:left;
	width:255px;
}	

fieldset label{
	font-family:"Myriad";
	width:70px;
	float:left;
	padding-top:4px;
	font-size:14px;
    color:#727176;	
}


fieldset input{
	font-family:"Myriad";
	display:block;
	width:233px;
	height:21px;
	/*background: url('../resources/input253x21.png') no-repeat left top;*/
	border:none;
	float:left;
    color:#5B5B5F;
    padding: 0 10px;
    border: 1px solid #BCBCBC;
    border-radius: 4px 4px 4px 4px;
}


fieldset .aceptar{
	font-family:"Myriad";
	display:block;
	width:93px;
	height:25px;
	background: url('../resources/boton_home.png') no-repeat left top;
	border:none;
	float:right;
	color:#AEADB3;
	font-size:14px;
	cursor:pointer;
	
}


fieldset #aceptar_registro{
  margin-right:20px;
}

fieldset.registro li{
	width:275px;
}

fieldset.registro label{
	width:247px;
}

fieldset.registro label.acepto{
	font-size:11px;
	margin-left:3px;
}

span.error{
	font-size:11px;
	color:#BF0411;
	float:right;
	padding-top:3px;
	tex-aligh:left;
	width:153px;
}

input.error{
	background-color:#fef69b;
	font-size:11px;
}

.formulario ul li.check_aceptar label { 
font-size: 12px;
font-weight: 400;
padding: 6px 0px 0px;
width: 265px;
}
