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

.EP_logo_i{

    display: block;
    margin: auto;
}

img.center {
	vertical-align:middle;
}

p.Eidos{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:36px;
	font-weight:bold;
	 color: #ADC6EF;
	  line-height:0.8;
     text-shadow: 2px 2px 6px #3CF;
}
p.Eidos_sub{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	 color: #00e6e6;
	  line-height:0.2;
     text-shadow: 4px 4px 8px #3CF;
	   text-indent:10px;
}


/* POPUP*/

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  
}

.box-destacado {
  width: 100%;
  margin: 0 auto;
  background: #9F9;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: left;
  color:#333;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.link-index{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.link-index:hover{
	cursor: hand;
    cursor: pointer;
    opacity: .9;
	}
	

/*esample:
<div id="popup1" class="overlay">
	<div class="popup">
		<h2>Here i am</h2>
		<a class="close" href="#">&times;</a>
		<div class="content">
			Thank to pop me out of that button, but now i'm done so you can close this window.
		</div>
*/
