/*
#21A37A  verde
#2968AF	 azul
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #0F8C8C;
}

a:hover {
	text-decoration: none;
}

body {
	/*font-size: 11.5pt;
	color: #5C5B5B;
	line-height: 1.75em;*/
	font-size: 11.5pt;
	color: #5C5B5B;
	line-height: 1.75em;
	background: #E0DCDC url(../images/img01.gif) repeat-x top left;
}

/*
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 11.5pt;
	color: #5C5B5B;
	line-height: 1.75em;
	background: #E0DCDC url(../images/header.jpg) repeat-x top left;
}
*/

body,input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	/*font-family: Georgia, serif;*/
}

strong {
	color: #2C2B2B;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.25em;
}

h2,h3,h4 {
	color: #2C2B2B;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 0.7em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.pic {
	padding: 5px;
	border: solid 1px #D4D4D4;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.box {
	overflow: hidden;
	margin-bottom: 1em;
}

.date {
	background: #6E6E6E;
	padding: 5px 6px 5px 6px;
	margin: 0 6px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 2px;
}

#content_contacto {
	overflow: hidden;
	margin-bottom: 1em;
	width: 900px;
	float: left;
	padding: 0;
}

.contacto_col_1 {
	width: 450px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #21A37A;
}

#form1 input[type=text] {
    background-color: #D8D3BD;
    border: none;
    border-radius: 3px;
    float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    height: 10px;
    padding: 10px 5px;
    width: 400px;
  }
/*.formulariodemo input:-moz-placeholder { color: #999; font-weight: normal; font-style: italic; }
  .formulariodemo input::-webkit-input-placeholder { color: #999; font-weight: normal; font-style: italic; }
  .formulariodemo input:-ms-input-placeholder { color: #999; font-weight: normal; font-style: italic; }
*/
#form1 textarea {
    background-color: #D8D3BD;
    border: none;
    border-radius: 3px;
    float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    height: 80px;
    padding: 10px 5px;
    width: 400px;
}

#form1 input[type=text]:focus{
    background: #E2E2E2;
    outline: 0;
}

#form1 textarea:focus{
    background: #E2E2E2;
    outline: 0;
}

#form1 input[type=submit], #form1 input[type=reset], #form1 input[type=file]  {
	background-color: #9099A1;
	border: none;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	float: left;
    font-size: 15px;
	font-weight: bold;
	height: 30px;
	overflow: visible;
	padding: 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	width: 110px;
	margin-right: 10px;
}
/*
#form1 input[type=file]  {
	background-color: #9099A1;
	border: none;
	border-radius: 0 3px 3px 0;
	color: #FFF;
	cursor: pointer;
	float: left;
    font-size: 15px;
	font-weight: bold;
	height: 30px;
	overflow: visible;
	padding: 10;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	width: 110px;
	margin-right: 10px;
	margin-left: 10px;
}
*/
/*
#21A37A  verde
#2968AF	 azul
*/

#form1 input[type=submit]:hover { background: #21A37A; } 
#form1 input[type=reset]:hover { background: #21A37A; } 
/*#form1 input[type=submit]:active, #form1 input[type=reset]:active, #form1 input[type=submit]:focus, #form1 input[type=reset]:focus{ background: #C42F2F; }
#form1 button:before { // el detalle del triángulo izquierdo 
    content: "";
    border-color: transparent #9099A1 transparent;
    border-style: solid solid solid none;
    border-width: 8px 8px 8px 0;
    left: -6px;
    position: absolute;
    top: 12px;
}
#form1 button:hover:before { border-right-color: #E54040; }
#form1 button:focus:before { border-right-color: #C42F2F; }    
*/
.contacto_col_2 {
	width: 420px;
	float: left;
	margin-left: 20px;
}

#content_contacto h3 p {
	margin-bottom: 0px;
	margin-top: 0px;
}

#content {
	width: 900px;
	float: left;
	padding: 0;
	height:auto;
}

#content-box1 {
	width: 665px;
	float: left;
}

#content-box2 {
	margin: 0 0 0 345px;
	width: 320px;
}

#footer {
	margin: 40px 0 120px 0;
	text-align: center;
	color: #8C8B8B;
	text-shadow: 0 1px 0 #FFFFFF;
}

#footer a {
	color: #8C8B8B;
}

#header {
	height: 55px;
	position: relative;
	background: #D8D3BD url(../images/header.jpg) top left no-repeat;
	padding: 45px;
	color: #FFFFFF;
	width: 888px;
	border: solid 1px #7E7E7E;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

#logo {
	line-height: 160px;
	height: auto;
	padding: 20px 0 0 0;
	position: absolute;
	top: 0;
	left: 22px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #3E3E3E;
}

#logo h1 {
	font-size: 3.25em;
}

#slogan {
	color: #666666;
	font-size: 1em;
	text-shadow: 0 1px 1px #FFFFFF;
	padding: 25px 0 0 0;
	position: absolute;
	right: 512px;
	top: 0px;
	width: 167px;
}

#slogan h3 {
	font-size: 1em;
	line-height: 5px;
}

#slogan h4 {
	font-size: 0.9em;
	line-height: 20px;
}

#slogan_foto {
	/*line-height: 160px;
	*/
	padding: 5px 0 0 0;
	position: absolute;
	right: 16px;
	top: 18px;
	height: 140px;
}

#slogan_contactos {
	/*line-height: 160px;*/
	height: 108px;
	padding: 25px 0 0 0;
	position: absolute;
	right: 33px;
	top: 0;
	width: 312px;
	text-align: right;
}

#slogan_contactos h2 {
	color: #666666;
	font-size: 1.25em;
	text-shadow: 0 1px 1px #FFFFFF;
}

#slogan_contactos a {
	text-decoration: none;
}

#menu {
	padding: 0 45px 0 45px;
	position: relative;
	background: #209D9D url(images/img02.gif) repeat-x top left;
	margin: 0;
	height: 45px;
	width: 890px;
	border-top: solid 1px #5AD7D7;
	border-bottom: solid 1px #1C7575;
	text-shadow: 0 1px 1px #007D7D;
}

#menu ul {
	list-style: none;
	padding-top: 5px;
	position: relative;
	left: -25px;
}

#menu ul li {
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
	display: inline-block;
}

#menu ul li a, #menu ul li span {
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-size: 1.25em;
}

#menu ul li span b {
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #1C7575;
	margin-left: 8px;
	position: relative;
	top: -1px;
}

#menu ul li.active {
	background: #1C7575;
	border-top: solid 1px #1A6B6B;
	border-bottom: solid 1px #5AD7D7;
	border-radius: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu ul li.active span b {
	border-top-color: #165E5E;
}

.dropotron {
	font-size: 1em;
	line-height: 20px;
	background: rgba(32,157,157,0.9);
	border-top: solid 1px #5AD7D7;
	border-bottom: solid 1px #1C7575;
	text-shadow: 0 1px 1px #007D7D;
	list-style: none;
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-width: 200px;
	border-radius: 7px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.dropotron a, .dropotron span {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	position: relative;
}

.dropotron span b {
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #1C7575;
	position: absolute;
	right: 0px;
	top: 7px;
}

.dropotron li:hover span b {
	border-left-color: #165E5E;
}

.dropotron li {
	padding: 3px 10px 3px 10px;
	margin: 2px 0 2px 0;
	border-radius: 3px;
}

.dropotron li:hover, .dropotron li.active {
	padding-top: 2px;
	padding-bottom: 2px;
	background: rgba(28,117,117,0.9);
	border-top: solid 1px #1A6B6B;
	border-bottom: solid 1px #5AD7D7;
}

.dropotron-level-1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#page {
	padding: 45px 45px 15px 45px;
	position: relative;
	width: 890px;
	margin: 0;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 30px 0 30px 0;
}

#page .section-list li span {
	font-size: 0.9em;
}

#page ul {
	list-style: none;
}

#page ul li {
	border-top: dotted 1px #21A37A;
	padding: 15px 0 15px 0;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom {
	position: relative;
	margin: 0;
	background: #6E6E6E url(images/img03.jpg) top left no-repeat;
	border: solid 1px #7E7E7E;
	width: 888px;
	padding: 45px 45px 0 45px;
	color: #DCDCDC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 0 1px 1px #444444;
}

#page-bottom a {
	color: #F5F5F5;
}

#page-bottom h2, #page-bottom h3, #page-bottom h4 {
	color: #FFFFFF;
}

#page-bottom ul {
	list-style: none;
}

#page-bottom ul li {
	border-top: dotted 1px #8F8F8F;
	padding: 15px 0 15px 0;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom-content {
	width: 665px;
	float: left;
}

#page-bottom-sidebar {
	width: 200px;
	margin: 0 0 0 690px;
}

#search input.form-submit {
	margin-left: 1em;
	color: #FFFFFF;
	padding: 10px;
	background: #2FACAC;
	border: 0;
}

#search input.form-text {
	border: solid 1px #8F8F8F;
	padding: 10px;
}

#sidebar {
	width: 200px;
	padding: 0;
	margin: 0 0 0 690px;
}

#slider {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 970px;
}

#slider .viewer {
	width: 970px;
	height: 250px;
	/*border: solid 1px #D4D4D4;
	border-radius: 3px;*/
}

#slider .slide {
	width: 970px;
	height: 250px;
	padding: 10px;
}

#slider .indicator {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 5px 0 0 0;
}

#slider .indicator span {
	display: inline-block;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background: #E3DFDF;
	border-radius: 6px;
	margin: 0 2px 0 2px;
}

#slider .indicator span.active {
	background: #6E6E6E;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 20px auto 0 auto;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
}

.producto_col_1_v1 {
	width: 450px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #21A37A;
}
.producto_col_2_v1 {
	width: 420px;
	float: left;
	margin-left: 20px;
}
.producto_col_2_v1 a span {
	float: left;
	margin-botton: 0px;
}
.producto_col_2_v1 h6 {
	font-size: 12px;
	margin: 10px;
	/*display:block;*/
}
.cotizar, .descargar {
	display: inline;
	margin-botton: 0px;
	text-decoration:none;
	width: 100%;
	float: left;
}
.producto_col_3_v1 {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.grafica {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.class_marca {
	overflow: hidden;
	margin-bottom: 10px;
	height: 270px;
	width: 192px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 10px;
	border: thin solid #999999;
	text-align: center;
	display: block;
	border-radius: 15px;
	cursor: pointer;
    /*text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);*/
}

#page_marca {
	text-align: center;
	position: relative;
	width: 910px;
	margin: 0;
	height: auto;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
}

.class_marca a {
	text-decoration: none;
}

.class_marca h4 {
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	line-height: 18px;
	letter-spacing: -0.6px;
}
.class_marca:hover{
  color:#000;
  -webkit-box-shadow:0 1px 5px 0 #000;
  -moz-box-shadow:0 1px 5px 0 #000;
  box-shadow:0 1px 5px 0 #000;
}

#page_marca:hover .class_marca:not(:hover){
  opacity:.35;
  -webkit-box-shadow:0 1px 1px 0 #000;
  -moz-box-shadow:0 1px 1px 0 #000;
  box-shadow:0 1px 1px 0 #000;
}
