/* CSS Document   -  WEB Beade  - */

@import url("base.css");
@import url("menu_ppal.css");
@import url("bloques.css");
@import url("menu_sec.css");

.C_body
{
	width: 955px;
	margin: 0px;
	padding: 0px;
	background: url(../img/img_22.gif) repeat-y left top;
}


/* COLUMNA IZQUIERDA */
.C_body_colum1
{
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(../img/img_21.gif) repeat-y left top;
	float: left;
}



/* COLUMNA DEL CENTRO */
.C_body_colum2
{
	float: left;
	width: 635px;
	margin: 0px;
	padding: 0px;
	background: url(../img/img_09.gif) repeat-y left top;
}
.C_body_colum2 h1
{
	height: 50px;
	background: url(../img/bg_ruta_seccion.gif) no-repeat left top;
	padding: 32px 0px 0px 25px;
	color: #005179;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	font-size: 1.8em;
}
*html .C_body_colum2 h1
{
	height: 70px;
	background: url(../img/bg_ruta_seccion.gif) no-repeat left top;
	padding: 32px 0px 0px 25px;
	color: #005179;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	font-size: 1.8em;
}
.C_body_colum2 h1 span
{
	font-size: 0.9em;
	font-weight: bold;
}
.C_body_colum2 h1 a:link, .C_body_colum2 h1 a:visited
{
	font-size: 0.9em;
	color: #3F7A99;
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
}
.C_body_colum2 h1 a:hover, .C_body_colum2 h1 a:active
{
	text-decoration: underline;
	color: #B5D148;
}



/* COLUMNA DE LA DERECHA */
.C_body_colum3
{
	width: 160px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(../img/img_07.gif) repeat-y left top;
}





/* PIE DE PAGINA */
.C_body_foot
{
	clear: both;
	height: 35px;
	width: 955px;
	background: url(../img/img_23.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
}

