﻿@charset "UTF-8";

html,body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	background: url(images/bg_pacthum.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

a {
text-decoration: none;
color: #666666;

}

*{
margin:0;
padding:0;
}

/* FUENTES */
@font-face {
font-family: Gotham-Bold;
src: url(ttf/Gotham-Bold.otf);
}

@font-face {
font-family: Gotham-Book;
src: url(ttf/Gotham-Book.otf);
}

@font-face {
font-family: Square;
src: url(ttf/SQU721RM_0.ttf);
}

@font-face {
font-family: SquareExt;
src: url(ttf/sqr721e.ttf);
}

/* MAQUETACIÓN */
#container {
	min-height:100%;
	width:100%;
	/*position: relative;*/
	padding: 0;
	z-index: 10;
	background: #8f8979;

}

#encabezado_bg{
/*background-image: url(images/head-image.png);*/
background-color: #ffffff; /*#09121b*/
/*position: absolute;*/
width: 100%;
height: 145px;
border-bottom: 5px solid #052f83; 

}

#encabezado{
background-image: url(images/header_pacthum.jpg);
width: 1000px;
height: 145px;
margin:0 auto;
/*border: 1px solid #000; /* temp */
}

#logo {
position:absolute;
height:99px;
width:300px;
z-index:90000;
	/*border: 1px solid #000;*/
margin-top:30px;
margin-left:1%;
}

#cuerpo_bg{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
		/*margin-top:180px;*/
		/*border: 1px solid #000;*/
}

#cuerpo{
width: 1000px;
height: 450px;
margin:0 auto;
/*border: 1px solid #000; /* temp */

}

.fondocuerpo{
	background: white url(images/square.png);
background-repeat: repeat;
 /*opacity: 0.9;
  filter:  alpha(opacity=90);
  z-index:-1000;*/
}

#footer_bg {
width: 100%;
height: 150px;
background-color: #09121b;
border-top: 5px solid #052f83;
margin: 0 auto;

top:15px;
}

#footer {
width: 1000px;
height: 140px;
margin: 0 auto;
position: relative;
top: 6%;
}



/* INICIO */
#bg {
	position: relative;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
}

/* NOSOTROS */
.title_nos{
color: #0083ed;
font-size: 24px;
font-family: Gotham-Book;
text-align: center;
font-weight:bold;

}

.text_nos{
color: #000000;
font-size: 16px;
font-family: Arial;
text-align: justify;
}

.lista{
font-family: Arial;
text-align:left;
margin-left:40px;
}

.lista ul,.lista li {

}


/* MENU */
.navigation{
font-family: Gotham-Book;
width:700px;
height:30px;
margin-top: 95px; /*108*/
float:right;
text-align:right;

/*border: 1px solid #000;*/
}

.navigation ul,.navigation li {
list-style-type:none;
display:inline;
/*margin:0px 10px;*/
}

.navigation a:link, .navigation a:visited, .navigation a:active {
font-size:15px;
color:#000;
/*border-bottom:3px #211915 solid;*/
padding:0px 5px 5px 5px;
text-decoration: none;
text-transform: uppercase;
/*border: 1px solid #000;*/

}

.navigation a:hover {
border-bottom:3px solid #000;
color:#0083ed;
font-weight:bold;
}

/* REDES */

.sigueme{
color: #FF0000;
font-size: 20px;
font-family: Gotham-Book;
}

.title_redes{
color: #FF0000;
font-size: 20px;
font-family: Gotham-Bold;
}


/* CONTACTO */
.einput {
background-color: #FFFFFF;
border: 1px solid #999999;
height: 30px;
width: 500px;
font-size:17px;
}

.textarea {
background-color: #FFFFFF;
border: 1px solid #999999;
height: 150px;
width: 500px;
font-size:17px;
}

.text{
	font-size:18px;
	font-weight:bold;
	font-family: Gotham-Bold;
}

#submit {
    cursor: pointer;
	width: 200px;
    padding:8px;
    margin: 0 10px 20px 0;
    border: 1px solid #ccc;
    background: #052f83;
	color: #fff;
	font-size: 15px;
	font-family: Gotham-Book;
    /*border-radius: 8px 8px 8px 8px;*/
}

#submit:hover {
    background: #666666;
}

#borrar {
    cursor: pointer;
	width: 100px;
    padding:8px;
    margin: 0 10px 20px 0;
    border: 1px solid #ccc;
    background: #052f83;
	color: #fff;
	font-size: 15px;
	font-family: Gotham-Book;
    /*border-radius: 8px 8px 8px 8px;*/
}

#borrar:hover {
    background: #666666;
}

/* FOOTER */

#cell1{
width:300px;
margin-left: 15px;
}

#cell3{
width:300px;
margin-right: 15px;
}

#mobile{
background-image: url(images/phone_home_footer.png);
background-repeat: no-repeat;
right:-1040px;
width:110px;
height:172px;
position: relative;
top:-180px;
z-index:100;
/*border: 1px #fff solid;*/
}


/* EXTRAS */

.espacio{
margin-top:150px;
}

#copyright{
font-family: Gotham-Book;
font-size: 11px;
color: #666;
text-align: left;
text-decoration: none;
line-height:16px;
margin-left: 10px;
}