body, ul, li {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}

#menu {
    background-position: 0% 0%;
    list-style: none;
    height: 29px; /* Rounded Corners */ /*REDONDEA LOS BORDES
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/ /* Background color and gradients */
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953)); /* Borders */
    border: 1px solid #002232;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    box-shadow: inset 0px 0px 1px #edf9ff;
    z-index: 3;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
   
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	margin-right: 10px;
	margin-top: 0px;
	border: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#menu li:hover {
	border: 1px solid #777777;
    /*CAMBIAR EL 6px SI SE QUIERE BAJAR EL TAMAŅO DEL DROPMENU*/
	padding: 0px 9px 6px 9px;

	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color: #161616;
	text-shadow: 0px 0px 0px #ffffff;
}
#menu li .drop {
	padding-right: 20px;
	/*background:url("../images/drop.png") no-repeat right 8px;*/
}
#menu li:hover .drop {
	/*text-transform: uppercase;*/
	color: #fc580f;
	font-weight: bold;
	background-image: url(../images/drop.png);
	background-repeat: no-repeat;
	background-position: right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
    /*CAMBIAR EL TAMAŅO 6px SI SE QUIERE BAJAR O SUBIR MAS EL MENU*/
    margin: 6px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 295px;}
.dropdown_3columns {
	width: 432px;
}
.dropdown_4columns {
	width: 700px;
}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {
	width: 689px;
}
.col_5 {width:690px;}

#menu .menu_right {
	float: left;
	margin-right: 0px;
}
#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:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
/*COLOR DEL TEXTO DE LOS MENUS*/
#menu li:hover div a:hover {
    color: #CC0000; /*text-transform: uppercase;*/
    cursor: pointer;
    text-decoration: underline;
}

.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* 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;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-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 ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#menu li .greybox li {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 3px 0px;
	padding: 4px 6px 4px 6px;
	width: 116px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#menu li .greybox li:hover {
    border: 1px solid #aaaaaa;
    padding: 4px 6px 4px 6px;
    margin: 0px 0px 4px 0px;
    background-color: #FFFF66;
}
.copyright{
	font-weight: bold;
	color: #FFF;
	float: right;
	padding-top: 5px;
}
/*PARA MOSTRAR UN TOOLTIP INDICANDO QUE EL CAMPO ES REQUERIDO*/
.requerido {
    margin-left: 5px;
    padding-left: 35px;
    padding-right: 5px;
    color: #FFF;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    background-image: url(../imagenes/errorValidacion.png);
    background-repeat: no-repeat;
}
#menu2 {
	background-color: #CCC;
	font-size: 12pt;
}


.espaciado6 {
    font-size: 6px;
}

@media (max-width: 767px) {
    .espaciado6 {
        font-size: 0px;
    }
}

.espaciado10_fijo {
    font-size: 8px;
}

.espaciado6_fijo {
    font-size: 6px;
}

.espaciado5 {
    font-size: 5px;
}


.derechaPantallaGrande_IzquierdaPantallaSmall {
    text-align: right;
    padding-top: 8px;
}

@media (max-width: 767px) {
    .derechaPantallaGrande_IzquierdaPantallaSmall {
        text-align: left;
        margin-bottom: 3px;
    }
}

.text-size-16px {
    font-size: 16px;
}

/*TAMAŅO DE LOS MODAL BOOTSTRAP*/
.modalTamanio50 {
    width: 50% !important;
}

.modalTamanio60 {
    width: 60% !important;
}

.modalTamanio70 {
    width: 70% !important;
}

.modalTamanio80 {
    width: 80% !important;
}

.modalTamanio90 {
    width: 90% !important;
}

.modalTamanio95 {
    width: 95% !important;
}

.modalTamanio97 {
    width: 97% !important;
}

.modalTamanio99 {
    width: 99% !important;
}

.modalTamanio100 {
    width: 100% !important;
}
