﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?d8t7mv');
  src:  url('../fonts/icomoon.eot?d8t7mv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d8t7mv') format('truetype'),
    url('../fonts/icomoon.woff?d8t7mv') format('woff'),
    url('../fonts/icomoon.svg?d8t7mv#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-telefono:before {
  content: "\e900";
}
.icon-estrella:before {
  content: "\e901";
}






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


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

#pagina{
	border-top: 5px solid #051d84;
	border-bottom: 5px solid #051d84;
	background: white;
	width: 100%;
	float: left;
	padding: 5px 10px 20px;

	box-shadow: 3px 3px 3px #000;
}

#cabecera{
	position: relative;
	border: 0px solid blue;
	width: 100%;
	float: left;
	padding: 7px 0;
	margin-bottom: 20px;
}



#logotipo{
	border: 0px solid red;
	width: 62%;
	line-height: 45px;
	text-align: center;
	color: rgba(76, 57, 0, 0.5);
    text-shadow: 1px 1px 2px #dbd3bc, 0 0 0 #000, 1px 1px 2px #dbd3bc;

	font-size: 40px;
	font-weight: bold;
	float: left;
}

#logotipo img{
	width: 100%;
	float: left;
}

#pemex{
	height: 65%;
	float: left;
	margin-left: 50px;
}

#datos{
	border: 0px solid red;
	background: #f7f7f7;
	width: 36%;
	float: right;
	padding: 10px;

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

#datos p{
	border: 0px solid blue;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}

#datos a{
	font-size: 20px;
}

#datos strong{
	font-size: 24px;
	color: #016237;
}

#datos b{
	color: #016237;
}



#efecto{
	width: 100%;
	float: left;
}

#efectoi{
	width: 62%;
	float: left;
}

#efectod{
	width: 35%;
	float: left;
	margin-left: 20px;
}

#efectod a{
	color: white;
	text-decoration: none;
}

#factura{
	background: #0e3d51;
	width:97%;
	font-size: 19px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;

	border-radius: 3px;

	box-shadow: 3px 3px 3px #000;
}

#factura:hover{
	background:#079170 ;
}

#servicios{
	background:#1b42c9;
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	font-size: 21px;
	line-height: 42px;
	color: white;
	float: left;
	padding: 15px 10px 15px;

	border-radius: 5px;

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

#servicios strong{
	font-size: 22px;

	text-shadow:1px 1px 1px #000;
}



#contenido{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.seccion{
	border: 0px solid #051d84;
	width: 62%;
	line-height: 33px;
	font-size: 21px;
	float: left;
	padding-right: 5px;

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

.seccion strong{
	color: #016237;
}

.imagen-seccion{
	width: 35%;
	float: left;
	margin-left: 20px;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 5px;
}



#mapa{
	border: 0px solid red;
	width: 62%;
	float: left;
	padding-right: 15px;

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


#formulario{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 35%;
	float: left;
	padding: 10px;
	margin-left: 20px;

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


#mapa strong, #formulario strong{
	color: #016237;
	font-size: 22px;
}