@charset "UTF-8";

body {
	width: 990px;
	margin: 0 auto;
	font-family: arial,freesans,serif;
	background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */




}

* {
	margin: 0px;
	padding: 0px;
}
a:focus {outline:none;}

img {border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;}
p{font-family: Arial, Helvetica, sans-serif;font-size: 0.135in;color: #666666;padding: 10px 0 10px 0;margin: 1;line-height: 22px;}
.azul {
	font-weight: bold;
	color: #0586CA;
}
.rojo {
	font-weight: bold;
	color: #B60E3F;
}
.tick {
	background-image: url(img/tick.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.imagenizquierda {
	float:left;
	margin-right: 20px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	color: #007BC0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom:5px;
}
h2 {
	font-size: 12px;
	color: #295DA1;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ED7703;
	padding-left: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #0579BF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #19171A;
	padding-left: 10px;
	margin-bottom: 10px;
}
h3 {font-size: 12px;color: #FFFFFF;border-left-width: 6px;border-left-style: solid;border-left-color: #FFFFFF;padding-left: 10px;margin-bottom: 10px;padding-top: 5px;}
h4 {
	font-size: 12px;
	color: #474747;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #474747;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}
h5 {
	font-size: 14px;
	color: #05367C;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(img/soraluce-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	padding-top: 5px;
}
#language {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}
#language li {
	display: block;
	float: left;
	margin:3px;
	float:right;
}

#language ul {list-style-type: none;}
#language a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FEFEFE;
	padding:5px;
	background-color:#323234;
}
#language a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0687CB;
}
#contenedor {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
	overflow: hidden;
}
#nav {
	background-color: #000000;
	margin-bottom: 15px;
	height: 30px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #017CC2;
	margin-top: 4px;
}
#presentacion {
	padding: 8px;
}

#contenedor #nav li {
	display: block;
	width: auto;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:35px;
	padding-right:35px;
}
#contenedor #nav ul {
	display: block;
	list-style-type: none;
}
#contenedor #nav li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	height: 20px;
	
	padding-top: 6px;
}
#contenedor #nav li a:hover{color: #007BC0;height: 20px;padding-top: 6px;}



#presentacion #producto {
	background-color: #D8EDFF;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #484848;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #484848;
	padding: 5px;
	margin-top: 15px;
	overflow: hidden;
}
#presentacion #destacado {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 950px;
}
#presentacion #destacado2 {
	background-color: #FFFFFF;
	margin-top: 15px;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 950px;
}
#presentacion #producto1 {
	margin-top: 15px;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 950px;
}
#presentacion #servicioproductos {
	background-color: #CCCCCC;
	margin-top: 15px;
	overflow: hidden;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 960px;
	margin-bottom: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: thin solid #999999;
}
#presentacion #servicioproducto {
	background-color: #E4E4E4;
	margin-top: 15px;
	overflow: hidden;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 462px;
	margin-left: 6px;
	margin-bottom: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: thin solid #999999;
}
#destacado-ficha {
	width: auto;
	float: right;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#destacado-tabla {
	width: auto;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #999999;
	padding: 2px;
	margin-left: 6px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
#destacado-contacto {
	width: 550px;
	float: right;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#destacado-sector {
	width: 296px;
	float: right;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin: 5px;
	background-color: #CCCCCC;
	height: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contenedor #banner {
	float: left;
	width: 209px;
	background-color: #0E71B4;
	margin-bottom: 10px;
}
#contenedor #lateral {
	margin-bottom: 10px;
	clear: both;
}

.blanco {
	color: #FFFFFF; padding: 5px;
}#contenedor #footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 10px;
}
.entrar a {
	background-color: #0182C7;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	margin-bottom: 5px;
}
.entrar a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
.entrarp a {
	background-color: #B60E3F;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 5px;
	float: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.entrarp a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

.logo {
	padding-bottom: 15px;
}
#contenedor #footer {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 20px;
}
#contenedor #footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0586CA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contenedor #footer a:hover {
	color: #333333;
	background-color: #999999;
}
.productofichaimg {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
	border: 2px solid #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#contentForm {
	display: block;
	width: 500px;
	margin: 0px auto;/*this line will center the page*/
	padding: 25px;
	border: 1px solid #CCCCCC;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(img/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
	font-size: 13px !important;
	color: #B21B16 !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #666666;
	font-weight: bold;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #CCCCCC;
	background-image: url(img/stop.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 10px;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
#pestana {
	width: 455px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1D5;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 170px;
}

#pestanatop {
	width: 450px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E1E1D5;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#pestana6 {
	width: 215px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#pestana10 {
	overflow: hidden;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 455px;
	float: left;
}
#pestanapro {
	width: 455px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#botonenntrarindex a {
	background-color: #0687CB;
	margin-bottom: 5px;
	display:block;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	font-size: 12px;
}
#botonenntrarindex a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#pestanacalidad {
	margin: 5px;
	width: 435px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
	height: auto;
}
#pestana1 {
	margin: 5px;
	width: 276px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #C5C6BC;
	padding: 15px;
}
#pestana2 {
	margin: 5px;
	width: 276px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #275C9E;
	padding: 15px;
}
#pestana3 {
	margin: 5px;
	width: 274px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E0E0E0;
	padding: 15px;
	border: 1px solid #C5C6BC;
}
#pestana4 {
	margin: 5px;
	width: 274px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E1E1D5;
	padding: 15px;
	border: 1px solid #C5C6BC;
}
#pestana5 {
	margin: 5px;
	width: 195px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #666666;
	border: 1px solid #C5C6BC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#pestanamet {
	margin: 5px;
	width: 590px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
	background-color: #E1E1D5;
}
#pestanaubi {
	margin: 5px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
	background-color: #E1E1D5;
}
#pestanamat {
	margin: 5px;
	width: 195px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
	background-color: #E1E1D5;
	height: 240px;
}
#pestanasec {
	margin: 5px;
	width: 276px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0687CC;
	height: 220px;
	background-color: #E8E8E8;
}
.blanco {
	color: #FFFFFF;
}


.pestanaser a{
	margin: 5px;
	width: 197px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ED7703;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.pestanaser a:hover {
	color: #000000;
	background-color: #C5C6BC;
}
#contenedor #presentacion li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.135in;
	color: #666666;
	padding: 5px 0 5px 0;
	margin: 1;
	line-height: 22px;
	padding-left: 8px;
}

#contenedor #noticia {
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#presentacion #volver {
	margin-bottom: 10px;
	height: 25px;
}
#presentacion #botones {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 65px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
#footer #footerlinks {
	float: left;
}
#contenedor #footer #footerdatos {
	float: right;
	text-align: right;
}



#contenedor #presentacion #destacado #pestanacont {
	float: left;
}
#noticia {
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#pestana4 img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0384C9;
	clear: both;
}
.sectorimg {
	border: 1px solid #CCCCCC;
	clear: both;
}
.linkinteres {
	border: 1px solid #999999;
}
#noticia {
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BFC0C2;
	background-color: #E5E5E5;
}


ul.tabs {list-style:none; clear:both;overflow:hidden;}
ul.tabs li:first-child {-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
ul.tabs li {
	float:left;
	margin-right:5px;
	background-color:#eee;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	display:block;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
}
ul.tabs li.active {
	background-color:#fff;
	margin-bottom:-1px;
	
}
ul.tabs li a {
	display:block;
	color:#777;
	outline:none;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	width:294px;
	font-size: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
ul.tabs li.active a {
	color:#FFFFFF;
	background-color: #0B87D1;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.tabs_content {
	
	clear:both;
}
div.tabs_content > div {padding:1px;}
#lista {
	margin-left: 50px;
}

#lista2 {
	float: right;
	width: 210px;
}



.pdf a{
	font-size: 12px;
	color: #333333;
	padding-left: 50px;
	margin-bottom: 10px;
	background-image: url(img/pdf.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 18px;
	padding-top: 8px;
	padding-bottom:8px;
	margin-top: 8px;
	background-color: #E7E6E5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #E2E2DA;
	padding-right:5px;
	display:block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.pdf a:hover {color: #FFFFFF;background-color: #0182C7;}
