@font-face {
    font-family: 'VegurRegular';
    src: url('vegur-r_0.602-webfont.eot');
    src: url('vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('vegur-r_0.602-webfont.woff') format('woff'),
         url('vegur-r_0.602-webfont.ttf') format('truetype'),
         url('vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{ margin:0px; text-align:center; background:url(../images/bg.jpg) repeat-x; background-color:#F6F5F0;}

#Header{width:1000px; height:174px; margin:auto;}
#Header #Logo{width:256px; height:174px; float:left;}

#Banner{width:1000px; margin:auto; height:382px; background:url(../images/banner-bg.png) no-repeat; margin-top:-77px; z-index:20;}
#Banner-Texto{width:410px; height:176px; margin:auto; margin-top:75px; font-size:40px; font-weight:bold; text-align:left; line-height:40px; float:right;}
.Banner-Vermas{font-size:0px; padding:0px 80px 50px 82px; margin:0px; background:url(../images/header-vermas.png) no-repeat;}
.Banner-Vermas:hover{background:url(../images/header-vermas.png) no-repeat; background-position:0px -50px;}


#Content{width:950px; padding:20px 25px 70px 25px;  margin:auto; margin-top:-30px; z-index:10; background:url(../images/content-bg.png) no-repeat bottom; background-color:#F9F9F9;}
#Footer{width:100%; min-height:146px; height:auto; margin:auto; margin-top:10px; background: #001c3c;padding: 40px 0px 10px 0px;color:#FFF;}
#FooterContent{width:1000px; min-height:146px; height:auto; margin:auto; color:#FFF;}
#Footer #legal-text{font-size: 15px; color:#FFF; text-align:justify;}
#Footer #sub-footer{padding-top:15px; border-top: solid 2px #124e7b;}
#Footer a{color:#1e8fe1; margin:5px;}
#Footer h4{margin-top: 0px;
padding: 0px;
line-height: 0px;}

/*MENU 1*/
#Menu1{width:740px; height:80px; float:right; margin:auto; padding:0px; z-index:200; text-align:center;}
#Menu1 ul.MenuDesplegable, ul.Menu1{margin:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: auto;
	height:80px;
	vertical-align:middle;
	display: inline;
	float:right;
	text-align:left;
	padding:0px;
	margin:auto;
}
#Menu1 li.top{float:left; list-style: none; margin-right:2px;}
#Menu1 li a.top_link {float:left; margin:0px; text-decoration:none; padding:0px 0px 0px 0px;}
#Menu1 li a.top_link span {float:left; display:block; color:#666666; height:40px; padding:20px 15px 20px 15px; cursor:pointer; font-size:17px;}

/*CURRENT*/
#Menu1 li a.top_link#current{}
#Menu1 li span.down#currentspan{cursor:auto; color:#FFFFFF; background:#D10022;}

/*OVER*/
#Menu1 li a.top_link:hover{}
#Menu1 li a.top_link:hover span{cursor:pointer; background:#C9C9C9;}


/*SUB-MENU*/
.MenuDesplegable table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
.MenuDesplegable a:hover {visibility:visible;}
.MenuDesplegable li:hover {position:relative; z-index:200;}

.MenuDesplegable ul, 
.MenuDesplegable :hover ul ul, 
.MenuDesplegable :hover ul :hover ul ul,
.MenuDesplegable :hover ul :hover ul :hover ul ul,
.MenuDesplegable :hover ul :hover ul :hover ul :hover ul ul {
position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }

.MenuDesplegable :hover ul.sub {left:0px; top:80px; padding:0; white-space:nowrap; width:auto; height:auto; font-weight:normal;}
.MenuDesplegable :hover ul.sub li {display:block; background:#C9C9C9; position:relative; float:left; width:250px;  margin-bottom:0px; text-align:left; border-top:solid 1px #EBEAE7;}
.MenuDesplegable :hover ul.sub li a {display:block; height:auto; font-size:13px; font-weight:bold; padding:7px 7px; line-height:1; color:#666666; text-decoration:none;}
.MenuDesplegable :hover ul.sub li a:hover {background:#1B6CAA; color:#FFFFFF;}/*Sub Menu over*/

.MenuDesplegable :hover ul :hover ul,
.MenuDesplegable :hover ul :hover ul :hover ul,
.MenuDesplegable :hover ul :hover ul :hover ul :hover ul,
.MenuDesplegable :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:-1px; background: #fff; padding:0; width:auto; z-index:300; height:auto;}

.MenuDesplegable :hover ul.sub li ul {border-top:1px solid #236066; background: #fff; z-index:300;}
.MenuDesplegable li a#current {background-color:#C0AF73; color:#560301; cursor:text;}

img{
border:0px;
}


