@charset "UTF-8";

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fin reset css */




/* estilos generales */

@font-face {
 font-family: 'agency';
 src: url("../fonts/agency-webfont.ttf"); /* For CSS3 browsers inc. Firefox */
}

body {
	background: url(../images/bg111.jpg) repeat-x #CAC4B4;
	font-weight: normal;
}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 14px;
	text-align: justify;
}
h1 {
	font-size: 0;
	margin:0;
	padding: 0;
	text-align: center;
	text-indent: -99999px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0;
	color: #003366;
	margin:0;
	padding: 0;
	text-align: center;
	text-indent: -99999px;
}
a:link {
  color: #8D7CFF;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
} 
a:active {
  color: #0096ff;
  text-decoration: none;
}
img {
	border: none;
}
a img {
  text-decoration: none;
  background: none;
  border: none;
}



/* estilos contenedor */

#page-wrap {
	width:900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



/* estilos cabezera */

#header {
	width: 900px;
	float: left;
	overflow: hidden;	
}
#top-elements {
	float: left;
	width: 900px;
	margin:0;
	padding:0;
	overflow: hidden;
}



/* estilos del logo */

#logo {
	width: 198px;
	height: 109px;
	float: left;
}

/* estilos de navegacion */

#nav-bar {
	font-family: agency, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	float: right;
	height: 29px;
	margin-top: 60px;
	overflow: hidden;
}
.navlinks ul {
	margin:0;
	padding: 0;
}
.navlinks li {
	position: relative;
	display: inline;
	list-style-type: none;
	padding-left: 22px;
}
.navlinks li a {
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 18px;
	color: #fefae8;
	font-weight: normal;
	padding-bottom: 2px;
}
.navlinks li a:hover {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #f0c786;
}
.navlinks li.current a {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #f0c786;
}

#intro {
	width: 900px;
	height: 259px;
	margin-top: 40px;
	overflow: hidden;
	-moz-box-shadow: 0 1px 2px #6B6B6B;
	-webkit-box-shadow: 0 1px 2px #6B6B6B;
	box-shadow: 0 1px 2px #6B6B6B;
}
#portada {
	width: 888px;
	height: 247px;
	margin-top: 40px;
	overflow: hidden;
	border: 6px solid #EDE5D4;
	background-color: #ede5d4;
	-moz-box-shadow: 0 1px 2px #6B6B6B;
	-webkit-box-shadow: 0 1px 2px #6B6B6B;
	box-shadow: 0 1px 2px #6B6B6B;
}
#prueba, #emple, #contact_jpg, #aire, #refcome, #refinal {
	width: 210px;
	height: 140px;
	float: left;
	margin: 12px 10px 0 0;
}
#content {
	width: 900px;
	margin: 38px 0 10px 0;
}
#content p {
	font-family:  "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #5F5658;
	margin: 10px 0 20px 0;
}
#content #presenta {
	float: left;
	width: 106px;
	height: 23px;
	margin: 5px auto 0 auto;
	padding: 5px;
	background-image: url(../images/presentacion.jpg);
	background-repeat: no-repeat;
}
#content #contacto {
	float:left;
	width: 78px;
	height: 23px;
	padding: 5px;
	margin: 5px 0 0 0;
	background-image: url(../images/contacto.jpg);
	background-repeat: no-repeat;
}
#content #situacion {
	width: 78px;
	height: 23px;
	float: left;
	padding: 5px;
	margin: 5px 0 0 0;
	background-image: url(../images/ubicacion.jpg);
	background-repeat: no-repeat;
}
#content #empleo {
	width: 56px;
	height: 23px;
	padding: 5px;
	float: left;
	margin:0;
	background-image: url(../images/empleo.jpg);
	background-repeat: no-repeat;
}
#content #recom {
	width: 196px;
	height: 23px;
	padding: 5px;
	float: left;
	margin:0;
	background-image: url(../images/refrig_comercial.jpg);
	background-repeat: no-repeat;
}
#content #reind {
	width: 197px;
	height: 24px;
	padding: 5px;
	float: left;
	margin:0;
	background-image: url(../images/refrigeracion_industrial.jpg);
	background-repeat: no-repeat;
}
#content #servi {
	width: 72px;
	height: 23px;
	float: left;
	padding: 5px;
	margin: 5px 0 0 0;
	background-image: url(../images/servicios_pagina.jpg);
	background-repeat: no-repeat;
}
#content #climat {
	width: 111px;
	height: 23px;
	float: left;
	padding: 5px;
	margin: 5px 0 0 0;
	background-image: url(../images/climatizacion.jpg);
	background-repeat: no-repeat;
}
#content #mapa {
	width: 725px;
	height: 500px;
	margin:0 auto 0 auto;
	overflow: hidden;
	border: 6px solid #EDE5D4;
	-moz-box-shadow: 0 1px 2px #6B6B6B;
	-webkit-box-shadow: 0 1px 2px #6B6B6B;
	box-shadow: 0 1px 2px #6B6B6B; 
}
#content #curriculum {
	width: 700px;
	height: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #CAC4B4;
}
.frio1, .frio2, .frio3 {
	display: block;
	width: 679px;
	height: 208px;
	overflow: hidden;
	margin: 4px auto 0 auto;
}
#navcontainer2 {
	margin:0;
	padding:0;
	text-align: left;
}
#navlist2 {
	margin: 0 0 20px 12px;
	list-style: none;
	font-size: 14px;
	color: #5F5658;
}
#navlist2 li {
	position: relative;
	margin: 4px;
	padding-left: 12px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0;
}







#footer {
	width: 886px;
	height: 45px;
	border: 6px solid #EDE5D4;
	margin: 0 auto 0 auto;
	background-color: #dbe4f9;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow: 0 1px 2px #6B6B6B;
	-webkit-box-shadow: 0 1px 2px #6B6B6B;
	box-shadow: 0 1px 2px #6B6B6B;
}
#footer p.tms {
	color: #848bb6;
	margin-top: 3px;
	.margin-top: 1px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}







#tml {text-align: center;}
.tms {text-align: center;}
.gracias { text-align: center; margin:0; padding: 0;}
.gracias span {font-size: 14px;}
.clear {clear: both;}
.resalto {
     font-size:12px;
	 font-weight: normal;
	 word-spacing: 1px;
	 text-align: center;
}	
p.cccp a {
	  color: #fff;
	  text-decoration: none;
	  padding: 1px 1px;
	  background: #F0C786;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;	
}
p.cccp a:hover {
	text-decoration: none;
	color: blue;
	padding: 1px 1px;
    background: #FEFAE8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}	
