BODY, HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	background-color: #fff;
	/*text-align:center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;*/
}
#wrapper{
	text-align:center;
	background: transparent;
	margin:0px auto;
	padding: 0px;
	width: 1008px;
	background: transparent url(../img/bg_wrapper.gif) no-repeat top left;
}
/* MAIN BLOCKS */
/*			- COMMON */
#content, #header, #footer, #menu{
	width: 950px;
	margin:0px auto;
	background-color: #fff;
	}

/*			- HEADER */
#header{
	height: 240px;
	background: #fff url(../img/bg_header.jpg) no-repeat center 0px;
	padding:0px;
	text-align:left;
	margin-bottom:0px;
}
/*			 - CONTENT */
#content{
	text-align:left;
	padding:0px 0px 0px;
	background: transparent url(../img/bg_content.gif) repeat-y 18px 0px;
	margin-bottom:10px;
	}

/* 			 - CONTENT -> COMMON LEFT/RIGHT/CENTER */
#cont_left, #cont_left_ext, #cont_center, #cont_right, #cont_right_ext{
	float: left;
	width:230px;/*IE 175px*/
	margin:10px 0px 0px;
	text-align: left;
}

#cont_left{
	margin-right:0px;
	}

#cont_lft_fill_top{
	background: transparent url(../img/bg_content.png) repeat-x 0px 0px;
	padding:4px 0px;
	}
#cont_lft_fill_bttm{
	background-color: #eee;
	/*height: 40px;*/
	margin: 0px;
	/*padding: 2px 0px 1px;*/
	}

#cont_right{
	width: 690px;
	margin-left:20px;
	/*text-align:center;*/
	}
#container_right{/*383px in IE*/
	margin:1px 10px;
}

/*			 - FOOTER */
#footer{
	text-align: center;
	padding:14px 4px 4px;
	margin:0px 48px;
	height: 20px;
	color:#999;
	font-size:9px;
	background: #fff url(../img/bg_footer.gif) repeat-x top left;

}

/* COSTUMISED DEFAULT/COMMON HTML */
IMG {
	border : none;
	padding : 0;
	margin : 0;
	}
	
A, A:active, A:visited, A:link, A:focus{
	color:#222;
	text-decoration : none;
	outline:none;
	}
A:hover {
	color: #FF6600;
	text-decoration : none;
	}
:focus {
-moz-outline-style: none;
}
DIV, UL, OL, LI, TABLE, TR, TD, SPAN, P, IMG, A, OBJECT, EMBED, FORM, H1, H2, H3, H4, INPUT, SELECT, OPTGROUP, TEXTAREA {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	}
H1{ font-size:200%; }
H2{ font-size:180%; }
H3{ font-size:160%; }
H4{ font-size:140%; }
HR {
height:4px;
border:none;
border-top:5px solid #f18721;
margin:0px 0px 10px 0px;
padding:0px;
}
H3{
font-size:14px;
}
P {
line-height:14px;
}
TABLE{
	border-spacing:0px;
	border-collapse:collapse;
	}
UL {
	padding : 0;
	margin : 0;
	}
LI {
	list-style-type : none;
	}

SELECT, TEXTAREA, INPUT{
	background-color: #fff;
	border: 1px solid #c8c8c8;
	color: #666;
}


OPTION{
color:#000;
}


/*mantenimiento*/
#mantenimiento_header{
	margin-bottom:0;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
	margin:0 auto;
	width:950px;
	background:transparent url(../img/mantenimiento.png)  no-repeat 0px 65px;height:357px;
}
