/* CSS Document */
*{
  margin: 0;
}
a{
	text-decoration:none;
}

body{
  background-color: #DDD;
  color: #808080;  
  height: auto;
  margin: 10px auto;
  width: 1000px;
  box-sizing:border-box;
}
.clear {
	clear: both;
}

/*BANNER*/
.bannner { 
  -webkit-box-shadow: #666 0 2px 3px;
  -moz-box-shadow: #666 0 2px 3px;
  box-shadow: #666 0 2px 3px;
  background: #6CF;
  background: -webkit-linear-gradient(#6CF, #08388C);
  background: -moz-linear-gradient(#6CF, #08388C);
  background: -ms-linear-gradient(#6CF, #08388C);
  background: -o-linear-gradient(#6CF, #08388C);
  background: linear-gradient(#6CF, #08388C);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309dcf', endColorstr='#08388C',GradientType=0 ); 
  
  height: 65px;
  line-height:65px;
  width:1000px;
  
  clear: both;
  text-align:center;
  padding:5px 0 5px 0;
  margin: 0 0 2px 0;
  position:relative;
  box-sizing:border-box;
}
.ban-img-izquierda {
  position:absolute;
  left:2px;
  top:15px;
}
.ban-img-derecha {
  position:absolute;
  right:2px;
}

.bannner img {
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}
.bannner p a{
  color: #F4F2EF;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 23px;
  position:absolute;
  left: 260px;
  text-decoration:none;
}

a.tooltip span {
    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#000;
    color:#e0e0e0;
    padding:0px 7px;
    line-height: 24px;
    height: 24px;
     
    opacity: 0; 
    transition:opacity 0.4s ease-out; 
}       
     
a.tooltip span::before {
    content: "";
    display: block;
    border-left: 6px solid #000000;
    border-top: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 0px;
}
     
a.tooltip:hover span {
    opacity: 1;
    bottom:-35px;
}

header{
	height:500px;
}

/*Menú de Pagina*/
nav {
    width:1000px;
	z-index:1;
}

#menu {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0;
	background: #007DAD;
	
	background: linear-gradient(#6CF, #08388C);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309dcf', endColorstr='#08388C',GradientType=0 );
	box-shadow: 0 2px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0, .5);

}
#menu li {

    float:left;
    position:relative;
    list-style:none;	
}
#menu a {
    font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:8px 20px;
    text-shadow:0 2px 2px rgba(0,0,0, .7);
}

/* selected menu element */
#menu .current a, #nav li:hover > a {
    background:#007DAD;
    color:#000;
    border-top:1px solid #f8f8f8;
    box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}

/* sublevels */
#menu ul li:hover a{
    background:#007DAD;
	
    border:none;
    color:#000;
}
#menu ul li a:hover {
    background:#000;
    color:#fff;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#menu ul li:first-child > a {
    -moz-border-radius-topleft:10px; /*some css3*/
    -moz-border-radius-topright:10px;

}
#menu ul li:last-child > a {
    -moz-border-radius-bottomleft:10px; /*some css3*/
    -moz-border-radius-bottomright:10px;

}

/* drop down */
#menu li:hover > ul {
    opacity:1;
    visibility:visible;
	z-index: 999;
}
#menu ul {
    opacity:0;
    visibility:hidden;
    padding:0;
    width:175px;
    position:absolute;
    /*background:#09C;*/
	background: linear-gradient(#259FDA, #08388C);
    border:1px solid #7788aa;

    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);

    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#menu ul li {
    float:none;
    margin:0;
}
#menu ul a {
    font-weight:normal;

}
#menu ul ul {
    left:160px;
    top:0px;
}

#menu li.active> a, #menu li> a:hover {
	color: #FFF;
	background:rgba(31, 31, 31, 0.99);
}
/* Fin de Menu */


/* Main principal */

#main {
  background: FBF8F8;
  width: 1000px;
  border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  display: inline-block;
  padding: 0px;
  padding-right:0px;
  position:relative;
  box-sizing:border-box;
}
/* Main Derecho*/
#main_right {
  font-family: 'Lato', sans-serif;
  width: 216px;
  float: right;  
  margin:0px;
  padding:0px 0px 0px 0px;
  box-sizing:border-box;

}
/* Fin Main Derecho*/

/* Main Izquierdo*/
#main_left {
  width: 780px;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;  
  box-sizing:border-box;
}

#leftup{
  width: 100%;
  padding: 0;
  display: inline;
  text-align: justify;
}

/* Fin Main Izquierdo*/

.contenido{
  background: #fff;
  text-align: justify;
  display: block;
  overflow: hidden;
  padding: 15px;
  margin: 5px 10px 0px 0px;
  width: 745px;
  height:100%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #000;
  border-width:2px;
  border-style:solid;
  border-color:#259FDA;
}

.contenido a{
	text-decoration:none;
}

#enlacesext {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  /*-webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;*/
  box-shadow: 0 2px 2px rgba(0,0,0, .5);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .5);  
  border-width:2px;
  border-style:solid;
  border-color:#259FDA;
  background: white;
  box-sizing:border-box;
}

#enlacesext img{
	margin-right:20px;
	max-width:120px;
}

#noticias{
  background: #fff;
  text-align: justify;
  padding: 0px;
  margin: 5px 0 15px 0;
  width: 380px;
  height: 317px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #000;
  border-width:3px;
  border-style:solid;
  border-color:#259FDA;
  
  
  border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

#noticias a h3{
  color: white;
  line-height: 30px;
  margin: 0;
  text-align:center;
  text-decoration:none;
  background:linear-gradient(#259FDA, #08388C);	
}

/* ESTILOS ENLACES DERECHO */
#enlacesder {
  margin-top: 5px;
  margin-bottom: 2px;
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-style:solid;
  border-color:#259FDA;
  background: #fff;
  box-sizing:border-box;
}
#enlacesder h3{
  color: white;
  line-height: 30px;
  text-align:center;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  margin: 0;
  padding:0;
  background:linear-gradient(#259FDA, #08388C);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309dcf', endColorstr='#08388C',GradientType=0 );
}
#enlacesder img {
  margin: 3px 3px 0 0;
  width: 195px;
  border: none;
}

#socialfb {
  margin-top: 5px;
  margin-bottom: 2px;
  width:100%;
  height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-style:solid;
  border-color:#259FDA;
  background: #fff;
  box-sizing:border-box;
}

#socialfb h3{
  color: white;
  line-height: 30px;
  text-align:center;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  margin: 0;
  padding:0;
  background:linear-gradient(#259FDA, #08388C);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309dcf', endColorstr='#08388C',GradientType=0 );
}

#navegadores {
  margin-top: 5px;
  margin-bottom: 2px;
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-style:solid;
  border-color:#259FDA;
  background: #fff;
  box-sizing:border-box;
}

#navegadores h4{
  color: white;
  line-height: 30px;
  text-align:center;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  margin: 0;
  padding:0;
  background:linear-gradient(#259FDA, #08388C);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309dcf', endColorstr='#08388C',GradientType=0 );
}


.menuder {
  --background-color: #ededed;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Lato', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  text-align: justify;
  position:relative;
  
  margin: 0px;
  padding:6px 0 6px 6px;
  display: block;
  box-sizing:border-box;
}
.menuder li{
  list-style: none;
  position: relative;
  text-transform: uppercase;
}


/* FOOTER */
footer {
 
  -webkit-box-shadow: #666 0 2px 3px;
  -moz-box-shadow: #666 0 2px 3px;
  box-shadow: #666 0 2px 3px;
  background: #6CF;
  background: -webkit-linear-gradient(#6CF, #08388C);
  background: -moz-linear-gradient(#6CF, #08388C);
  background: -ms-linear-gradient(#6CF, #08388C);
  background: -o-linear-gradient(#6CF, #08388C);
  background: linear-gradient(#6CF, #08388C);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309dcf', endColorstr='#08388C',GradientType=0 );
  
  position:relative;
  height: 95px;
  clear: both;
  margin: 8px auto 0 0;
  padding: 10px 0 5px 0;
  text-align:center;
  box-sizing:border-box;
}
.img-izquierda {
  float: left;
  width: 150px;
}
.img-derecha {
  float: right;
  width: 150px;
}

footer img {
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}
footer p {
  color: #F4F2EF;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  float: left;
  line-height: 25px;
}
footer a{
  color: white;
  font-weight:bold;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
footer a:hover {
  color: #4169E1;
}


/* POP-UP */

.popup {
    background-color: #ffffff;
    color: #888888;
    height: 245px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 550px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity:0.5;
}

a.close {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

