/*Compatibilidad Firefox con IE para posicionamiento de capas*/
*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}
/********** MENU PRINCIPAL *************/
body {
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding:0;
}
.submenus {
	position:absolute;
	visibility:hidden;
	width: 148px;
	z-index: 50;
}
.ancla {
	position:relative;
	visibility:visible;
	width: 148px;
}
.direccion {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C9C9C9;
	font-style: normal;
}
.borde_tab_sup{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 15px;
	background-color: #FFFFFF;
}

.borde_tab_inf{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 3px;
}
/********************************/

