@CHARSET "ISO-8859-1";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	vertical-align: baseline;
	background: transparent;
}


/******************************************/
/*               ESTRUCTURA               */
/******************************************/

body {
	background: #D0DEEE;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:20px;
	/*background-color:gray;*/
}


#base_container {/* container global con las sombras */
	width: 911px;
  	position: relative;
	text-align: left;
	background: #ffffff;
	margin:5px auto 12px;
}

.base_top {/*margen y sombra superior */
	background-image:url(../../img/public_layout/base_top.gif);
	display:block;
	height:14px;
	overflow:hidden;
}

.base_left {/*margen y sombra izquierda */
	background-image:url(../../img/public_layout/base_left.gif);
	background-repeat:repeat-y;
	display:block;
	float:left;
	overflow:hidden;
	width:18px;
  	height:100px;
}

.base_right {/*margen y sombra derecha */
	background-image:url(../../img/public_layout/base_right.gif);
	display:block;
	float:right;
	overflow:hidden;
	width:19px;
	height:100px;
}
.base_inf {/*margen y sombra inferior */
	background-image:url(../../img/public_layout/base_inf.gif);
	display:block;
	height:43px;
	width:911px;
	overflow:hidden;
}

.base_content {/*sombra izquierda y derecha */
	background: url(../../img/public_layout/fons.gif) repeat-y;
	float:left;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	width: 911px;
}
.base_content_inner{/* para poder poner margenes y que el ie6 no moleste */
	margin-left:18px;
	margin-right: 19px;
}

#header {/* toda la cabecera */
	width: 858px;
	height: 131px;
	/*background: fuchsia;*/
	margin-right: 16px;
}
#header #logo{
	float: left;
	background: green;
	width: 186px;
	height: 131px;
	
}
#header #banner{
	float: left;
	background:lime;
	width: 443px;
	height: 131px;
}
#header #login{/* caja login */
	float: right;
	margin-top: 20px;
	/*background: #f0f0f0;*/
	width: 191px;
	height: 90px;
}

#content {/* wrapper contenido central (zona IZQUIERDA + columna derecha */
	width: 845px;
	/*background: #a0a0a0;*/
	margin-left: 13px;
	margin-right: 16px;
}

#content_left{/* zona de contenido IZQUIERDA (menu + contenido) */
	/*background: navy;*/
	float: left;
	width: 616px;
}





#top_menu_left {/* img fondo lateral izq menú ppal */
	background-image:url(../../img/public_layout/top_menu_left.gif);
	display:block;
	float:left;
	overflow:hidden;
	width:8px;
  	height:66px;
}
#top_menu_center {/* img fondo central menú ppal */
	background-image:url(../../img/public_layout/top_menu_center.gif);
	display:block;
	float:left;
	/*overflow:hidden;*/
	width:600px;
  	height:66px;
}

#content_left .breadcumb{
	margin-top: 18px;
	margin-left: 39px;
}

#top_menu_right {/* img lateral der menú ppal */
	background-image:url(../../img/public_layout/top_menu_right.gif);
	display:block;
	float:left;
	overflow:hidden;
	width:8px;
  	height:66px;
}
#content_foot{
	border-top: 2px solid #DFDFDF;
	line-height: 20px;
	float: left;
	width: 100%;
}

#content_left #content_zone{/* caja de los contenidos principales */
	background: #ffffff;
	float: left;
	width: 616px;
	/*width: 571px;*/ /* 616(total) - 45(margen izq)*/ 
	/*margin-left: 45px;*/
	min-height:300px;
  	height:auto !important;
  	height:300px;
	
}
#content_left #content_zone .inner{
	padding-left: 47px;	
	padding-right: 46px;
	padding-bottom: 20px;
}



#content_right{/* columna derecha */
	/*height: 200px;*/
	float: right;
	width: 191px;
	margin-bottom:30px;
}
#content_right #top{/*imagen sup, titulo caja */
	background-image:url(../../img/public_layout/right_box_top.gif);
	display:block;
	float:left;
	overflow:hidden;
	width:191px;
  	height:28px;
	margin-top: 15px;
}

#content_right #middle{/* bordes laterales caja*/
	background-image:url(../../img/public_layout/right_box_middle.gif);
	display:block;
	float:left;
	width:191px;
  	min-height:80px;
  	height:auto !important;
  	height:80px;
}
#content_right #bottom{/* pié de la caja*/
	background-image:url(../../img/public_layout/right_box_bottom.gif);
	display:block;
	float:left;
	overflow:hidden;
	width:191px;
  	height:8px;
}

/* contenidos derecha printables */
#content_right_printable{/* columna derecha */
	/*height: 200px;*/
	float: right;
	width: 191px;
	display:none;
}
#content_right_printable #top{/*imagen sup, titulo caja */
	background-image:url(../../img/public_layout/right_box_top.gif);
	display:block;
	float:left;
	overflow:hidden;
	width:191px;
  	height:28px;
	margin-top: 15px;
}

#content_right_printable #middle{/* bordes laterales caja*/
	background-image:url(../../img/public_layout/right_box_middle.gif);
	display:block;
	float:left;
	width:191px;
  	min-height:80px;
  	height:auto !important;
  	height:80px;
}
#content_right_printable #bottom{/* pié de la caja*/
	background-image:url(../../img/public_layout/right_box_bottom.gif);
	display:block;
	float:left;
	overflow:hidden;
	width:191px;
  	height:8px;
}



