﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fmt5em');
  src:  url('../fonts/icomoon.eot?fmt5em#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fmt5em') format('truetype'),
    url('../fonts/icomoon.woff?fmt5em') format('woff'),
    url('../fonts/icomoon.svg?fmt5em#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e902";
}
.icon-celular:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e901";
}






body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family:'Century Gothic', sans-serif;
}


#cabecera{
	width: 1150px;
	height: 120px;
	margin: 0 auto;
}

#cabecera-conten{
	position: relative;
	width: 100%;
	float: left;
}

#logotipo{
	position: relative;
	z-index: 1000000;
	border: 0px solid red;
	background: rgba(256,256,256,0.9);
	width: 15%;
	height: 150px;
	text-align: center;
	float: left;
}

#logotipo img{
	width:55%;
}

#cabecera-contenido{
	border: 0px solid red;
	width: 61%;
	float: left;
	padding-left: 20px;
	padding-top: 30px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#leyenda{
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #838385;
	float: left;
}
#leyenda strong{
	width: 100%;
	font-size: 20px;
	color: black;
	float: left;
}

#datos{
	width: 100%;
	font-size: 19px;
	margin-top: 30px;
	float: left;
}

#datos b{
	margin-left: 40px;
}

#cabe{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}



#menu{
	border-top: 2px solid rgba(131,131,133,0.1);
	border-bottom: 2px solid rgba(131,131,133,0.1);
	background: white;
	width: 100%;
	float: left;
}

#menu-r{
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	width: 100%;
	color: #838385;
	font-size: 18px;
	text-align: center;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

#menu-conten{
	width: 1150px;
	margin: 0 auto;
}

#menu-conten a{
	color: black;
	text-decoration: none;
}

#menu-conten ul{
	width: 100%;
	float: right;
}

#menu ul li{
	width: 14.28%;
	float: left;
}

.menu{
	border-bottom: 2px solid transparent;
	width: 100%;
	color: #838385;
	font-size: 18px;
	text-align: center;
	float: left;
	padding: 12px 0;
}

.menu:hover, .activo, #menu-r:hover{
	border-top: 2px solid #00aeeb;
	border-bottom: 2px solid #00aeeb;
	color: #00aeeb;
}



#efecto{
	width: 100%;
	float: left;
	margin: 20px 0;
}

#efecto-conten{
	width: 1150px;
	margin: 0 auto;
}



#wrapP{
	width: 1150px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
}

#titulo-pestana{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#titulo-pestana div{
	border: 1px solid #ddd;
	background: white;
	color:#00aeeb;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding: 10px;
}



#footer{
	background: white;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1150px;
	margin: 0 auto;
}

#footer-conten span{
	color:  #00aeeb;
	float: left;
	padding: 9px 0;
}

.right{
	float: right !important;
}




@media screen and (max-width: 1150px){
	#cabecera, #menu-conten, #efecto-conten, #wrapP{
		width: 100%;
	}

	#pagina{
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer-conten{
		width: 100%;
		text-align: center;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px){
	#cabe{
		display: none;
	}
	#logotipo{
		width: 20%;
	}
	#cabecera-contenido{
		width: 78%;
	}
}

@media screen and (max-width: 750px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
}

@media screen and (max-width: 550px){
	#cabecera{
		background: white;
		height: auto;
		float: left;
	}
	#cabecera-conten{
		float: left;
	}
	#logotipo{
		width: 100%;
		height: auto;
		text-align: center;
		float: left;
	}
	#logotipo img{
		position: relative;
		width: 30%;
	}
	#cabecera-contenido{
		width: 100%;
		text-align: center;
		float: left;
		padding: 0 10px;
		margin: 20px 0;
	}
}

@media screen and (max-width: 450px){
	#logotipo img{
		width: 40%;
	}
}