/* Maquetacion 3col_px */

body {min-width:960px;}

#page {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size:13px;
}

img { border:0px;  }



#left {
	width:300px;
	float: left;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CDCDCD;
	padding-left: 8px;
	padding-right: 2px;
	margin-left: 7px;
}

#left .content-holder,#right .content-holder {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
}
#main {float:left;border-top:5px solid #fff;}
#main .content-holder {
	width:635px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 2px;
	float: left;
}

#footer	{
	width:950px;
	clear:both;
	margin: auto;
}
#footer .content-holder {
	padding:5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFCC66;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #FFCC66;
	margin: auto;
}

.content {
	width:100%;
}


.column2-unit-left {
	float:left;
	width:362px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-right {
	float:left;
	width:250px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left: 10px;
}


.line_sep {border-top:1px solid #CABC97; padding:1px; margin:0 0 8px 0;}

.barra_modulo {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 0 0;
	background-image:url(barra_modulos.gif);
	background-repeat: repeat-x;
	background-position: top;	
	/*
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EC1C24; */
}

.barra_modulo_center {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 0 0;
	background-image:url(barra_modulos2.gif);
	background-repeat: repeat-x;
	background-position: top;	
	/*
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EC1C24; */
}

.back_white { background:#fff; padding:15px 0 15px 0;}

