/*-- PNG FIX FOR IE6 --*/

img, div {
	behavior:url('iepngfix.htc')
	}

* {
	margin:0;
	padding:0;
	}

img {border:0px}

body {
	font-family:Arial,Helvetica,san-serif;
	font-size:12px;
	color:#333333;
	background-image:url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color:#fffff;
	padding-top:10px;
	}

.outer-wrapper {
	width:761px;
	margin:0 auto;
	}

p {
	margin:0 0 5px 0;
	}

a {
	color:#0000ff;
	text-decoration:none;
	}

a:hover {
	color:#0000ff;
	text-decoration:underline;
	}

.title{
	font-size: 18px;
}

.title-green{
	font-size: 18px;
	color:#216a31;
	padding-left:30px;
}

.small{
	font-size: 11px;
}

/*------------------------------------------------------------- header -------------------------------------------------------------*/

.header { 
	width:761px;
	height:125px;
	margin:0px auto 0;			
	background-image:url('../images/header.jpg');
	background-repeat: none;
	}

/*------------------------------------------------------------- content -------------------------------------------------------------*/


#content {
	width:761px;
	height:266px;	
	background-image:url('../images/bg-body.jpg');
	background-repeat: none;
	margin:0px auto 0;
}

#content-blank {
	width:761px;
	height:266px;	
	background-image:url('../images/bg-body-blank.jpg');
	background-repeat: none;
	margin:0px auto 0;
}

#content-blank-mini {
	width:761px;
	height:99px;	
	background-image:url('../images/bg-body-blank-mini.jpg');
	background-repeat: none;
	margin:0px auto 0;
}

#content-interna {
	width:761px;
	height:771px;	
	background-image:url('../images/bg-interna.jpg');
	background-repeat: none;
	margin:0px auto 0;
}
#content-center {
	width:800px;
	padding-top: 20px;
	}
#content-left {
	float:left;	
	width:495px;
	padding-top: 30px;
	}

#pagos {
	padding-left: 80px;
	/*background-image:url('../images/bg-pagos.gif');*/
	background-repeat:no-repeat;
}

div#usuarios-titulo{
	color:#ef761d;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	text-align: left;
	padding: 10px 15px 5px 0px;
}

div#usuarios-log{
	text-align: left;
	padding: 0px 15px 10px 0px;
}

.input-mail {
	width:195px;
	height:20px;
	font-size: 12px;
	color:#ef761d;
	padding-left:10px;
	margin-top:5px;
}

.olvido {
	float:left;
	font-size: 11px;
	margin-top:5px;
}


#content-right {
	padding-top: 100px;
	float:right;
	width:266px;
	}



/*------------------------------------------------------------- footer -------------------------------------------------------------*/

div#footer {
	clear:both;
	text-align: center;
	font-size: 11px;
	color:white;	
	width: 761px;
	height: 53px;
	margin: 0 auto;
	background: url(../images/bg-footer.jpg) no-repeat;
	padding-top: 10px;

}

div#footer a {
		color:#cedee9;
		text-decoration: none;
	}
	
	div#footer a:hover {
		color:white;
		text-decoration: none;
	}
/* ----------------------------------------------------------------------------------------->  clearfix  */
/* Clear floats without structural markup courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
