/* CSS Las chicas de Jorge - Signup */

body{
	background:url('/images/soporte/whole-bg.gif') repeat-x top left #3d3f42;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
h1, h2, h3, p{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
form {
	margin:0;
	padding:0;
	}

/*Links*/
a {
	outline-style:none;
	text-decoration:none;
	text-decoration:underline;
	color:#000;
	}
	
a:hover, a:active {
	color:#666;
	}
	
a:visited {
	color:#000;
	}
	
/*Wrapper*/
#wrapper {
	position:relative;
	width:756px;
	height:auto;
	margin:0 auto;
	padding:0 6px;
	background:url('/images/soporte/signup-content-bg.png') repeat-y;
	_background:url('/images/soporte/signup-content-bg.gif') repeat-y;
	overflow:auto;
	}
	
/*Header*/
#header {
	position:relative;
	width:756px;
	height:100px;
	padding:0;
	background:url('/images/soporte/header-image.jpg') no-repeat;
	}
	
#header h1{
	display:none;
	}
	
/*Contenedor General*/
#contenedor-general {
	position:relative;
	clear:both;
	float:left;
	height:auto;
	width:756px;
	margin:0;
	padding:0 0 1px 0;
	overflow:auto;
	border-bottom:5px solid #db0000;
	}
	
/*Left-Image*/
#left-image {
	position:relative;
	float:left;
	width:291px;
	height:475px;
	margin:0;
	padding:0;
	background:url('/images/soporte/left-image.jpg') no-repeat;
	}
	
#left-image h2{
	display:none;
	}
		
/*Content*/
#content {
	position:relative;
	float:left;
	width:465px;
	_width:462px;
	height:450px;
	margin:0;
	padding:25px 0 0 0;
	}
	
#soporte-title {
	position:relative;
	float:left;
	width:401px;
	height:31px;
	margin:0 0 12px 0;
	padding:0;
	text-indent:-9999px;
	background:url('/images/soporte/soporte-title.gif') no-repeat;
	}
	
#enviado-title {
	position:relative;
	float:left;
	padding:0 0 0 3px;
	margin:0 0 8px 0;
	width:385px;
	height:31px;
	background:url('/images/soporte/enviado-title.gif') no-repeat right;
	}
	
#enviado-title h2{
	display:none;
	}
	
#recuperar-title {
	position:relative;
	float:left;
	width:441px;
	height:34px;
	margin:0 0 12px 0;
	padding:0;
	text-indent:-9999px;
	background:url('/images/soporte/recuperar-title.gif') no-repeat;
	}
	
#enviado-info {
	position:relative;
	clear:both;
	float:left;
	width:455px;
	height:auto;
	padding:15px 0 15px 10px;
	margin:0;
	border-top:2px solid #9b9b9b;
	border-bottom:2px solid #9b9b9b;
	font-family:tahoma;
	font-size:11px;
	color:#000;
	}
	
#form-box {
	position:relative;
	float:left;
	clear:both;
	border-bottom:2px solid #9b9b9b;
	border-top:2px solid #9b9b9b;
	min-height:320px;
	padding:15px 15px 5px 15px;
	margin:0;
	width:435px;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	}
	
#form-box table{
	width:370px;
	}
	
#form-box .small{
	width:300px;
	}

#form-box .big{
	width:302px;
	height:200px;
	*height:195px;
	}
	
#form-box .error{
	text-align:right;
	color:#db0000;
	}

#form-box-recuperar {
	position:relative;
	float:left;
	clear:both;
	border-bottom:2px solid #9b9b9b;
	border-top:2px solid #9b9b9b;
	height:170px;
	padding:40px 15px 5px 15px;
	margin:0;
	width:435px;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	}
	
#form-box-recuperar table{
	width:350px;
	}
	
#form-box-recuperar .normal-recuperar{
	width:200px;
	}

#form-box-recuperar .error-recuperar{
	text-align:right;
	color:#db0000;
	font-size:10px;
	font-weight:100;
	}
	
/*Footer*/
#footer {
	position:relative;
	clear:both;
	width:728px;
	height:37px;
	text-align:right;
	padding:10px 20px 20px 20px;
	color:#000;
	font-size:10px;
	margin:0 auto 0 auto;
	background:url('/images/soporte/footer-bg.gif') no-repeat;
	font-family:tahoma;
	}
	
#footer a{
	color:#000;
	font-weight:bold;
	}

#footer a:hover{
	color:#db0000;
	font-weight:bold;
	text-decoration:underline;
	}
	
#footer-bottom-info {
	position:relative;
	margin:0 auto;
	width:768px;
	height:auto;
	padding:5px;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-family:tahoma;
	}
	
#footer-bottom-info a{
	color:#fff;
	text-decoration:underline;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	