body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3B2822;
	cursor:default;
}

body {
	margin: 10px 0px;
	padding:0px;
	text-align:center;
	background:#B0A98F url(img/fondo_body_5.gif) repeat fixed;
}
img{
	border:none;
}

form{
	margin:0;
	padding:0;
	border:none;
}

#contenedor{
	width:786px; /*90%;  /*  este es el ancho del marco  */ 
	margin:auto;
	min-width:670px;
	max-width:900px;
	padding:5px 15px 15px 15px;
	background-color:#FFF;	
	text-align:center;
	border:3px solid #B0A98F;
}

#contenedor_interno{
	width:100%; /*  este es el ancho de todo el contenido menos el marco  */
	margin:0px auto;
}

.margen_h_15{
	height:15px;
}
.margen_h_10{
	height:10px;
}
.margen_h_5{
	height:5px;
}

#cabecera{
	height:160px;
	background-color:#3B2822;
	border-bottom:1px solid #2D1C07;
	margin-top:10px;
}



/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
.main_text_div_00{
	margin-bottom:10px;
	margin-top:10px;
}
.main_text_div_0{
	background: url(img/main_text/main_text_sombra_abajo.gif)  repeat-x bottom;
	width:100%;
}
.main_text_div_1{
	background: url(img/main_text/main_text_sombra_izquierda.gif)  no-repeat left bottom;
	width:100%;
}
.main_text_div_2{
	background: url(img/main_text/main_text_sombra_derecha_y_logo.gif)  no-repeat right bottom;
	/*background: #FFF url(img/main_text.gif)  repeat-x left bottom;*/
	width:100%;
}
.main_text{
	padding:15px 30px;
	padding-left:25px;
	
	color:#433428;
	text-align:left;
	line-height:13px;
}
/* -------------------------------------------- */


#contenidos{
	background-color:#3B2822;
	overflow:auto;
}
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
#footer{
	height:30px;
	background: #3B2822 url(img/footer.gif)  repeat-x left bottom;
	padding:10px 30px 0px 30px;
	margin-top:10px;
}
.footer_div_00{
	margin-top:10px;
}
.footer_div_0{
	background: url(img/footer/footer_sombra_loop.gif)  repeat-x top;
	width:100%;
}
.footer_div_1{
	background: url(img/footer/footer_sombra_izquierda.gif)  no-repeat left top;
	width:100%;
}
.footer_div_2{
	background: url(img/footer/footer_sombra_derecha_y_logo.gif)  no-repeat right top;
	width:100%;
}
.footer_section_name{
	padding-bottom:43px;	
	/*background: url(img/footer/footer_sectionname_represen.gif) no-repeat 25px 16px;*/
}
/* -------------------------------------------- */

.float_breaker{
	clear:right;
}

.cuadric_minilogo{
	background:transparent url(img/cuadric_minilogo.png) no-repeat right top;
	height:15px;
	width:16px;
	float:right;
	clear:right;
	cursor:pointer;
}
