/* CSS Document */
@import url('reset.css') screen;
*, body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	
}
/*  Sticky Footer Solution */


html, body {
	height: 100%;
	background: url(../images/bg_site.jpg);
}
#wrap {
	min-height: 100%;
	position:relative;
}
strong, b { font-weight:bold; }
#main {
	overflow-x:hidden;
	overflow-y:auto;
	padding-bottom: 165px;
	margin: 0 auto;
	min-height:500px;
	width:940px;
	background:#fff url(../images/bg_site.jpg) repeat-x top;
}
.footer {
	margin-top: -130px!important;
	/* negative value of footer height */
	height:130px;
	width:100%;
	display: block;
	position:relative;
	background: #000;
}
.footer-in {
	height:10px;
	width:910px;
	display: block;
	background: #000;
	margin:0 auto;
	padding:15px;
}
.footer .derechos {
	display:block;
	height:28px;
	width:940px;
	font-size:11px;
	position:absolute;
	color:#999;
	top:100px;
		right:10;
}
.footer .servicold {
background:url(../images/servicold.png) no-repeat;
width:160px;
	height:38px;
	display:block;
	float:right;

	text-indent:-999em;
	
}
/*Opera Fix*/
body:before {
	/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/*- negate effect of float*/
}
h1 {
	font-size:26px;
	font-weight:bold;
	color:#666;
	padding:10px 0;
}
h2 {
	font-size:24px;
	font-weight:bold;
	color:#666;
	padding:10px 0;
}
h3 {
	font-size:18px;
	font-weight:bold;
	color:#666;
	padding:10px 0;
}
h4 {
	font-size:16px;
	font-weight:bold;
	color:#666;
	padding:10px 0;
}
h5 {
	font-size:16px;
	font-weight:bold;
	color:#62A70E;
	padding:10px 0;
}
p {
	line-height:1.5em;
	margin-bottom:1em;
	padding: 0px;
}
/* header */

.header {
	height:100px;
	width:905px;
	display: block;
	position:relative;
	margin:10px auto 0 auto;
	background:url(../images/bg_header.jpg);
	padding:20px;
}
#botonera2 {
	width:auto;
	height:58px;
	float:right;
	display:block;
	margin-top:25px;
}
#botonera2 li { display:inline; }
#botonera2 li a {
	display:block;
	float:left;
	clear:right;
	height:21px;
	text-decoration:none;
	color:#807e81;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:15px 5px 15px 15px;
	font-weight:bold;
}
#botonera2 li a.sust {
	background: url(../images/leaf.png) no-repeat right 8px;
	padding-right:38px;
}
#botonera2 li a:hover, #botonera2 li a.active{ color:#62AB06; }
/*========================================================*/
#botonera2 li.top {
	display:block;
	float:left;
}
#botonera2 li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
#botonera2 ul, #botonera2 li:hover ul ul, #botonera2 li:hover ul li:hover ul ul, #botonera2 li:hover ul li:hover ul li:hover ul ul, #botonera2 li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#botonera2 li:hover ul.sub {
	left:-1px;
	top:61px;
	background-color: #f7f7f7;
	display:block;
	width:auto;
	height:auto;
	white-space:nowrap;
	height:auto;
	z-index:300;
	border-left:1px solid #cfcfcf;
	border-right:5px solid #cfcfcf;
	border-bottom:6px solid #cfcfcf;
}
#botonera2 li:hover ul.sub li {
	display:block;
	height:1%;
	position:relative;
	float:left;
	clear:both;
	font-weight:normal;
}
#botonera2 li:hover ul.sub li a {
	display:block;
	font-size:12px;
	height:1%;
	width:180px;
	color:#999;
	line-height:1.2em;
	text-decoration:none;
	border-bottom:1px solid #72b436;
	padding:10px;
}
#botonera2 li:hover ul.sub li a:hover, #botonera2 li:hover > a.fly { background:#e5e4e4; }
#botonera2 li:hover ul li:hover ul, #botonera2 li:hover ul li:hover ul li:hover ul, #botonera2 li:hover ul li:hover ul li:hover ul li:hover ul, #botonera2 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left:170px;
	top:-1px;
	background: #fff;
	padding:3px;
	border:1px solid #3a93d2;
	width:180px!important;
	z-index:400;
	height:auto;
}
/*========================================================*/























.header a.logo {
	height:66px;
	width:250px;
	display: block;
	float:left;
	clear:right;
	text-indent:-9999px;
	background:url(../images/logo_refricold.png) no-repeat;
	margin-top:10px;
}
#content {
	height:1%!important;
	overflow-y:auto;
	overflow-x:hidden;
	width:940px;
	position:relative;
	display:block;
	clear:both;
	margin:0px auto 20px auto;
	padding-bottom:10px;
	background:#fff;
}
.form_inputs {
	width:600px;
	min-height:40px;
	display:block;
	padding:5px 0;
	float:left;
	clear:both;
	position:relative;
}
.oficinas .form_inputs {
	width:300px;
	min-height:40px;
	display:block;
	padding:5px 0;
	float:left;
	clear:both;
	position:relative;
}
.oficinas .info {
	width:80px;
	height:40px;
	display:block;
	float:left;
	clear:right;
	text-align:left;
	color:#665546;
	font-size:13px;
	margin-right:10px;
	line-height:36px;
	color:#8fc365;
	font-weight:bold;
}
.info {
	width:110px;
	height:40px;
	display:block;
	float:left;
	clear:right;
	text-align:right;
	color:#665546;
	font-size:13px;
	margin-right:10px;
	line-height:36px;
	color:#8fc365;
	font-weight:bold;
}
.oficinas .inputs input {
	width:150px;
	height:20px;
	display:block;
	float:left;
	position:relative;
	float:left;
	clear:right;
	padding:5px;
	margin:5px 10px 0 0;
	color:#665546;
	font-size:14px;
	background-color:#f6f6f6;
	border-top: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_inputs label {
	position: absolute;
	width: 400px;
	top: 56px;
	left: 124px;
	color: #665546;
	font-size: 14px;
	z-index: 999;
}
.inputs input {
	width:380px;
	height:20px;
	display:block;
	float:left;
	position:relative;
	float:left;
	clear:right;
	padding:5px;
	margin:5px 10px 0 0;
	color:#665546;
	font-size:14px;
	background-color:#f6f6f6;
	border-top: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.inputs textarea {
	width:380px;
	height:250px;
	display:block;
	float:left;
	position:relative;
	float:left;
	clear:right;
	padding:5px;
	margin:5px 10px 0 0;
	color:#665546;
	font-size:14px;
	background-color:#f6f6f6;
	border-top: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.inputs select {
	width:220px;
	height:35px;
	display:block;
	float:left;
	position:relative;
	float:left;
	clear:right;
	padding:5px;
	margin:5px 10px 0 0;
	color:#665546;
	font-size:14px;
	background-color:#f6f6f6;
	border-top: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.inputs2 .en_oficina {
	display:block;
	width:200px;
	float:left;
	clear:right;
	margin-top:12px;
	position:relative;
}
.inputs2 .en_oficina label {
	top:0px;
	left:20px;
	width:160px;
}
.enviar {
	background-image:url(../images/enviar.jpg);
	text-indent:-999em;
	display:block;
	height:38px;
	width:140px;
	margin-left:120px;
	cursor:pointer;
}
/* colorbox */

	/*

    ColorBox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
/* 

    User Style:

    Change the following styles to modify the appearance of ColorBox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay { background: url(../images/bg_colorbox.png); }
#colorbox { }
#cboxContent {
	margin-top:32px;
	overflow:visible;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	background:#FFF;
	padding:1px;
	background: black;
}
#cboxLoadingGraphic { background:url(../images/loading.gif) no-repeat center center; }
#cboxLoadingOverlay { background:#FFF; }
#cboxTitle {
	position:absolute;
	top:-26px;
	left:1px;
	color:#FFF;
	background:none;
	padding:5px 10px;
}
#cboxCurrent {
	position:absolute;
	top:-22px;
	right:205px;
	text-indent:-9999px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
	text-indent:-9999px;
	width:20px;
	height:20px;
	position:absolute;
	top:-23px;
	background:url(../images/controls.png) no-repeat;
}
#cboxPrevious {
	background-position:0px 0px;
	right:44px;
}
#cboxPrevious.hover { background-position:0px -25px; }
#cboxNext {
	background-position:-25px 0px;
	right:22px;
}
#cboxNext.hover { background-position:-25px -25px; }
#cboxClose {
	right:0;
	border:0 none;
}
#cboxClose.hover { background-position:-50px -25px; }
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious { right:66px; }
.cboxSlideshow_on #cboxSlideshow {
	background-position:-75px -25px;
	right:44px;
}
.cboxSlideshow_on #cboxSlideshow.hover { background-position:-100px -25px; }
.cboxSlideshow_off #cboxSlideshow {
	background-position:-100px 0px;
	right:44px;
}
.cboxSlideshow_off #cboxSlideshow.hover { background-position:-75px -25px; }
.social { width:500px; float:left; clear:right; display:block;}
a.contacto {
	width:35px;
	height:27px;
	margin:3px;
	display:block;
	text-indent: -9999px;
	float:left;
	clear:right;
	background: url(../images/contacto.png) no-repeat left top;
}
a.contacto:hover { background: url(../images/contacto.png) no-repeat left bottom; }
a.facebook, a.twitter {
	width:27px;
	height:27px;
	margin:3px;
	display:block;
	text-indent: -9999px;
	float:left;
	clear:right;
}
a.facebook { background: url(../images/fb_tw.png) no-repeat left top; }
a.facebook:hover { background: url(../images/fb_tw.png) no-repeat left bottom; }
a.twitter { background: url(../images/fb_tw.png) no-repeat right top; }
a.twitter:hover { background: url(../images/fb_tw.png) no-repeat right bottom; }
.bloque_home {
	display:block;
	height:1%;
	border-bottom: 2px dotted #ccc;
	width:900px;
	margin:10px 20px;
	position:relative;
}
.box1, .box2, .box3 {
	display:block;
	height:1%;
	padding-bottom:35px;
	width:286px;
	padding-bottom:50px;
	float:left;
	clear:right;
	font-size:12px;
	color:#666;
}
.box2 { margin:0 20px; }
.video {
	display:block;
	height:1%;
	padding-bottom:35px;
	width:286px;
	float:left;
	clear:right;
}
.leer_mas {
	display:block;
	padding:5px;
	background: #62a70f;
	position:absolute;
	bottom:10px;
	color:#FFF;
}
.leer_mas:hover { background: green; }
.cuerpo { width:75%; }
.sidebar-left { width:25%; }
.bloque100 {
	width:100%;
	height:1%;
	
}
.bloque80, .bloque75, .bloque60, .bloque50, .bloque30, .bloque25, .bloque20, .bloque15{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
}
.bloque80 { width:75%; padding:2%;}
.bloque75 { width:70%; padding:2%;}
.bloque60 { width:55%; padding:2%;}
.bloque50 { width:45%; padding:2%;}
.bloque30 { width:29%; padding:2%;}
.bloque25 { width:20%; padding:2%;}
.bloque20 { width:15%; padding:2%;}
.bloque15 { width:10%; padding:2%;margin-right:2%; text-align:left;}
hr { 
	border:0 none;
	border-bottom:1px solid #ccc;
}

.anios { color:white;
	position:absolute;
	font-size:26px;
	bottom:18px;
	width:940px;
	text-align:center;
}

iframe{border:1px solid #ccc!important;}
.tituloscontacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.direccion {display:block; width:500px; margin-top:5px; float:left;  color:white;}
.bb2 {background: transparent url(none) no-repeat right top;}
