/* GENERAL */

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;	
	color: #000000;
	text-decoration:none;
	background-color: #FFFFFF;
	margin:0px, 0px, 0px, 0px;
	margin-left:10px;
	margin-top:10px;
	padding:0px!important;
}

.botonesIndex
{
	width: 70%;
	margin: auto;
	margin-top: 15px;
	padding: 8px;
	border: none;
	color: white;
	background-color:#000000;;
	cursor: pointer;
}

.botonesmenusopciones 
{
	border-radius:20px;
	background-color:#000000;   /* background-color:#CC0001; */
	color:white;
	font-weight:bold;
	font-size:22pt;
	min-height:100px;
	box-shadow: 10px 10px 5px #888888;
	width:90%;
	padding-top:5%!important;
}

.capt{
	background-color:#000000;
	width: 100%;
	min-height:100px;
	
}

input {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:900;
	font-size:11px;
	padding-left:3px;
}

/* DATAPIKER */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
}

a.dp-choose-date 
{
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}

a.dp-choose-date.dp-disabled 
{
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied 
{
	width: 80px;
	float: left;
}
/* FIN DATAPIKER */

select 
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:900;
	font-size:11px;
}

label 
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:900;
	font-size:10px;
	padding-left:4px;
}

.igrid1
{
	background: #FFFFFF;
}
.igrid2
{
	background: #CCCCCC;
}
.igrid3
{
	background: #329832!important;
}
.igrid4
{
	background: #8484C1!important;
}
.igrid5
{
	background: #C1E0C1!important;
}
.igrid6
{
	background: #DADAEC!important;
}
.selec1 
{
   background-color:#FFFFFF;
	text-decoration:none;
}
.selec2 
{
   background-color:#F0F0F0;
	text-decoration:none;
}
.selec3 
{
   background-color:#F6F6F6;
	text-decoration:none;
}
.selec4 
{
    background-color:#00FFFF;
    color:#FFFFFF;
	text-decoration:none;
}


/* ENCABEZADOS */

h1 
{
	color: #000000;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;		
	color: #000000;
	font-weight:bold;
}

/* FUENTES */

.warnings
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Estilo1 
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Estilo2 
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* TABLAS */






table 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;		
	color: #000000;
	border: 1px solid;
	border-color:#000000;
}

tr.selec1 {background-color:#FFFFFF;text-decoration:none;}
tr.selec2 {background-color:#E4E4E4;text-decoration:none;}
tr.selec3 {background-color:#F6F6F6;text-decoration:none;}

tr.selec1:hover {background-color:#CACAFF;}
tr.selec2:hover {background-color:#CACAFF;}
.selec1:hover>td{background-color:#CACAFF;}
.selec2:hover>td{background-color:#CACAFF;}

.linseleccionada
{
	background-color: aqua;
	text-decoration:none;
}
.linseleccionada:hover
{
	background-color: aqua;
	text-decoration:none;
}

.trch{
	background: #00FF00;
}
.trch2{
	background: #FF00FF;
}			
.trch3{
	background: #F7FE2E;
}			
.trch4{
	background: #F7FE2E;
}
.trch1{
	background: #00FFFF;
}



td {
	font-weight:bold;
	color:#333;
	
}

.tableTitulo
{
    background-color:;
    position:static !important;
}

.tableTituloApart 
{
	background-color:#FFFF99;
}

.itable {
	background-color: #DDDDDD;
	/*index*/
}

.tableext
{
	border:none;
	border-color:#000000;
	background-color:#FFFFFF;
}
.colinner
{
	border:none;
	border-color:#000000;
}
.tableinner
{
	border-radius: 4px;
	border:1px solid;
	border-color:#000000;
	background-color:#FFFFFF;	
}
.tableint
{
	border:none;
	borde-rcolor:#CCCCCC;
}
.tablebotones
{
	border: 1px solid;
	border-color:#000000;
	background-color:#FFFFFF;
}
.table1
{
	border: 0px;
}
.tablanoborde
{
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;	
	color: #000000;
}
.tabladisplay{

	border: 1px solid;
	border-color:#000000;
	border-collapse:collapse;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;	
	color: #000000;
}
.tabladisplay2{

	border: 1px solid;
	border-color:#000000;
	border-collapse:collapse;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;	
	color: #000000;
	
}

.tablalista 
{
	font-size: 9px;	
}
/*LINKS*/

.linktabla 
{
	font-size:9px;
	color:#00F;
	text-decoration:underline;	
}

/* BOTONES PAG*/

.ibutton 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;	
	background: #003d84;
	color: #FFFFFF;
	border: 1 solid #CC6600;
	/*index*/
}



/* BOTONES */

.boton1 
{
	display:block;
	background-color:#000000;
	border:1px solid #ffffff;
	outline:1px solid #b20000;
	width:110px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	margin-left:1px;
	padding:0;
	padding-top:3px;
	padding-bottom:4px;
}
.boton2 
{
	display:block;
	background-color:#000000;
	border:1px solid #ffffff;
	outline:1px solid #98bf21;
	width:110px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:1px;
	padding:0;
	padding-top:3px;
	padding-bottom:4px;
}

.boton3 
{
	display:block;
	color:#FFFFFF;
	background-color:#000000;
	border-radius:8px;
	font-weight:bold;
	font-size:11px;
	min-width:60px;
/*	width:60px;*/
	text-align:center;
	padding:5px;
	padding-top:3px;
	padding-bottom:4px;
	border:1px solid #ffffff;
	/*outline:1px solid #b20000;*/
	text-decoration:none;
	margin-left:1px;
}

.boton66 
{
	display:block;
	color:#FFFFFF;
	background-color:#000000;
	border-radius:8px;
	font-weight:bold;
	font-size:14px;
	min-width:100%!important;
	min-height:75px;
/*	width:60px;*/
	text-align:center;
	padding:5px;
	padding-top:3px;
	padding-bottom:4px;
	border:1px solid #ffffff;
	/*outline:1px solid #b20000;*/
	text-decoration:none;
	margin-left:1px;
}


.boton4
{
	display:block;
	color:#FFFFFF;
	background-color:#000000;
	font-weight:bold;
	font-size:11px;
	width:160px;
	text-align:center;
	padding:0;
	padding-top:3px;
	padding-bottom:4px;
	border:1px solid #ffffff;
	outline:1px solid #b20000;
	text-decoration:none;
	margin-left:1px;
}

.botonform 
{
	display:block;
	color:#FFFFFF;
	background-color:#B2BEC4;
	font-weight:bold;
	font-size:11px;
	width:70px;
	text-align:center;
	padding:0;
	padding-top:1px;
	padding-bottom:2px
	;border:1px solid #ffffff;
	outline:1px solid #98bf21;
	text-decoration:none;
	margin-left:1px;
}

/* CAPAS */

.listado
{
	border:1px solid;
	border-color:#000000;
	background-color:#FFFFFF;
	height:500px;
}

.listadomin
{
	border:1px solid;
	border-color:#000000;
	background-color:#FFFFFF;
	height:200px;
}

div.piePag 
{   
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.ventanacalles 
{
	height: 245px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #FBFBFB;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #000
	;color: #333333;
	z-index: 10010;
	overflow:auto;
}
.contienecalles 
{
	position: absolute;
	top: 100px;
	left: 340px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	width: 600px;
	background-color:#FFF7D0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #000;
	z-index: 10010!important;
}
.suggestionsBox 
{
	position: absolute;
	left: 250px;
	top: 430px;
	margin: 10px 0px 0px 0px;
	width: 350px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
	z-index: 10010;
}
.suggestionList 
{
	margin: 0px;
	padding: 0px;
}
.suggestionList li 
{
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {background-color: #659CD8;}

.suggestionsBox2 
{
	position: absolute;
	left: 130px;
	top: 370px; //340px;
	margin: 10px 0px 0px 0px;
	/*width: 350px;*/
	width: 550px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
	z-index: 50;
}
.suggestionList2 {margin: 0px;padding: 0px;}
.suggestionList2 li 
{
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList2 li:hover {background-color: #659CD8;}

/* BOTONES TEMP*/

.boton11 
{
	display:block;
/*	background-color:#A63000;*/
	
	  background: #000000; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#000000, lightgray); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#000000, lightgray); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#000000, lightgray); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#000000, lightgray); /* Standard syntax */
	
	/*border:1px solid #ffffff;*/
	/*outline:1px solid #b20000;*/
	/*min-width:100px
	max-width:300px;*/	
	border-radius:10px!important;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	margin-left:1px;
	padding:0;
	padding-top:10px;
	padding-bottom:4px;
	height:40px;
	
}

.boton22
{
	display:block;
	/*background-color:#A63000;*/
	  background: #C40000; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#C40000, white); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#C40000, white); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#C40000, white); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#C40000, white); /* Standard syntax */
	
	
	/*border:1px solid #ffffff;*/
	/*outline:1px solid #98bf21;*/
	/*min-width:200px;
	max-width:300px;*/
	border-radius:10px!important;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF!important;
	margin-left:1px;
	padding:0;
	padding-top:3px;
	padding-bottom:4px;
	height:40px;
	text-decoration:none!important;
}

/*li{
	min-width:10%;
	max-width:12%;
}*/
.lipeque{
	min-width:125px;
}
	
@media screen and (max-width: 699px) and (min-width: 520px) {
	.lipeque{
		min-width:100px;
	}				
}
@media screen and (max-width: 1000px) and (min-width: 700px) {
	.lipeque{
			min-width:125px;
		}
				
}
@media screen and (min-width: 1001px) {
	.lipeque{
		min-width:150px;
	}
	
}


/* INICIO*/

.textotitulo
{
	font-size:24px;
	font-weight:bold;		
	color: #000000;	
}
.textotitulopeq
{
	font-size:20px;
	font-weight:bold;		
	color: #000000;	
}
.marcotelf
{
	background-color:#000000;
	box-shadow: 5px 5px 5px #888888;
	width:90%;
	padding:5px;
}
.textomarcotelf
{
	font-size:22px;
	font-weight:bold;
	color:white;
}
.textomarcotelfpeq
{
	font-size:20px;
	font-weight:bold;
	color:white;
}
.textofichaagencia
{
	font-size:18px;
	color:Black;
}
.textofichaagenciapeq
{
	font-size:16px;
	color:Black;
}
.textofichaagenciacorreo
{
	font-size:18px;
	font-weight:bold;		
	color: #000000;	
}
.textofichaagenciacorreopeq
{
	font-size:16px;
	font-weight:bold;		
	color: #000000;	
}
.imgicoofi
{
	width:25px;
}





/* GRABAR*/

.pestanascheck
{
	/*font-size: 3ex;*/
	font-weight: bold;
	min-height:25px!important;
	/*background-color:#000000;*/
	
	 background: #000000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(lightgray, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(lightgray, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(lightgray, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(lightgray, #000000); /* Standard syntax */
	border: solid 1px black;
	
	vertical-align:middle;
	text-align:center;
	padding-top:10px;
}
.pestanascheck ul
{
	margin-left: 20px;    
}
.pestanascheck li
{
	list-style-type:none;
	float: left;
	text-align: center;
	
	background-color: lightgray;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid bisque;
	border-bottom: dimgray;
}
.pestanascheck a:link
{
	text-decoration: none;
	color: black;
}

.pestanas 
{
	/*font-size: 3ex;*/
	font-weight: bold;
	min-height:25px!important;
	/*background-color:#000000;*/
	
	 background: #000000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#000000, lightgray); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#000000, lightgray); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#000000, lightgray); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#000000, lightgray); /* Standard syntax #A63000*/
	border: solid 1px black;
	
	vertical-align:middle;
	text-align:center;
	padding-top:10px;
}
.pestanas ul
{
	margin-left: 20px;    
}
.pestanas li
{
	list-style-type:none;
	float: left;
	text-align: center;
	
	background-color: lightgray;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid bisque;
	border-bottom: dimgray;
}
.pestanas a:link
{
	text-decoration: none;
	color: black;
}
.pestanasel
{	
	/*background-color:#CC3300;*/
	
	  background: #C40000; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#C40000, white); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#C40000, white); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#C40000, white); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#C40000, white); /* Standard syntax */
}

.contienecalles2
{
top:0;
left:0;
width:100%;
height:100%;
background-color:#000000;
z-index:10003;
position:absolute;
opacity:0.7;
}
.listadogenerico
{
	border-style:solid;
	border-radius:8px;
	border-width:3px;
	border-color:#000000;/*#A63000*/
	background-color:#CCCCCC;
	min-height:200px;
	max-height:400px;	
	width:40%;
	min-width:40%;
	position:absolute;
	left:25%;
	top:25%;
	z-index:9999;
	padding:10px;
}


/* APARTADO PARA APK DE ANDROID */

.artinuevoalter
{
	/*height: 100%;*/
	max-height:100%!important;
	margin: 5px 5px 5px 5px;
	width: 100%;
	max-width:100%!important;
	background-color: #FBFBFB;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #000
	;color: #333333;
	z-index: 50;
	overflow:scroll;
	position:fixed;
	top:0;
	left:0;
}
.fondooscuro
{
	height: 100%;
	max-height:100%!important;				
	width: 100%;
	max-width:100%!important;
	background-color: #000000;
	opacity:0.75;			
	z-index: 40;				
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
}
.txtandroid
{
	font-size:13px;
	width:100%;
}

.boton3icon
{
	width:35px;
	height:35px;
	background-repeat: no-repeat;
	background-color:#000000; /* #2A5629 VERDE;  #A63000; ROJO #025DA6; #025DA6 AZUL*/
	border-radius:8px;
	vertical-align: center;
	text-align: center;
	margin:2px;
}
.capasombra
{
	position:absolute;
	width:100%;
	height:100%;
	opacity: 0.9;
	background-color:black;
	top:0;
	left:0;
	z-index:1500;
}
.divmtos
{
	position:absolute;
	/*width:85%;*/
	width:85%;
	min-height:70%;				
	top:3%;
	left:8%;
	z-index:10002;
}
.navbar
	{		
		/*background-color: #A63000;*/
		background-color: #000000;	
		min-height: 37px!important;
		/*max-height: 90px!important;*/
		border:none!important;
		top:0px;
	
	}		
	.divlineasmenu
	{
		/*background-image:  url("images/menulineas.png");
	    width: 23px;
	    height: 23px;*/
		background-position:center;
	    cursor: pointer;	 
	    display: inline-table;
	    padding-left: 20%;
		padding-top: 7%;
	}

	#primary_nav_wrap
{
	margin-top:6px;
	color:white;
	
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#primary_nav_wrap ul a
{
	display:block;
	color: white;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	
}
#primary_nav_wrap ul li a:hover
{
	background:#000000;
	color:white;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd!important;
}

#primary_nav_wrap ul li:hover
{
	background-color:#000000;
	color:white;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background-color:#000000;
	padding:0;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
}

#primary_nav_wrap ul ul li:hover
{
	background:white!important;
	color:#000000!important;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
	color:white;
	background:#000000;
}

#primary_nav_wrap ul ul a:hover
{
	line-height:120%;
	padding:10px 15px;
	color:#000000;
	background:white;
	
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
	background:white;
	color:#A63000;
}

/*-----------------------------------------------------
			     POP UP MENSAJE CON FONDO OSCURO
--------------------------------------------------------*/

.boxMensaje{
    position:fixed;
    top:-400px;
    left:50%;
	margin-left:-300px;
	margin-top:-210px;
    background-color:#f1f1f1;
    color:#565659;
    padding:10px;
    /*-moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;*/
    z-index:101;
	width:600px;
	height:400px;
}

.overlay{
    background:transparent url(../images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	display:none;
}

.borrar {
	background-color:transparent;
	border:1px solid #DDE3EA;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	padding:0px 0px;
	text-decoration:none;
	color:#565659;
}
.borrar:hover {
	background-color:transparent;
	color:#007AA3;
}
.borrar:active {
	position:relative;
	top:1px;
}

.titulosPopUp{
	margin:-10px -10px 0px -10px;
    padding:5px;
    background-color:#DDE3EA;
    color:#565659;
	font-size:14px;
	font-weight:bold;
}