/**** Sitio Web ****/
body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 1px;
	line-height: 100%;
	color: #FFF;
}

#contenedor {
	margin: 0px auto;
	width: 1000px;
	position:relative;
}

#contenido {
  background: white; 
  margin: 00px 0 00px 0; 
  border: 0px solid #999; 
  clear: both; 
  padding: 0px 0px 0px 0px; 
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.95) 1px 1px 1px; 
  border-bottom: 0px solid #999; 
  -webkit-border-radius:5px; 
  -moz-border-radius: 5px;
}

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

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

div, img, form, ul, td, th {
  margin: 0px; 
  padding: 0px; 
  border: 0px; 
  text-align: left;
}

p {
  margin: 0 0 20px 0;
}

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(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: 0px; 
  overflow: auto; 
}

#footer {
  clear: both;
  width: 100%;
  height: 129px;
  background: transparent url('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: 403px;
  width: 990px;
}
.chocoslider {
  position:relative;
  margin-bottom: 00px;
}

.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:00;
  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;
}
