/* Reset ---------------------------------- */
* {	margin: 0;padding: 0;}
body { font-family: Tahoma, Geneva, sans-serif; font-size: 10px; /*1em=10px*/ text-align: center;/* Hack para que IE6 no de problemas */}
ol, ul {list-style: none;list-style-type: none;}
img, a img {border: none;text-decoration: none;}
fieldset {border:none;}
label, button {	cursor: pointer;}
input:focus, select:focus, textarea:focus {	background-color: #FFF;}
input, textarea, select, button {font-size: 100%;font-family: inherit; border:none;}
table {	border-collapse:collapse;border-spacing:0;}
q:before,q:after {content:'';}
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal;}

/* -------------------Fin Reset ------------------ */
/* ------------------------------------------------*/

/* Generales */

body { }

#pagina { overflow:hidden; width:430px; height:362px; margin:0 auto; background:url(/img/interface/login-popup-fondo.png) no-repeat;  font-family: 'Comic Sans MS', cursive;}

.formulario { overflow:hidden; width:355px; padding-right:75px; margin-top:235px;}
	.formulario p { overflow:hidden; width:100%; margin-bottom:8px; }
		.formulario p label { float:right; height:22px; line-height:22px; color:#fff; font-size:1.4em; }
		.formulario p input { float:right; width:173px; height:22px; line-height:22px; margin-left:10px; font-size:13px; }
		.formulario p.btnEntrar input { width:123px; height:37px; }
