*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p{

	color: blue;
}

.azul{
	color:blue;
}
.fondo{
	background: yellow;
}
header{
	width: 100%;	
	background: rgba(0,0,0,.7);
	height: 70px;
	position:fixed;
	z-index:10;
}

.ancho{

	width:  80%;
	height: 70px;
	/*background: red;*/
	margin: auto;
}
.logo {
	width: 30%;
	height:  70px;
	/*background: blue;*/
	float: left;
	padding-top: 10px;
	box-sizing: border-box;

}
.logo p a{
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	font-weight: bold;
	font-family: rale;

}

nav {
width: 70%;
height: 70px;
/*background: olive;*/
float: left;
text-align: right;
padding-top: 24px;
box-sizing: border-box;
}
/*nuevo para menu celular*/
header nav ul {
	overflow: hidden;
	list-style: none;
}

nav ul li{
	display: inline;
}

nav ul li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: rale;
}

nav ul li a:hover{
	color: #444;
}
@font-face{
	font-family: rale;
	src: url(fuentes/Raleway-Regular.ttf);
}

h1, h2, h4, h5, h6 {
	text-transform: uppercase;
	color: #444;
	font-family: rale;
	letter-spacing: 1px;

}
h2{
	font-size: 26px;
	color: #333;
}

h3{
	font-size: 20px;
	line-height: 1.5;
	padding-top: 20px;
	font-weight: normal;
	color: #777;
}
h4{
	margin-top: 15px;
	font-size: 16px;
}
h5{
	line-height: 1.5;
	font-weight: normal;
	padding: 10px 0px;
	font-size: 12px;
}

p{
	color: #888;
	font-size: 15px;

}

.wap {
	width: 90%;
	margin: auto;
}
.bienvenidos{
	margin-top: 50px;
	text-align: center;
}
.contenedor-columnas{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}

.columnasx3{
	width: 33.333%;
	float: left;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: auto;
}

.columnasx3 img {
	width: 100%;

}
.banner-1{
	width: 100%;
	background: #1ABC9C;
	clear: both;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	text-align: center;
	box-sizing: border-box;
	transition: 0.4s;
}
.banner-1:hover{
	background: #444;
	transition: 0.4s;
}
.banner-1 h3{
	color: #fff;
	font-size: 32px;
}
.banner-1 a{
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.columnasx3 i{
	float: left;
	padding-right: 20px;
	color: #444;
}
.columna3 h4{
	padding-bottom: 20px;
}
.banner-2{
	margin-top: 50px;
	background: url(../imagenes/Tic3.jpg);
	float: left;
	width: 100%;
	height: 200px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.banner-2 h3{
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 32px;
	height: 100%;
	padding-top: 6%;
}
.banner-2 a{
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #fff;
}