@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

.Botones_Menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #4b5c66;
}

.Titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #4b5c66;
}

.SubTitulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	color: #4b5c66;
}

.ContenidoNormal {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #4b5c66;
}

.ContenidoBold {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #4b5c66;
}

.Titulo_Bco {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.SubTitulo_Bco {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.ContenidoNormal_Bco {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.ContenidoNormal_Bco_Smaller {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.ContenidoNormal_Ngo {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #273339;
}

.ContenidoNormal_Ngo_Smaller {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #273339;
}

.ContenidoBold_Bco {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.Botones_Menu_footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4b5c66;
}

.Botones_Menu_footer_Vde {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #80ba27;
}

.Botones_Menu_footer_gde {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #4b5c66;
}

.Botones_Menu_footer_Vde_gde {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #80ba27;
}

.Botones_Menu_footer_underline {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4b5c66;
	text-decoration: underline;
}

.Liga_Gecco {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4B5C66;
}

A:link {text-decoration:none;color:#4b5c66;} 
A:visited {text-decoration:none;color:#4b5c66;} 
A:active {text-decoration:none;color:#4b5c66;} 
A:hover {text-decoration:underline;color:#4b5c66;} 

/* [Object] Modal
 * =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(45deg);
	left: 50%;
	margin: -3px 0 0 -3px;
	top: 0;
	background-color: #FFFFFF;
	background-image: url(images/close_popup.png);
}

.modal__close:hover:after,
.modal__close:hover:before {
	background-color: #FFFFFF;
	background-image: url(images/close_popup_over.png);
}

.modal__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}


/* Other
 * =============================== */
body {
  padding: 1%;
  font: 1/1.5em sans-serif;
  text-align: center;
}

.btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	cursor: pointer;
	background: #27ae60;
	display: inline-block;
	color: #fff;
	border-radius: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.btn:hover,
.btn:focus {
  background: #2ecc71;
}

.btn:active {
  background: #27ae60;
  box-shadow: 0 1px 2px rgba(0,0,0, .2) inset;
}

.btn--blue {
  background: #4B5C66;
}

.btn--blue:hover,
.btn--blue:focus {
	background-color: #4B5C66;
}

.btn--blue:active {
  background: #80ba27;
}

p img {
  max-width: 400px;
  height: auto;
  float: left;
  margin: 0 1em 1em 0;
}