
@font-face {
    font-family: Nexa;
    src: url("fonts/Nexa_Light.otf") format("opentype");
}

@font-face {
    font-family: Nexa;
    font-weight: bold;
    src: url("fonts/Nexa_Bold.otf") format("opentype");
}

html {
	background-color: #777;
	text-align: center;
}

header {
	text-align:center;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border-bottom: solid 2px #777;
}


body {
	background-color: transparent;
	padding:0;
	margin:0;
	text-align: center;
}

div.principal {
	background-image: url('imagenes/fondos_updt/guadalajara1.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	width: 100vw;
	height: 100vh;
	z-index:0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;	
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}

/*div.divFondo {
	background-image: url('imagenes/fondos/guadalajara.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	width: 100vw;
	height: 100vh;
	padding: 0;
	position: absolute;
	top:0;
	left:0;
}*/



h1 {
	font-family: 'Nexa', sans-serif;
	color: rgba(255,255,255,0.8);
	font-size: 22px;
	font-weight: normal;
	padding: 10px;
	margin:10px;
	line-height: 150%;
}

h2 {
	font-family: 'Nexa', sans-serif;
	color: #777;
	font-size: 22px;
	font-weight: normal;
	font-weight: bold;
	padding: 10px;
	line-height: 150%;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #111;
	font-size: 28px;
	font-weight: bold;	
	text-shadow:
	    -1px -1px 0 #EEE,
	    1px -1px 0 #EEE,
	    -1px 1px 0 #EEE,
	    1px 1px 0 #EEE;  	
}

h4 {
	font-family: 'Nexa', sans-serif;
	color: #777;
	font-size: 16px;
	font-weight: bold;
	margin: 9px 0;

}

h5 {
	font-family: 'Nexa', sans-serif;
	color: #FFF;
	font-size: 32px;
}


h6 {
	font-family: 'Nexa', sans-serif;
	color: #777;
	font-weight: normal;
	font-size: 16px;
	margin: 9px 0;

}

hr {
	border-color: rgba(255,88,96,0.8);
	width: 40px;
	margin: 5px auto;
}

nav {
	width: 1000px;
	background-color: #FFF;
	padding-top:12px;
	overflow: hidden;
	height: 72px;
	text-align: left;
	margin: 0 auto;
}

nav ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
}

nav ul li {
	display: inline-block;
	margin:0;
	padding: 0;
	border: none;
}

nav ul li a {
	display: inline-block;
	color:#000;
	text-decoration: none;
	font-family: 'Nexa'; 
	font-size: 16px;
	font-weight: bold;
	padding: 12px 6px 0 6px;
	margin: 0 10px;
	vertical-align: middle;
	opacity: 0.8;
	box-sizing: border-box;
	height: 44px;
	border-bottom: 2px solid transparent;
}

nav ul li a img {
	vertical-align: middle;
}

nav ul li a:hover {
	color: #000;
	opacity: 1;
	/*background-color: #FFF; */
	border-bottom-color: #D01D2B;
}

div {
	text-align: center;
}

div.divHeader {
	width: 100%;
	background-color: #FFF;
	height: 72px;
	margin: 0 auto;
	overflow: hidden;
	color: #F00;
	font-family: 'Open-Sans', sans-serif;
	font-size: 11px ;	
	text-align: right;
	z-index: 98;
}


div.divAsociados {
	background-color: #FFF; 
	padding: 20px;
}

div.divAsociados a {
	display: inline-block;
	padding: 10px;
}

div.divAsociados img {
	max-height: 48px;
	vertical-align: middle;
}



div.divBancos {
	background-color: #FFF; 
	padding: 50px;
}

/*div.divBancos a {
	display: inline-block;
	padding: 10px 25px;
}*/

div.divBancos img {
	max-height: 20px;
	vertical-align: middle;
	margin: 6px 30px;
}

div.divInfoBco {
	background-color: #FFF;	
	padding: 0;
	margin: 0;
}

div.divInfoGris {
	background-color: #EEE;	
	padding: 20px 0;
}

div.divInfoDrk {
	background-color: #333;	
	padding: 10px 0;
}

div.divFondoFijo {
	/*position: absolute;
	top: 0;
	left: 0;*/
	height: 435px;
	width: 100%;
	/*background-attachment: fixed;
	background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center center;
	/*z-index: 1;*/
	padding-top: 180px;
	box-sizing: border-box;
}

div.divGaleriaCnt {
	width: 1000px;
	overflow: hidden;
	padding: 5px;
	margin: 0 auto;
	background-image: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 48px;
	background-color: transparent;
	border-bottom: 1px solid #CCC;
}

div.divGaleriaDtl {
	width: 2900px;
	background-image: none;
	text-align: left;
	padding: 0;
	overflow-y: none;
	overflow-x: auto;
	position: absolute;
	left:0;
	top:0;
}

div.divGaleriaDtl img {
	margin: 0 24px;
}

div.divBanner {
	height: 200px;
	background: url('images/fondo_15_anios_de_experiencia.png')
	padding-top:80px;
}



table.tblInfo {
	width: 1000px; 
	margin: 0 auto;
}

table.tblInfo td {
	width: 200px; 
	vertical-align: top;
	padding: 15px;
}

table.tblContacto {
	width: 1000px; 
	margin: 0 auto;	
	font-family: 'Open-Sans', sans-serif;
	font-size: 15px ;
	color: #555;
}

table.tblContacto td {
	vertical-align: top;
}

table.tblBlog {
	width: 1000px; 
	margin: 0 auto;	
	font-family: 'Open-Sans', sans-serif;
	font-size: 17px ;
	color: #555;
}

table.tblBlog td {
	vertical-align: top;
	text-align: left;
	padding:24px;
	line-height: 130%;
}

p {
	font-family: 'Nexa', sans-serif;
	font-size: 14px ;
	color: #777;
}

p.pIndex {
	height: 70px;
	overflow: hidden;
	display: block;
}

p.pEmpresa {
	font-size: 14px ;	
	font-family: 'Nexa', sans-serif;
}

ul {
	list-style: none;
	text-align: left;
}

li {
	font-family: 'Open-Sans', sans-serif;
	font-size: 12px ;
	color: #555;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px	
}

span.spnSubtitulo {
	color: #EEE;
	font-family: 'Questrial', sans-serif;
	font-size: 17px ;	
}

span.spnSubtituloHdr {
	color: #FFF;
	font-family: 'Questrial', sans-serif;
	font-size: 14px ;	
}


span.spnBtnMapa {
	display: block;
	width: 100%; 
	text-align: right; 
	padding: 0 20px; 
	box-sizing: border-box;
}

button {
	background-color: #D01D2B;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #D01D2B; 
	border-bottom: 2px solid #A0001B;
	width: 160px;
	padding: 7px;
	margin:0;
	font-size: 12px;
	border-radius: 5px;
}

a.lnkBoton {
	display: inline-block;
	background-color: #D01D2B;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #D01D2B; 
	border-bottom: 2px solid #A0001B;
	width: 160px;
	padding: 9px;
	font-family: 'Open-Sans', sans-serif;
	font-size: 12px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
}

footer {
	background-color: #222;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #777; 
	line-height: 180%;
	margin:0;
}

footer hr {
	border-color: #655;
	padding: 0;
	margin: 0;
	width: 100%;
}

footer table {
	display: inline-block;
	width:990px;
	text-align: left;
	margin: 12px 0;
}

footer table tr td {
	vertical-align: top;
	padding: 5px 20px;
	box-sizing: border-box;
}

footer b {
	color: #AAA;
	margin-bottom: 7px;
	display: block;
	border-bottom: 1px solid #777;
	font-family: 'Nexa';
	font-size: 14px;
}

footer a {
	display: inline-block;
	color: #777;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	padding: 2px;
}


footer a:hover {
	text-decoration: underline;
}

form {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	padding: 36px 12px;
	box-sizing: border-box;
}

label {
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	color: #777;
	display: block;
	padding: 14px 2px 4px 4px;
}

input {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #222;
	border: none;
	/*border: 2px solid #999;*/
	border-radius: 5px;
	padding: 7px;
}

select {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #222;
	/*border: 2px solid #999;*/
	padding: 5px;
}

textarea {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #222;
	border: 2px solid #999;
	padding: 5px;
	min-width: 450px;
	min-height: 70px;
}

input[type=radio] + label {
	background: transparent; 
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	color: #555;
	display: inline-block;
	font-size: 19px; 
	margin: 3px 0;
	text-align: center;
	vertical-align: middle;
	padding: 6px 18px;
	border-radius: 3px;
}

input[type=radio] {
  display: none;   
}

input[type=radio] + label:hover {
	background-color: #FFF;
	color: #000;
}

input[type=radio]:checked + label {
	background-color: #555;
	color: #FFF;
}

form p {
	color: #F33;
}

form strong {
	color: #F33;
}

.postER {
  display: block; 
  padding: 20px;
  font-size: 19px;
  color: #FF3333;
  margin-top: 20px;
  border: 1px solid #FF3333;
  background-color: #FFCCCC;
  font-family: Arial, Helvetica, sans-serif;
}

.postOK {
  display: block; 
  padding: 20px;
  font-size: 19px;
  color: #33CC33;
  margin-top: 20px;
  border: 1px solid #33CC33;
  background-color: #CCFFCC;
  font-family: Arial, Helvetica, sans-serif;
}