/*GENERAL*/

body {
	background-color: #FFFFFF;
	background-image:  url(../images/background_ppal.jpg);
	background-repeat: repeat-x;
    margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img, div { behavior:  url(../js/iepngfix.htc)}

address { font-style: normal; }

li { margin-bottom: 10px; }

a {
	color: #005D66;
	text-decoration:none;
}

a {
	color: #007784;
}

/*POSICIONAMIENTO DE ELEMENTOS*/

#contenedor {
	width: 949px;
	margin-left: auto;
    margin-right: auto;
}

#top {
	background-image:  url(../images/TOP.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 949px;
	font-size: 12px;
}

	#top a {
		color: #BABBA8;
		text-decoration:none;
	}
	
	#top a:hover {
		color:#FFFFFF;
	}

	#top .izquierda {
		float:left;
		margin-left: 69px;
		margin-top: 10px;
	}
	
	#top .derecha {
		float:right;
		margin-right: 45px;
		margin-top: 115px;
	}
	
	#top .derecha img {
		margin-bottom: -10px;
		margin-left: 8px;
		margin-right: 8px;
	}

#main {
	background-image:  url(../images/BACK_DIV.png);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
}

#footer {
	background-image:  url(../images/BOTTOM.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 949px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
	text-align:center;
}

#footer .menu {
	margin-top: 20px;
	color: #606060;
}

	#footer .menu a {
		margin-top: 20px;
		color: #606060;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration:none;
	}
	
	#footer .menu a:hover {
		color: #939393;
		text-decoration:underline;
	}
	
#intermediasp {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin-bottom: 15px;
}

	#intermediasp a {
		color: #939393;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	#intermediasp a:hover {
		color: #939393;
		text-decoration:none;
	}	

#Columna1 {
	FLOAT: left;
	WIDTH: 696px;
	font-size: 12px;
	line-height: 20px;
	color: #4B4C3B;
	text-align:justify;
}

	#sep_Columna1 {
		padding-top: 10px;
		padding-left: 55px;
		padding-right: 55px;
		padding-bottom: 20px;
	}

#Columna2 {
	FLOAT: right;
	WIDTH: 189px;
	background-image: url(../images/background_columna2.jpg);
	background-repeat: no-repeat;
	min-height: 813px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size:11px;
	color:#333333;
}

.FixFloat {
	CLEAR: both;
}

/*FONTS*/

h1 {
	font-size: 15px;
	color: #005D66;
	background-image: url(../images/background_titulos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:12px;
	padding-left:14px;
}

h2 {
	font-size: 15px;
	color: #91937B;
	background-image: url(../images/background_titulos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:10px;
	padding-bottom:12px;
	padding-left:14px;
}

/*FORMULARIO*/

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #F4F4F2;
	border: 1px solid #9E9F84;
	width: 200px;
}

.boton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCC;
	border: 1px solid #9E9F84;
	width: 100px;
	color: #005D66;
}

.boton:hover {
	background-color: #F4F4F2;
}

/*NOTICAS INFOBAE*/

.noticiabae {
    width: 100%;
}
.titulobae {
    width: 92%;
    margin-top: 1em;
    margin-left: 15px;
    font-weight: bold;
    float: left;
    display: inline;
	color:#666666;
}
.botonbae {
    margin-top: 1em;
    float: left;
    display: inline;
    padding-left: 14px;
}
.switchcontent {
    clear: both;
    display: none;
	margin-left: 15px;
	padding-top: 10px;
	color:#7A7A7A;
	
}
.switchcontent strong {
/*    font-weight: normal;*/
}

.cr {color: red;}
.cg {color: green;}

.Verdana10 {
	padding: 1px 13px 1px 13px;
}

/* ESTILOS MENU NUEVO 01/06/2017 */

.engmenu {
    margin-left: 38px !important;
}

.engmenu a {
        padding: 10px 25px !important;
}

.dropdownmenu {
    margin-left: 16px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}
.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}
.dropdownmenu ul {
	background: gray;
	list-style: none;
	width: 100%;
}
.dropdownmenu li {
	float: left;
	position: relative;
	width:auto;
}
.dropdownmenu a {
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    color: #91937b;
    border: 1px solid #a6a793;
    font-size: 13px;
    border-radius: 10px 10px 0px 0px;
    display: block;
    padding: 10px 22px;
    margin-right: -1px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
}

#submenu li {
	float: none;
	width: 100%;
}

.menu-item {
    list-style:none;
} 

.menu-item a {
    text-decoration:none;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.menu-item a:hover {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+6,91937b+41 */
background: #d5cea6; /* Old browsers */
background: -moz-linear-gradient(top, #d5cea6 0%, #c9c190 6%, #91937b 41%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d5cea6 0%,#c9c190 6%,#91937b 41%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d5cea6 0%,#c9c190 6%,#91937b 41%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#91937b',GradientType=0 ); /* IE6-9 */
     color:#fff;
}

.active a {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+6,91937b+41 */
background: #d5cea6; /* Old browsers */
background: -moz-linear-gradient(top, #d5cea6 0%, #c9c190 6%, #91937b 41%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d5cea6 0%,#c9c190 6%,#91937b 41%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d5cea6 0%,#c9c190 6%,#91937b 41%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#91937b',GradientType=0 ); /* IE6-9 */
     color:#fff;

}

#menu-container {
    position: relative;
    overflow: hidden;
    height: 234px;
}

.sliderhome {
    width: 100%;
    position: absolute;
    top: 0;
}

.aranceles-btn {
    width: 150px;
    background-color: #005d66;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #27aebb;
    float: right;
    margin-top: -53px;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.aranceles-btn:hover {
    background-color: #acaa85;
    border-bottom: 1px solid #91937b;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}