/**** Sitio Web ****/




#bloque-imagen {
  float: left;
  width: auto;
}

#bloque-imagen2 {
  float: left;
  margin-left: 6px;
  
}


p {
	margin: 0 0 20px 0;
	color: #333;
}

h3 {
  color: #666666;
  text-shadow: 0 0 1px #999999;
}

.explicacion ul
{
  list-style:inside circle;
  margin-bottom:10px;
  margin-left: 20px;
}

.explicacion {
  position: relative;
}

.explicacion .titulo
{
  position: absolute;
  background-image: url(../css/img/titulo.png);
  background-repeat: no-repeat;
  display: block;
  height: 49px;
  width:590px;
  padding-left: 10px;
  padding-top: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800; 
  font-size: 17px;
  color: #503e21;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, .5);
}

pre { 
  margin: 10px 0px; 
  padding: 0; 
}

code { 
  display: block; 
  background-color: #F7F4DD; 
  padding: 10px; 
  overflow: auto; 
}

#footer {
  clear: both;
  width: 100%;
  height: 129px;
  background: transparent url('../css/img/bgfoo.png') repeat-x top right;
  text-align: center;

}

.clearfix:after, .container:after {
  content:"\0020"; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden; 
  overflow:hidden;
}

.clearfix, .container {
  display:block;
}

.clear {
  clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/**** Choco-Slider ****/
#slider {
  height: 424px;
  width: 1023px;
}
.chocoslider {
  position:relative;
  margin-bottom: 50px;
}

.chocoslider img {
  position:absolute;
  top:0px;
  left:0px;
}

.chocoslider a.choco-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:60;
  display:none;
}

.choco-slice {
  display:block;
  position:absolute;
  z-index:50;
  height:100%;
}

.choco-title {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  opacity:0.8;
  width:100%;
  z-index:89;
}

.choco-title p {
  padding:5px;
  margin:0;
}

.choco-title a {
  display:inline !important;
}

.choco-html-title {
    display:none;
}

.choco-controlNavigation {
  position:absolute;
  right:0%;
  bottom:0px;
  z-index:9999;
}

.choco-controlNavigation a {
  text-indent: -999999px;
  text-transform:uppercase;
    text-decoration:none;
    height:20px;
    width:18px;
    display:block;
    cursor: pointer;
    background: transparent url(controlls.gif) center bottom no-repeat;
    float:left;
    outline: none;
}

.choco-controlNavigation a.active {
  background: transparent url(controlls.gif) center top no-repeat;
}
