@charset "UTF-8";
/*--------------ESTILOS GENERALES -------------------*/

/*TAG RESET*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
	font-size: 10pt;
	font-family: 'Open Sans', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #666666;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
/* ~~ Element/tag selectors ~~ */
p {
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
	line-height: 1.4em;
}
ul {
	margin:0;
	line-height: 1.4em;
	padding:0;
	list-style: disc;
}
ol {
	line-height: 1.4em;
	padding: 1em 2em 1em 0em;
}
/* ENCABEZADOS */

h1, h2, h3, h4, h5, h6 {
	overflow:hidden;
	margin: 0;
	padding: 0;
}
h1 {
	font-size:22pt;
	font-weight:100;
	color: #179057;
	margin-bottom:7px;
	border-bottom: #c8c8c8 dashed 1px;
}
h2 {
	font-size: 11pt;
	font-weight: 600;
	color: #326d55;

}
h3 {
	font-size: 26pt;
	font-weight: 100;
	color: #326d55;
}
h4 {
	font-size:12pt;
	font-weight:700;
	color: #179057;
	margin-bottom:7px;
	border-bottom: #c8c8c8 dotted 1px;
}
h5 {
	margin-top:7px;
	font-size:11pt;
	font-weight:600;
	color: #179057;
	margin-bottom:7px;
	border-bottom: #c8c8c8 dashed 1px;
}
h6 {
	margin-top:20px;
	font-size:15pt;
	font-weight:600;
	color: #179057;
	margin-bottom:7px;
	border-bottom: #c8c8c8 dashed 1px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#326d55;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #326d55;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #179057; /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	overflow: hidden;
	background-attachment: scroll;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -131px;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background-image: url(../images/bg_header.gif);
	height: 140px;
	background-repeat: repeat-x;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;	
	z-index:9999;
	-moz-box-shadow: 0px 0px 20px #000;
   -webkit-box-shadow: 0px 0px 20px #000;
   box-shadow: 0px 0px 20px #000;
}
.contHeader {
	width:990px;
	margin:0 auto;
	margin-top:12px;
}
.logo {
	float:left;
	width:128px;
}
.headerRight {
	float:right;
	width:750px;
}
.icon-facebook {
	text-align:right;
}
.menu {
	margin-top:27px;
	overflow:hidden;
}
.sepSlide {
	height: 20px;
	background-image: url(../images/sep_slide.gif);
	background-repeat: repeat-x;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.containerProductos {
	width: 100%;
	background-image: url(../images/bg_productos.gif);
	background-repeat: repeat-x;
	height:240px;
}
.contProductos {
	width:990px;
	margin:0 auto;
	padding-top:8px;
}
.content {
	width:990px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
}
.homeLeft, .contactoLeft {
	float:left;
	width:550px;
	overflow:hidden;
}
.homeRight, .contactoRight {
	float:right;
	width:400px;
	overflow:hidden;
}
.detalleProdLeft {
	float:left;
	width:300px;
	overflow:hidden;
}
.detalleProdRight {
	float:right;
	width:650px;
	overflow:hidden;
}
.boxProd {
	font-size:9pt;
	margin:10px 0 0 5px;
	width:370px;
	-moz-box-shadow:    0 0 7px #ddd;
   -webkit-box-shadow: 0 0 7px #ddd;
   box-shadow:         0 0 7px #ddd;
	padding:10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	background:#f6f6f6;
	background:-moz-linear-gradient(top,#ffffff,#f6f6f6);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f6f6f6));	
}
.boxGrafico {
	text-align:center;
	margin:20px 0 20px 10px;
	width:950px;
	-moz-box-shadow:    0 0 7px #ddd;
   -webkit-box-shadow: 0 0 7px #ddd;
   box-shadow:         0 0 7px #ddd;
	padding:10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	background:#f6f6f6;
	background:-moz-linear-gradient(top,#ffffff,#f6f6f6);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f6f6f6));	
}
.itemLista {
	overflow:hidden;
	margin:10px 0;	
}
.itemServicios {
	float:left;
	width:430px;
	overflow:hidden;
	margin:0 30px 30px 30px;	
}
.boxImgLista {
	float:left;
	text-align:center;
	margin:7px 17px 7px 7px;
	width:170px;
	-moz-box-shadow:    0 0 7px #ddd;
   -webkit-box-shadow: 0 0 7px #ddd;
   box-shadow:         0 0 7px #ddd;
	padding:10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	background:#f6f6f6;
	background:-moz-linear-gradient(top,#ffffff,#f6f6f6);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f6f6f6));	
}

.boxImgLista2 {
	float:left;
	text-align:center;
	margin:7px 17px 7px 7px;
	width:50px;
	-moz-box-shadow:    0 0 7px #ddd;
   -webkit-box-shadow: 0 0 7px #ddd;
   box-shadow:         0 0 7px #ddd;
	padding:10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	background:#f6f6f6;
	background:-moz-linear-gradient(top,#ffffff,#f6f6f6);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f6f6f6));	
}

.boxProdDetalle {
	text-align:center;
	font-size:9pt;
	margin:10px 0 0 5px;
	width:270px;
	-moz-box-shadow:    0 0 7px #ddd;
   -webkit-box-shadow: 0 0 7px #ddd;
   box-shadow:         0 0 7px #ddd;
	padding:20px 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	background:#f6f6f6;
	background:-moz-linear-gradient(top,#ffffff,#f6f6f6);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f6f6f6));	
}
.btnPdf {
	overflow:hidden;
	text-align:center;
	padding-top:15px;
}
.btnLeermas {
	overflow:hidden;
	text-align:right;
	padding-top:7px;
	margin-top:7px;
	border-top: #c8c8c8 dashed 1px;
}
.btnLeermas2 {
	overflow:hidden;
	text-align:right;
	padding-top:4px;
	margin-top:4px;
}
.imgPolaroid {
	float:left;
	margin:0 10px 10px 0;
	background-color:#FFF;
	padding:3px;
	border: #c8c8c7 solid 1px;
}
.imgPolaroidServices {
	float:left;
	margin:10px 10px 10px 0;
	background-color:#FFF;
	padding:3px;
	border: #c8c8c7 solid 1px;
}
.imgLeft {
	float:left;
	margin:0 10px 10px 0;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.push {
height: 131px;
clear: both;
}
.footer {
	height:131px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}
.contFooter {
	width:990px;
	margin:0 auto;
	padding-top:15px;
}
.footerLeft {
	float:left;
	width:850px;
}
.footerLogo {
	padding-top:10px;
	float:right;
	width:119px;
}
.footerCol1 {
	border-left: #6ca643 dotted 1px;
	padding-left:5px;
	margin-right:10px;
	float:left;
	width:220px;
}
.textWhite {
	color:#FFF;
}
A.link_01:link
{
	color: #dfffc8;
	text-decoration: none;
}
A.link_01:visited
{
	color: #dfffc8;
	text-decoration: none;
}
A.link_01:hover
{
	color: #ffffff;
	text-decoration: none;
}
A.link_02:link
{
	color: #34604e;
	font-weight:600;
	text-decoration: none;
}
A.link_02:visited
{
	color: #34604e;
	font-weight:600;
	text-decoration: none;
}
A.link_02:hover
{
	color: #34604e;
	font-weight:600;
	text-decoration: underline;
}
ul#navFoot
{
font-family: 'Open Sans', sans-serif;
font-weight:600;
text-align:left;
margin: 0;
padding: 0;
line-height:20px;
white-space: nowrap;
font-size:9pt;
}

#navFoot li
{
list-style-type: none;


}
#navFoot a {
	padding:4px 4px 4px 4px;

 }

#navFoot a:link, #navFoot a:visited
{
color: #dfffc8;
text-decoration: none;
}
#navFoot a:hover
{
	color: #ffffff;
	text-decoration: none;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#slideshow .slideItem {
	
	height: 400px;
	width: 100%;
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slideshowInterna .slideItem {
	
	height: 250px;
	width: 100%;
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slideshow {
	margin-top:120px;
	height: 400px;
	width: 100%;
	overflow: hidden;
}
#slideshowInterna {
	margin-top:120px;
	height: 250px;
	width: 100%;
	overflow: hidden;
}
#homeSlideshow #sliderPrev {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/arrows.png) no-repeat left top;
	height: 39px;
	width: 39px;
	display: block;
	position: absolute;
	left: 20px;
	top: 185px;
	text-decoration: none;
	text-indent: -9999;
	z-index: 999;
	overflow: hidden;
}
#prev {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/arrowsS.png) no-repeat left top;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	left: 0px;
	top: 50px;
	text-decoration: none;
	text-indent: -9999;
	z-index: 999;
	overflow: hidden;
}
#next {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/arrowsS.png) no-repeat right top;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 50px;
	text-decoration: none;
	text-indent: -9999;
	z-index: 999;
	overflow: hidden;
	right: 0px;
}


#homeSlideshow a#sliderPrev:hover {
	background: url(../images/arrows.png) no-repeat left bottom;
	text-decoration: none;
}
a#prev:hover {
	background: url(../images/arrowsS.png) no-repeat left bottom;
	text-decoration: none;
}
a#next:hover {
	background: url(../images/arrowsS.png) no-repeat right bottom;
	text-decoration: none;
}


#homeSlideshow a#sliderNext:hover {
	background: url(../images/arrows.png) no-repeat right bottom;
	text-decoration: none;
}


#homeSlideshow #sliderNext {
	font-size: 0px;
	line-height: 0px;
	background: url(../images/arrows.png) no-repeat right top;
	height: 39px;
	width: 39px;
	display: block;
	position: absolute;
	top: 185px;
	text-decoration: none;
	text-indent: -9999;
	right: 20px;
	overflow: hidden;
	z-index: 999;
}

#homeSlideshow { position: relative; }

nav {
	font-size:12pt;
	position:absolute;
	z-index:999;
	padding-left:30px;
	text-align: left;
}

nav ul ul {
	color: #dfffc8;
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	font-weight:600;
	
	padding: 0; 
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		color: #FFF;
		content: ""; clear: both; display: block;
	}

	nav ul li {
		color: #FFF;
		float: left;
	}
		nav ul li:hover {
	background-image: url(../images/menu_over.png);
	background-repeat: no-repeat;
	background-position: center top;
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding:38px 20px 11px 20px;
			text-decoration: none;
		}
			
		
	nav ul ul {
		color: #dfffc8;
		background: #34604e; border-radius: 0px; padding: 0;
		position: absolute; top:100%;
	}
		nav ul ul li {
			float: none; 
	position: relative;
		}
			nav ul ul li a {
				font-size:10pt;
				padding: 5px 10px;
			}	
				nav ul ul li a:hover {
					color: #dfffc8;
					background: #179057;
				}
		
	nav ul ul ul {
		color: #FFF;
		position: absolute; left: 100%; top:0;
}
.ch-grid {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 230px;
	height: 215px;
	display: inline-block;
	margin: 5px;
}
.fieldForm {
	font-style:italic;
	font-size:11pt;
	color: #555555;
	padding:10px;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
    border-radius: 5px;
	background:#f3f3f3;
	background:-moz-linear-gradient(top,#ffffff,#f3f3f3);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f3f3f3));	
}
.textLabel {
	font-size:11pt;
}
.submit {
	width:100px;
	font-size:11pt;
	color: #dfffc8;
	padding:10px;
	border: 1px solid #22673f;
	-moz-border-radius: 5px;
    border-radius: 5px;
	background:#1a4f31;
	background:-moz-linear-gradient(top,#2a814f,#1a4f31);
	background:-webkit-gradient(linear,0 0,0 100%,from(#2a814f),to(#1a4f31));	
    text-decoration: none;
    cursor: poiner;
}



.submit:hover {
    background:#2a814f;
	background:-moz-linear-gradient(top,#4aa671,#2a814f);
	background:-webkit-gradient(linear,0 0,0 100%,from(#4aa671),to(#2a814f));
    
}