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

body {
	background-image:url(img/Tip_TIC_Septiembre_2015_.png);
	background-repeat:no-repeat;
	background-color: #e6f1f7;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.espaciocabezote {
	width: 100%;
	height: 700px;
	}	

h1 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#750204;
	text-align: center;
	font-weight:200;
	margin: 0px;
	padding-top: 15px;
	text-shadow: 1px 1px #f3f6f8;
	}
	
h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#e40a18;
	text-align: center;
	font-weight: 100;
	margin: 0px;
	padding-top: 40px;
	}
	
p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#7F7F7F;
	text-align:left;
	font-weight:300;
	margin: 10px 0px;
	}
	
.contenedor {
	width: 800px;
	height: 100%;
	margin:auto;
	}	
	
.contenedorresaltado {
	background-color:#dae5ea;
	width: 760px;
	height: 100%;
	margin: 20px auto;
	border-radius: 10px;
	padding: 10px 20px;
	}	
	
/* Pop ap */

.box {
  margin-top: 6px;
  padding: 0px;
  border-radius: 100px;
  background-clip: padding-box;
  text-align: center;
  padding-left: 0px;
  padding-top: 5px;
}

.button {
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:25px;
  font-weight:bold;
  color:#FFF;
  font-weight:200;
  padding: 15px 24px;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  background-color:#e58791;
}
.button:hover, .button.activo {
  background: #e30a18;
  color: #fff;
}

.overlay {
	width: 100%;
	height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  top:10%;
  margin: auto;
  padding: 20px;
  background: #fafafa;
  border-radius: 5px;
  width: 690px;
  position: relative;
  text-align:center;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 2px;
  right: 8px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #8c8c8c;
}
.popup .close:hover {
  color: #e00a17;
}
.popup .content {
  overflow: auto;
}

/* Pop ap */

.tips {
	margin: 800px;
	height:100%;
	margin: 20px auto;
	}
	
.abajo {
	background-color:#dae5ea;
	width:100%;
	height: 100%;
	margin-top: 50px;
	margin-bottom:0;
	bottom: 0;
	border-top: solid 1px #FFF;
	}
	
.barraparatitulo {
	width:800px;
	height:75px;
	background-color:#cbd5d9;
	margin: auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.footer {
	width:100%;
	height: 65px;
	padding-bottom:0;
	background-color:#8f060b;
	margin-top:0px;
	}
	
a:link   {   
 text-decoration:none;  
} 

.tip {
	width:685px;
	height:420px;
	margin:auto;
	}