body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.noshow {
	visibility: hidden;
	height: 0px;
}


#todo #contenidos #cont_centro .titulo_menu_padre, .titulo_menu_padre, #todo #contenidos #cont_izquierdo a.titulo_menu_padre{
	color: #000000;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-left: 10px;
	margin-bottom:10px;
	background-image: url(../imgs/linea_titulos.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	text-decoration:none;
	/* lina_titulos.gif*/
}
#todo #contenidos #cont_centro .titulo_menu_padre:hover, .titulo_menu_padre:hover, #todo #contenidos #cont_izquierdo a.titulo_menu_padre:hover{
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-left: 10px;
	margin-bottom:10px;
	background-image: url(../imgs/linea_titulos.gif);
	background-repeat:  repeat-y;
	background-position: left top;	
	text-decoration:none;
	/* lina_titulos.gif*/
}
#cargando{
	position:fixed;
	width:260px;
	height:25px;
	top:0px;
	left:50%;
	margin-left:-150px;
	font-size:12px;
	padding-top:15px;
	padding-left:40px;
	background-color:#F3F3F3;
	color:#333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(../imgs/loading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:none;
	z-index:1001;
}

