/*
Amstar Menu Styles
Amstar DMC 2015
All Rights Reserved
Version : 2.1
*/
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLINGS
04 CONTACT FORM
*/
/*  _______________________________________
	01 MENU BAR
    _______________________________________  */

.menu {
	font-family: 'century gothic' !important;
	list-style: none;
	width: 960px; /* Tamaño largo del menu */
	margin: 0px auto 0px auto;
	height: 50px !important; /* Ancho del menu */
	padding: 0px 4px 0px 4px;
	vertical-align: top;
	background-color: rgb(1, 53, 101) !important;
	/* CSS 3 Stylings */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px !important;
	/* Colors */
	background: none;
	border: 0px;
	border-top: 0px;
	/* CSS 3 Stylings */
	background: -moz-linear-gradient none;
	background: -webkit-gradient none;
	margin-top: 0 !important;
}
/* Name each menu */ /* Distancia entre las opciones del menu */
#aTransfers {
	margin-left: 2px; /* Distancia entre las opciones del menu */
	padding-right: 14px;
	padding-left: 14px;
}
#aTransfers:hover {
	padding-right: 14px;
	padding-left: 14px;
}
#tAct {
	margin-left: 10px; /* Distancia entre las opciones del menu */
	padding-right: 12px;
	padding-left: 12px;
}
#tAct:hover {
	padding-right: 12px;
	padding-left: 12px;
}
#aPromo {
	margin-left: 26px; /* Distancia entre las opciones del menu */
	padding-right: 18px;
	padding-left: 18px;
}
#aPromo:hover {
	padding-right: 18px;
	padding-left: 18px;
}
#aDest {
	margin-left: 18px; /* Distancia entre las opciones del menu */
	padding-right: 18px;
	padding-left: 18px;
}
#aDest:hover {
	padding-right: 18px;
	padding-left: 18px;
}
#aContact {
	margin-left: 19px; /* Distancia entre las opciones del menu */
	padding-right: 18px;
	padding-left: 18px;
}
#aContact:hover {
	padding-right: 18px;
	padding-left: 18px;
}
.menu li {
    width: 127px !important;
    font-size: 9pt!important;
    color: #fff !important;
    font-weight: 100 !important;
    float: left;
    text-align: center;
    position: relative;
    padding: 0px 5px 0px 5px !important;
    margin-right: 0px;
    margin-top: 0px !important;
    border: none;
    background-image: url("") !important;
    background-color: #013565;

}
.menu li:hover {
	z-index:2;
	color:#ffac20 !important;
	background-color: #07284C !important;
	border: 0px;
	padding: 4px 9px 25px 4px;
	cursor: pointer;
	background-image: url("");
	border-radius: 0 !important;
	border-bottom: 2px solid #FFAC20;
	height: 44px !important;
	background: #07284C; /* Old browsers */



}
.menu li:active {
	z-index:2;
	color:#ffac20 !important;
	background-color: #024b8f !important;
	border: 0px;
	padding: 4px 9px 25px 4px;
	cursor: pointer;
	background-image: url("");
	border-radius: 0 !important;
	border-bottom: 2px solid #FFAC20;
	background: #024b8f; /* Old browsers */

}
.menu li a {
	color: #fff !important; /* Color enlace del menu antes de mouseover */
	outline:0;
	text-decoration:none;
	/* display:block; */
	text-shadow:none;
}
.menu li:hover a {
	color:#ffac20; /* Color del enlace cuando hay mouseover */
	text-shadow: none;
	cursor: pointer;

}
.menu li .drop {
	padding-right:0px;
	padding-bottom: 15px;


}
.menu li:hover .drop {
	padding-right:0;
}

.menu li:hover div a {          /* Color del enlace antes de mouseover en drop down menus */
	color:#ffac20 !important;

}
.menu li:hover div a:hover {   /* Color del enlace mouseover en drop down menus */
	color:#ffac20 !important;
}



.menu li ul li a {      /* OJO Usar el mismo color que el anterior color de enlace mouseover en drop down menus */
	color:#22312d;
}


.menu li ul li a:hover {      /* OJO Usar el mismo color que el anterior color de enlace mouseover en drop down menus */
	color:#22312d;
	/*padding-left: 5px;*/
}



/* Right aligned menu item */
.menu .right {
	float:right;
	right:0;
	margin-right:0px;
}
.menu li:hover span {
	/*padding-bottom: 15px !important;*/
}
/*  _______________________________________
	02 DROP DOWN MENU
    _______________________________________  */
/* Left & right aligned common styles */
.menu .dropdown_1column,
.menu .dropdown_2columns,
.menu .dropdown_3columns,
.menu .dropdown_4columns,
.menu .dropdown_5columns {
margin: 10px auto;

background-color: rgba(7,41,77,0.9) !important;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6) !important;
border: medium none;
text-align: left;
width: 800px;
border-radius: 0px !important;
padding: 20px 20px 7px !important;

position: relative;
background-image: none;

z-index:-1;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
left: 0px;
margin-left: -332px;
}

/* Drop Downs Sizes */
.menu .dropdown_1column {width: 150px;}
/* Showing Drop Down on Mouse Hover - Left aligned */
.menu li:hover .dropdown_1column,
{
	left:-1px;
	top:25px;
}
/* Showing Drop Down on Mouse Hover - Right aligned */
.menu li .align_right {
	/* Rounded Corners */
	/*-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;*/
}
.menu li:hover .align_right {
	left:0px;
	top:auto;
}
/* Columns Sizes */
.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
}
.menu .col_1 {width:150px;}
/* IMPORTANT */
/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}

/*NEW MENU STYLES --GILL SORIANO--*/

.dest_1 {

    display: inline-block;
    height: auto;
    margin-top: -25px !important;
    padding: 5px 15px;
    width: 110px !important;
}

.dest_1 h3 {
	background: transparent !important;
	padding: 0 4px !important;
	padding-left: 10px !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: lighter !important;
	margin-bottom: 5px;
	padding-bottom: 4px !important;

}

.dest_1 h3:hover {
	background: #004280 !important;
	padding: 0 2px !important;
	padding-left: 10px !important;
	padding-bottom: 4px !important;

}


.dest_2 {

    display: inline-block;
	height: auto;
    padding: 5px 15px;
    width: 180px !important;
}

.dest_2 h3 {
		background: transparent !important;
	padding: 0 4px !important;
	padding-left: 10px !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: lighter !important;
	margin-bottom: 5px;
	padding-bottom: 4px !important;
}

.dest_2 h3:hover {
	background: #004280 !important;
	padding: 0 2px !important;
	padding-left: 10px !important;
	padding-bottom: 4px !important;

}


.dest_3 {

    display: inline-block;
	height: auto;
    padding: 5px 15px;
    width: 110px !important;

}

.dest_3 h3 {
		background: transparent !important;
	padding: 0 4px !important;
	padding-left: 10px !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: lighter !important;
	margin-bottom: 5px;
	padding-bottom: 4px !important;
}

.dest_3 h3:hover {
	background: #004280 !important;
	padding: 0 2px !important;
	padding-left: 10px !important;
	padding-bottom: 4px !important;

}

.dest_4 {

    display: inline-block;
	height: auto;
    padding: 5px 15px;
    width: 110px !important;

}

.dest_4 h3 {
		background: transparent !important;
	padding: 0 4px !important;
	padding-left: 10px !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: lighter !important;
	margin-bottom: 5px;
	padding-bottom: 4px !important;
}

.dest_4 h3:hover {
	background: #004280 !important;
	padding: 0 2px !important;
	padding-left: 10px !important;
	padding-bottom: 4px !important;

}

.dest_5 {

    display: inline-block;
	height: auto;
    padding: 5px 15px;
    width: 110px !important;

}

.dest_5 h3 {
		background: transparent !important;
	padding: 0 4px !important;
	padding-left: 10px !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: lighter !important;
	margin-bottom: 5px;
	padding-bottom: 4px !important;
}

.dest_5 h3:hover {
	background: #004280 !important;
	padding: 0 2px !important;
	padding-left: 10px !important;
	padding-bottom: 4px !important;

}

/*  _______________________________________
	03 CONTENT STYLINGS
    _______________________________________  */
.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h3 {
	font-size:14px;
	font-family: 'century gothic';
	line-height:30px;
	text-align:center;
	text-transform: uppercase;
	background-image: url("") !important;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
	text-shadow: none;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2 {
	font-family: 'century gothic';
	color:#07284c;
	font-weight:600;
	font-size:16px;
	line-height:18px;
	margin-top:7px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-shadow: none;
	border-bottom:1px solid #BBBBBB;
}
.menu h3 {
	color:#ccc !important;     /* Color de el titulo columna cuando hay drop down */
	font-weight:100;
	font-size:13px;
	line-height:21px;
	margin-top:15px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-shadow: none;
	text-transform: uppercase;
	text-align: left;
	border-bottom:1px solid #d1dfd7;  /* Color de la linea debajo del titulo columna */
}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}
/* Icon paragraphs */
.menu .help,
.menu .favorite,
.menu .mail,
.menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
/*.menu .help {background:url("../shop_image/menu/help.png") no-repeat 0px 2px;}
.menu .favorite {background:url("../shop_image/menu/favorite.png") no-repeat 0px 2px;}
.menu .mail {background:url("../shop_image/menu/mail.png") no-repeat 0px 2px;}
.menu .print {background:url("../shop_image/menu/print.png") no-repeat 0px 2px;}*/

/* Images styles */
.menu .imgshadow_dark{ /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}
/* Box styles */
.menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	/* CSS 3 Stylings */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu li .dark_grey_box {
	background-color:#555555;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	/* CSS 3 Stylings */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}
/* Standard lists styles */
.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	font-size:12px;
	color: #07284c;
	line-height:24px;
	position:relative;
	text-shadow:none;
	padding-left: 10px !important;
	margin:5px 0;
	float:left;
	text-align:left;
	width:100%;
	height: 22px !important;
	background-color: #07284C !important;
	font-weight: 100 !important;
	border-radius: 15px !important;
	-webkit-border-radius: 15px;
	transition: background-color .3s;
}
.menu li ul li:hover {
	text-decoration: none;
	border:none;
	margin:5px 0;
	height: 22px !important;
	font-weight: 100 !important;
	background: #004280; /* Old browsers */
	background-color: #004280 !important;
	border-radius: 15px !important;
	-webkit-border-radius: 15px;

	}
/* Greybox lists styles */
.menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	/* CSS 3 Stylings */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
/* Other lists styles */
/*.menu li .plus li {
	background: url("shop_image/menu/plus.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.menu li .plus li:hover {
	background: url("shop_image/menu/plus.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}*/
/* Social Icons */
.menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
	display:none;
}
/* 2-Levels Drop Down */
.menu .levels {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}
/*.menu a.parent, .menu a.parent:hover {

}*/
.menu .levels li li, .menu .levels li li:hover {
	width:150px;
	padding: 0px 12px 0px 12px;
	margin:0px 0px 0px 1px;
}
.menu .levels ul { /* First level drop down */
	position:absolute;
	z-index:500;
	top:-23px;
	left:100%;
	display:none;
	width:180px;
	border:1px solid #aaaaaa;
	background:#F4F4F4;
	margin:15px 0px 0px 0px;
	padding:6px 0px 6px 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
}
.menu .levels ul ul {
	top:-6px;
	left:100%;
	width:180px;
	margin:-1px 0px 0px 0px;
}
.menu .levels li:hover {
	cursor:pointer;
	z-index:100;
}
.menu .levels li:hover ul ul,
.menu .levels li li:hover ul ul
{display:none;}
.menu .levels li:hover ul,
.menu .levels li li:hover ul
{display:block;}
/*  _______________________________________
	04 CONTACT FORM
    _______________________________________  */
.menu form {
	margin:0 0 12px 0;
	padding:0px;
}
/* Labels & fieldsets stylings */
.menu fieldset {
	margin:0;
	border:none;
}
.menu form p {
	margin:10px 0;
	overflow:hidden;
	width:270px;
}
.menu label {
	color: #07284c;
	float:left;
	display:block;
	text-align:left;
	width:50px;
}
.menu input,
.menu textarea {
	margin:0;
	width:170px;
	float:right;
	color:#eeeeee;
	background-color:#333333;
	border:1px solid #222222;
	padding:3px 5px 3px 5px;
	/* CSS 3 Stylings */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu textarea {
	height:100px;
	overflow:auto;
}
/* Buttons stylings */
.menu button {
	float:right;
	width:80px;
	margin:0px;
	margin-right:30px;
	border:none;
	padding: 2px 7px 2px 7px;
	color:#eeeeee;
	background-color:#333333;
	text-shadow: 1px 1px 1px #000;
	/* CSS 3 Stylings */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
/* Messages when sending email */
.error, .sent {
	font-size:12px;
	line-height:18px;
	padding:5px;
	margin-bottom:10px;
	/* CSS 3 Stylings */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.error {
	background:#f3afa6;
	border:#ef9588 solid 1px;
	color:#992213;
}
.sent {
	background:#bef08f;
	border:#																																																																	 solid 1px;
	color:#37620d;
}