body {
  margin-top: 50px;
}

#mainheaderHome{
  min-width: 1010px;
  height: 450px;
  padding: 0;
  overflow: hidden;
  position:relative;z-index:1;
}

#cabeceraHome{
  margin: auto;
  text-align: left;
  width:1010px;
  height: 450px;
  padding: 60px 45px 60px 45px;
  /*background: rgba(255,255,255,0.2);*/
}

#background_cycler{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1}
#background_cycler div{position:absolute;left:0;top:0;width:100%; height: 600px; z-index:1}
#background_cycler div.active{z-index:3}


.logoHome{
    margin-top: 20px;
  display: inline-block;
}

.header1
{
  background: #efefef url("/statics/img/homeheader1.jpg?3") no-repeat center top;
}

.header2
{
  background: #efefef  url("/statics/img/homeheader2.jpg") no-repeat center top;
}

.header3
{
  background: #efefef  url("/statics/img/homeheader3.jpg?3") no-repeat center top;
}

.header4
{
  background: #efefef  url("/statics/img/homeheader4.jpg") no-repeat center top;
}

.header5
{
  background: #efefef  url("/statics/img/homeheader5.jpg") no-repeat center top;
}

.header6
{
  background: #efefef  url("/statics/img/homeheader6.jpg") no-repeat center top;
}

.header7
{
  background: #efefef  url("/statics/img/homeheader7.jpg") no-repeat center top;
}

.header8
{
  background: #efefef  url("/statics/img/homeheader8.jpg") no-repeat center top;
}

.header9
{
  background: #efefef url("/statics/img/homeheader9.jpg") no-repeat center top;
}
.header10
{
  background: #efefef url("/statics/img/homeheader10.jpg?1") no-repeat center bottom;
}
.header11
{
  background: #efefef url("/statics/img/homeheader11.jpg?1") no-repeat center bottom;
}
.header12
{
  background: #efefef url("/statics/img/homeheader12.jpg?1") no-repeat center bottom;
}
.header13
{
  background: #efefef url("/statics/img/homeheader13.jpg?2") no-repeat center bottom;
}
.header14
{
  background: #efefef url("/statics/img/homeheader14.jpg?2") no-repeat center bottom;
}
.timeline {
  margin-top: 15px;
  display:block;
  width:550px;
  bottom:2px;
  left:2px;
  z-index:4;
  padding: 10px;
}
.timeline span{
  display: block;
  margin: 2px 0 5px 0;
  font-size: 20px;
  font-family: 'Cantora One';
}
.timeline a{
  display:block; 
  font-size:16px;
  line-height: 22px;
  padding:10px 0 15px 0;
    text-decoration: none;
}
.timeline img {
    float:left;
    margin: 3px 10px 25px 0;
}
.homepersonalmenu{
   list-style:none;
}

.homepersonalmenu a {
  display:block; 
  font-size:13px;
  padding:5px 0 5px 0;
  opacity: 1;
  color:#000;
  text-decoration: none;
}


.homelogin {
  margin-top: 20px;
  display:block;
  width:350px;
  background-color:rgba(255,255,255,0.7);
  border-radius: 4px;
  color:#000;
  bottom:2px;
  left:2px;
  z-index:4;
  padding: 10px;
    float: right;
}

/* loguin box */

.homelogin #myForm {
     margin: auto; 
     padding: 0px; 
     text-align: left;
     font-size: 14px;
}

.homelogin #myForm fieldset{
  border: 0px;
  padding: 0px;
  margin: 0px 0px 4px 0px; 
}

.homelogin #log
{
  margin: 15px 0px 10px 0px; 
}
.homelogin #myForm fieldset label{
  width: 150px; 
  display: block;
  float: left;
}
.homelogin #myForm .small
{
  font-family: 'Arial';
  font-size: 11px; 
  color: #111;
}
.homelogin a{
  color: #111;
}
.homelogin #myForm label.small
{
  font-size: 11px; 
  float: none;
  display: inline-block;
  margin: 0px;
  clear: left;
}

.homelogin #myForm .radio{
  vertical-align: bottom;
  margin: 0px;
}

.homelogin #myForm .textfield
{
  width: 170px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  height:20px;
  padding:1px;
  
}


#homeSearch{

  display: block;
  width: 360px;
}

#homeSearch .text{
  color:#989898; 
  border-radius: 7px; 
  border: 1px solid #999;
  width: 310px;
  height: 30px;
  font-size: 16px;
  margin: 0 0 0 0px;
  padding: 0 4px 0 4px;
}

#homeSearch .blue{
  padding: 5px;
  border-radius: 4px;
  margin-top: -3px;
}

.ContentItem{

            display: block;
            width: 185px;
            padding: 5px;
            overflow: hidden;
            font-size: 14px;
            float: left;
       
            
}
.ContentItem .title{
  
  display: block; 
  margin-bottom: 5px;
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
  color:#333;
  font-family:'Roboto Slab';
}

.ContentItem .End{
  
  margin-top: 85px;
  font-size: 20px;
  text-align: center;
}

.image_carousel {
    padding: 15px 0 15px 30px;
    position: relative;
}


.image_carousel a.prev, a.next {
    background: url(/statics/img/miscellaneous_sprite.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 95px;
}
.image_carousel a.prev {            left: -22px;
                    background-position: 0 0; }
.image_carousel a.prev:hover {      background-position: 0 -50px; }
.image_carousel a.prev.disabled {   background-position: 0 -100px !important;  }
.image_carousel a.next {            right: -22px;
                    background-position: -50px 0; }
.image_carousel a.next:hover {      background-position: -50px -50px; }
.image_carousel a.next.disabled {   background-position: -50px -100px !important;  }
.image_carousel a.prev.disabled, a.next.disabled {
    cursor: default;
}

.image_carousel a.prev span, a.next span {
    display: none;
}
.image_carousel .pagination {
    text-align: center;
}
.image_carousel .pagination a {
    background: url(/statics/img/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.image_carousel .pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
.image_carousel .pagination a span {
    display: none;
}
.image_carousel .clearfix {
    float: none;
    clear: both;
}

.title_carousel
{
  margin-top:24px;
  /*font-family: 'Amatic SC';
  font-weight: bold;*/
  font-family: 'Cantora One';
  font-size: 27px;
}

.boton {
    width: 26px;
    height: 26px;
    margin: 6px 4px 6px 4px;
    vertical-align: middle;

}
.boton:hover{
    width: 34px;
    height: 34px;
    margin: 0 0 0 0;
}


.homeContentItem{
  line-height: 18px;
  text-decoration: none;
  display: block;
  margin: 0px 15px 15px 10px;
  overflow: auto;
  font-size: 14px;
}

.homeContentItem .ico{
  width:12px; 
  height:12px; 
  margin: 0px;
  border: 0px;
  vertical-align: middle; 
  float: none;
}

.homeContentItem a{
  margin-bottom: 5px;
  font-size:15px;
  color:#333;
  text-decoration: none;
}

.homeContentItem img{
  border-radius: 10px;
  margin: 0 10px 0 0;
}
