@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Lato;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.img {

	min-width:5%;
	min-height:auto;
	max-width:100%;
	max-height:auto;
	margin: auto;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.7));
	margin: auto;
	border-radius: 4px 4px 4px 4px;
}
 

text {font-family:Lato;

font-size: 1.2vw;
text-align: center;  }

.p {
	font-size:3vw;
}
.p-News {
	font-size:3vw;
}

p.estilo-1::first-letter{
	font-size:1.5em;
	font-family:"Floral Capitals";
}

p.estilo-2::first-letter{
	font-size:1.5em;
	font-family:"Floral Capitals";
	margin:4px;
	float:left;
}

p i:first-child {
  color: #000;
  font-family: "Floral Capitals";
  font-size:calc(1.5em + 1.5vw);
} 


/* Tooltip container */
.dropdown {
	position: relative;
	display: inline-block;
	font-family: Lato;
	text-align: center;
	height: 10%;
	width: 40%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: calc (0.2em + 0.2vw);
	font-weight: normal;
	color: #C00;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}

.dropdown-content {
	display: none;
	position: relative;
	background-color: #000;
	min-width: 60px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	font-family: urania;
	color: #FFF;
	text-align: justify;
	height: auto;
	width: 80%;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
 

.Head {
	width: 100%;
	height: auto;
	text-align:center;
	font-size:100%;
	font-family:Helvética (sans-serif);
	background-color: #2c3e50;
	border: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ecf0f1;
	-webkit-box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
	box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
}

.Head-Social {
	width: 100%;
	height: auto;
	font-size:100%;
	font-family:Lato;
	background-color: #2c3e50;
	text-transform:uppercase;
	color: #ecf0f1;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ecf0f1;
	font-size: calc(0.5em + 0.5vw);


}
.Head-Menu {
	width: 100%;
	height: auto;
	text-align:center;
	font-size:100%;
	font-family:Lato;
	border-bottom-color:#000 double 3px;
	font-size: calc(0.5em + 0.5vw);
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ecf0f1;
	
}

.Cabecero {
	width:99%;
	height:185px;
	background-color: rgba(28,110,164,1);
	text-align:center;
	
	text-transform:uppercase;
	
	-webkit-box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
	box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
	font-weight: bolder;
	vertical-align: middle;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #C00;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: linear-gradient(to right, #1c6ea4, #1b6a9e, #1a6798, #1a6393, #19608d, #185c87, #175880, #16547a, #154f72, #14496b, #124463, #113f5c);
}

.LIMCOL {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#fbc500;
}

.Pormares {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
}


.Caja {
	width:90%;
	height:auto;
	background-color:#666;
	text-align:center;
	font-family:"Lato";
	font-size:32px;
	border:2px solid #C00;
	margin:auto;
	padding:25px;
}
.A {
	width:90%;
	height:auto;
	background-color:#999;
	text-align:center;
	border:1px solid #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	margin-top: 100px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	
}







.B {
	width:95%;
	height:auto;
	background-color:#999;
	text-align:center;
	border:1px solid #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.C {
	width:90%;
	height:auto;
	background-color:#999;
	text-align:center;
	border:1px solid #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 50px;
}

.Mediamenu {
	width:95%;
	height:auto;
	background-color:#999;
	text-align:center;
	border:1px solid #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
}

.efectolupa { cursor: pointer; }
.efectolupa img:hover {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}
.efectolupa:after {
   content: '\f002';
    position: relative;
    color: #ccc;
    width: 30px;
    height: 30px;
    bottom: 59px;
    left: 458px; 
    font-family: FontAwesome;
    font-style: normal;
    opacity: 0.8;
    font-size: 18px;
}


.TMenu {
	text-align:center;
	font-family: lato;
	font-size:calc (2em + 2vw);
	font-weight: bold;
	text-transform: uppercase;
}
.TxMenu {
	text-align:center;
	font-family: lato;
	font-style: italic;
	font-size:calc (0.5em + 0.5vw);
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}


.pie {
	width: 100%;
	height: auto;
	text-align:center;
	font-size:100%;
	color:#FFF;
	background-color: #2c3e50;
	border: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ecf0f1;
	-webkit-box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
	box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
	font-family: Lato;
	font-size: 22px;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #1c6ea4, #1b6a9e, #1a6798, #1a6393, #19608d, #185c87, #175880, #16547a, #154f72, #14496b, #124463, #113f5c);
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
      
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
      
    overflow:hidden;
  
    }   
  
.rotate:hover   
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}

p::first-letter 
	font-family:Georgia, "Times New Roman", Times, serif;
  color: #b01605;
  float: left;
  font-size: 3em;
  margin: 0.2em, 0.2em, 0.2em, 0.5em;


-moz-box-shadow: 1px 1px 6px 6px #333 inset;
	-webkit-box-shadow: 1px 1px 6px 6px #333 inset;
	-ms-box-shadow: 1px 1px 6px 6px #333 inset;
	-khtml-box-shadow: 1px 1px 6px 6px #333 inset;



.Prueba{
	width:100%
	color: linear-gradient(0deg, rgba(186,7,219,1) 0%, rgba(120,0,148,1) 50%, rgba(203,72,224,1) 100%);

}
.Portada{
	width:auto;
	height:auto;
	text-align:center;
	background-color:#CCC;
	color:#000;
	font-family:"Lato";
}
.Portada:hover{
	width:auto;
	height:auto;
	text-align:center;
	background-color:#666;
	border: #000 thin 3px;
	color:#FC0;
	font-family:"Lato";
	font-weight:bold;
	box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);