@charset "UTF-8";
/* CSS Document */



.menu_bar {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC;
}


header nav {
	z-index: 1000;
	height: 29px;
	width: 100%;
	margin: 0px;
	background-image: url(/images/bg_btn_men.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-position: top;
	color: #FFC;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background-image: url(../images/bg_btn_men_dwn.png);
	background-repeat: repeat-x;
	background-color: #345651;
	background-position: bottom;
}

header nav ul li a {
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
	color: #FF9;
}

header nav ul li a span {
	margin-right:5px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	position: absolute;
	width: 190%;
	z-index: 1000;
	background-color: #EBEAEC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	color: #333;
}

header nav ul li .children li {
	display: block;
	overflow: hidden;
}

header nav ul li .children li a {
	display: block;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 10px;
	font-weight: bold;
	height: 10px;
}

header nav ul li .children li a:hover {
	background-color: #C8C8C8;
	color: #FFF;
	background-image: url(../images/bg_btn_men_over2.png);
	background-repeat: repeat-x;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top: 3px;
	margin-right: 0;
	margin-left: 10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

@media screen and (max-width: 940px) {
	
	
.header {
	position:fixed;
	height: 80px;
}

	.menu_bar {
	display: block;
	width: 100%;
	position: fixed;
	top: 100px;
	background-color: #3C8D82;
	color: #FFC;
	height: 45px;
	background-image: url(../images/bg_btn_men45.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #225E54;
	}
	.menu_bar img {
	height: auto;
	width: 60%;
}

	.menu_bar .bt-menu {
	display: block;
	color: #FF9;
	overflow: hidden;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 7px;
	}

	.menu_bar span {
	float: right;
	font-size: 35px;
	}

	header nav {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 100%;
	overflow: auto;
	margin-top: 146px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

	header nav ul li {
	display: block;
	}

	header nav ul li a {
	display: block;
	font-size: 20px;
	background-image: url(../images/bg_btn_men45b.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	header nav ul li a:hover {
	background-image: url(../images/bg_btn_men45bover.png);
	background-repeat: repeat-x;
	background-color: #345651;
	background-position: top;
	}
	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
	background-color: #FFF;
	background-image: none;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	header nav ul li .children li a:hover{
	background-image: url(../images/bg_btn_men_over2.png);
	background-repeat: repeat-x;
	background-color: #C8C8C8;
	}
	header nav ul li .caret {
		float: right;
	}
}
.container .formularioContacto #contact table tr td fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
