body {
	background: #3394cf;
}
.page {
	background: #fff;
}
.head {
	background-color: #3394cf;
}
.topBar {
	background-color: #fff;
	color: #0B3572;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote {
padding:10px;
}

.ft {padding: 5px 10px;}

.linkBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(" ");
	text-indent: -9999px;
	z-index: 999999;
}

.logo {
	width: 225px;
	height: 60px;
	background: url("/i/logo_sma_225x60.png") no-repeat;
	text-indent: -9999px;
	display: block;
}


/*menu horizontal*/
.menuH {
	position: relative;
	padding: 0;
	border-bottom: 1px solid #3394CF;
	font-size: smaller;
}
#menu1 {
	z-index: 9999999;
	margin: -40px 20px 0 0;
	float: right;
}
#menu2 {
	z-index: 9999998;
}
.menuH li {
	float: left;
	position: relative;
	margin: 0 0 -1px 0;
	background: #fff;
	border-top: 1px solid transparent;
}
.menuH li a {
	text-decoration: none;
	color: #0B3572;
	/*display: inline-block;
	padding: 4px;*/
}
.menuH li ul { /* dropdown ul */
	display: none;
	position: absolute;
	/*top: 23px;*//*la altura de la img titulo mas los 2 que baja - ie*/
	margin-top: 1px;/*ie*/
	left: 0;
	width: 10em;
	padding: 4px;
	background: #fff;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}
.menuH li ul li {
	margin: 0;
	padding: 0 0 0 4px;
	float: none;
	border: none;
}
.menuH li ul li a {
	width : 100%;/*para que tome todo el ancho el link*/
	display: block;/*para que tome todo el ancho el link*/
	padding: 1px 0;

	color: #0F1A34;
	text-decoration: none;
	border-bottom: 1px solid #37699A;
}
.menuH li ul li a.ultimo {
	border: none;
}

.menuH li ul a:hover {
	color: #FF6600;
}

.menuH li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
.menuH li:hover ul, #menu1 li.over ul, #menu2 li.over ul { /* ul dentro dentro de li:hover (li.over para el javascript drpdwn.js)*/
	display: block;
	z-index: 9999999;
}
/* fin menu horizontal*/

/* menu vertical*/

.menuVinact {
	display: none;
}
.menuVact {
	display: block;
}

/* fin menu vertical*/