/* main.css */

html,body,p,h1,h2,h3,h4,h5,h6,div,img,table,td,tr,th,span,hr,form,input,textarea,ul,ol,li {
  background: no-repeat;
  border: 0;
  padding: 0;
}

div.Clear,span.Clear {
  clear: both;
  display: block;
}

div.ClearRight,span.ClearRight {
  clear: right;
  display: block;
}

img {
  margin: 0 auto;
}


body {
  background: #004961;
  text-align: center;
}

body,input,select,textarea {
  font-family: Arial,sans-serif;
  font-size: 12px;
}

h1 {
  color: #C15E03;
  font-size: 16px;
  margin-bottom: 12px;
}

h2 {
  color: #004961;
  font-size: 14px;
  margin: 12px 0 0;
}

h3 {
  color: #004961;
  font-size: 13px;
  margin: 12px 0 0;
}

p {
  margin: 12px 0 0;
}

a {
  color: #C15E03;
}

a:hover,a:link,a:visited {
  text-decoration: none
}

ul.Menu li {
  display: inline;
  list-style: none;
}

hr {
  border-top: solid 4px #C15E03;
  height: 4px;
  margin-top:18px;
  padding: 0;
}

li {
  list-style-type: none;
}


#divEverything {
  background: #FFF url(../img/css/trama_fons_home.gif) no-repeat bottom right;
  height: auto!important;
  height: 760px;
  margin: 20px auto 5px auto;
  min-height: 1400px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 954px;
}
.Tecnologias #divEverything {
  min-height: 2455px;
}
#by {
  font-size: 11px;
  margin: 0 auto 5px auto;
  text-align: left;
  width: 954px;
}

#by a {
  color: #0A728B;
}


/* Header */

#divHeader {
  font-size: 16px;
  font-weight: bold;
  overflow: visible;
  position: relative;
  width: 954px;
  z-index: 100;
}

#imgHeaderLogo {
  left: 24px;
  position: absolute;
  top: 12px;
}

#ulHeaderMenu {
  background: #C15E03;
  height: 30px;
  margin-left: 186px;
  margin-bottom: 0;
  padding-top: 11px;
  text-align: center;
  width: 768px;
  z-index: 9999;
}

#ulHeaderMenu li {
  cursor: pointer;
  overflow: visible;
  padding: 12px 32px;
  position: relative;
}

#ulHeaderMenu li.Selected {
  background: url(../img/css/indicador.gif) no-repeat center top;
}

#ulHeaderMenu li a {
  color: #FFF;
  text-decoration: none;
}

#ulHeaderMenu li a:hover {
  color: #004961;
}

#ulHeaderMenu li li a:hover {
  background: #004961;
  color: #FFF;
}

#ulHeaderMenu li ul {
  background: #F5AC89;
  border: 1px solid #EEE;
  border-bottom: none;
  border-top: none;
  display: none;
  left: 0;
  *left: -40px;
  position: absolute;
  top: 42px;
  z-index: 999;
}

#ulHeaderMenu li li {
  border-bottom:1px solid #EEE;
  display: block;
  padding: 0;
  line-height: 12px;
  text-align: center;
}

#ulHeaderMenu li li a {
  color: #000;
  display:block;
  font-size: 12px;
  font-weight: normal;
  padding: .5em;
}

#imgHeaderBanner {
  height: 92px;
  margin-left: 186px;
  width: 768px;
}


/* Lefter */

#divLefter {
  left: 24px;
  position: absolute;
  top: 366px;
  width: 143px;
}

#divLefter ul, #divLefter li {
  margin: 0;
  padding: 0;
}

#divLefter h1 {
  border-bottom: 1px dashed #004961;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

#divLefter a {
  color: #003b45;
  text-decoration: none;
}

#divLefter div.LefterSector {
  background-color: #FFF;
  height: 50px;
  margin-bottom: 8px;
}

#divLefter div.LefterSector img {
  display: block;
  float:left;
}

#divLefter div.LefterSector span {
  display: block;
}

#divLefter div.LefterSector span.L1 {
  padding: 13px 0 0 58px;
}

#divLefter div.LefterSector span.L2 {
  padding: 8px 0 0 58px;
}

#divLefter li.LefterTecnologia {
  border-bottom: 1px dashed #E4DEDE;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

#divLefter li.LefterTecnologia span {
  display: block;
}

#divLefter span.LefterTecnologiaTitle {
  color: #004961;
  font-size: 14px;
  font-weight: bold;
}


/* Content */
#divContent {
  height: auto!important;
  height: 890px;
  min-height: 890px;
  padding: 14px 0 31px 0;
  width: 956px;
}

div.ContentGeneral {
  margin: 0 8px 0 186px;
  position: relative;
  width: 760;
}

div.ContentText {
  margin: 0 8px 0 186px;
  padding: 0 384px 12px 0;
  position: relative;
  width: 376px;
}

div.ContentTextIn {
  padding: 0 0 18px 0;
  width: 376px;
}

div.ContentTextLeft {
  float: left;
  margin: 0;
  padding: 0 0 12px 0;
  position: relative;
  width: 376px;
}

div.ContentTextRight {
  float: right;
  margin: 0;
  padding: 0 0 12px 0;
  position: relative;
  width: 376px;
}

div.ContentTextBorder {
  border: 1px solid #000;
  margin-bottom: 12px;
  padding: 15px;
  position: relative;
  width: 344px;
}

div.ContentTextTopRule {
  border-top: 4px solid #C15E03;
  padding: 6px 0 18px 0;
  width: 376px;
}

div.ContentGeneralTopRule {
  border-top: 4px solid #C15E03;
  margin: 0 8px 0 186px;
  padding: 0 0 18px 0;
  width: 760px;
}

img.ContentTextImgRight {
  display: block;
  float: right;
  margin-bottom: 12px;
}

div.ContentImages {
  margin: 0 0 24px 186px;
  width: 768px;
}

div.ContentImage a {
  text-decoration: none;
}

div.ContentImage {
  margin: 0 8px 12px 0;
  float: left;
  width: 184px;
}

div.ContentImage img {
  height: 184px;
  width: 184px;
}

div.ContentImage span.Text {
  border-top: 1px dashed #E4DEDE;
  color: #000;
  display: block;
  margin: 12px 0 0;
  padding: 6px 0 0;
  text-decoration: none;
}

div.ContentImage span.Text strong {
  color: #004961;
}

div.ContentImagesBottom {
  height: 4px;
  margin: 12px 0;
  width: 768px;
}

div.ContentImagesBottom.x1 {
  background-image: url(../img/css/ContentImagesBottom1.gif);
}

div.ContentImagesBottom.x2 {
  background-image: url(../img/css/ContentImagesBottom2.gif);
}

div.ContentImagesBottom.x3 {
  background-image: url(../img/css/ContentImagesBottom3.gif);
}

div.ContentImagesBottom.x4 {
  background-image: url(../img/css/ContentImagesBottom4.gif);
}

#divContent ul {
  margin: 12px 0 0;
}

#divContent li {
  list-style-image: url(../img/css/ContentListBullet.gif);
  list-style-type: none;
  margin-left: 12px;
}


#divContent div.ContentTextBorder hr {
  border-top: 1px dashed #000;
  height: 1px;
}


/* Home */
#divSociosTech {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 380px;
}


/* Empresa */
body.Empresa div.ContentText {
  height: auto!important;
  height: 537px;
  min-height: 537px;
  padding-bottom: 313px;
}

body.Empresa div.ContentTextBorder {
  bottom: 0;
  margin: 0;
  max-height: 399px;
  position: absolute;
  right: 0;
}

body.Empresa div.ContentTextBorder h1 {
  border-bottom: 4px solid #C15E03;
  color: #004961;
  font-size: 14px;
  padding-bottom: 18px;
}

body.Empresa div.ContentTextBorder h2 {
  margin: 16px 0 -12px;
}

body.Empresa #imgContentText1 {
  position: absolute;
  right: 0;
  top: 0;
}

body.Empresa #imgContentText2 {
  bottom: 0;
  left: 0;
  position: absolute;
}


/* Sectores */
body.Sectores img.ContentRight {
  float: right;
  margin: 32px 24px 0 0;
}

body.Sectores #divContent h2 {

}

body.Sectores div.ContentTextBorder h2 {
  border-bottom: 4px solid #C15E03;
  margin-top: 0;
  padding-bottom: 12px;
}

body.Sectores #divContentText1 {
  height: auto!important;
  height: 250px;
  min-height: 250px;
}

body.Sectores #imgAlimentaria1 {
  position: absolute;
  right: 18px;
  top: 36px;
}


/* Tecnologias */
body.Tecnologias img.ContentRight {
	float: right;
/*  margin-right: 10px;*/
}

body.Tecnologias img.ContentWide {
  display: block;
  margin: 0 0 18px;
}

body.Tecnologias div.ContentTextBorder h2 {
  border-bottom: 4px solid #C15E03;
  margin-top: 0;
  padding-bottom: 12px;
}

body.Tecnologias div.ContentTextItemLeft {
  float: left;
  margin: 18px 16px 0 0;
  padding: 0;
  position: relative;
  width: 368px;
}

body.Tecnologias div.ContentTextItemRight {
  float: right;
  margin: 18px 0 0 0;
  padding: 0;
  position: relative;
  width: 368px;
}


/* Footer */
#ulFooterMenu {
  bottom: 0;
  font-size: 11px;
  margin: 84px 0 0;
  padding: 0 0 12px 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 954px;
}

#ulFooterMenu li {
  border-left: 1px solid #000;
  padding: 0 12px;
}

#ulFooterMenu li.First {
  border: none;
}

#ulFooterMenu li a {
  color: #000;
  text-decoration: none;
}

form {
  margin-top: 15px;
  width: 250px;
}

form fieldset {
  border: none;
}

input,textarea {
  background: #FFF;
  border: 1px solid #000;
  display: block;
  padding: 2px;
  width: 100%
}

#contact_form textarea {
  height: 180px;
}

body.Contacto #divEverything {
  height: auto!important;
  height: 650px;
  min-height: 650px;
}

body.Contacto #divContent {
  height: auto!important;
  height: auto;
  min-height: 0;
}

label {
  display: block;
  margin-top: 4px;
}

.map {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 85px;
  top: 80px\;
}

.error {
  background: #FAA;
}

label.error {
  background: transparent;
  color: #F00;
  margin-bottom: 10px;
  text-indent: 5px;
}

p#sendmsg {
  background: #FFD;
  border: 1px solid #A00;
  margin-left: 0px;
  margin-top: 41px;
  padding: 5px;
  width: 240px;
}
#divSociosTech a{
display:block;
float:left;
height:63px;
line-height:63px;
margin:0;
}
.img_secadores_d{
text-align:center;
padding:80px 0 0;
}
a.link_d_sec{
color:#004256;
}
h2.color_d {
color:#04343A;
}
h2.tit_d_n {
color:#C15E03;
font-size:16px;
margin-bottom:12px;;
}
p.subtit_n_d{
color:#004961;
}
.probl_solu{
float:left;width:250px; padding:0 0 40px;
}
div.ContentRight{
	width: 368px;
	float:right;
}
.ContentRight img{
	display:block;
}
p.separator {
	height:4px;
	background-color:#C15E03;
}
#ulHeaderMenuTecnologias{
	width:322px;
	text-align:left;
}
#ulHeaderMenuTecnologias li{
	float:left;
	width:160px;
	height:50px;
	border-right:1px solid #FFF;
}
#ulHeaderMenuTecnologias li a{
	height:38px;
}

