﻿/**** Sitio Web
body {  
  background-image: url(img/fondito3.png);
  font-family: arial, helvetica, sans-serif;
  margin: 0px auto;  
  padding: 0px; 
  color: #333; 
  text-align: center;  
  font-size: 14px; 
  line-height: 140%;
}

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

#contenido {
  background: white; 
  margin: 40px 0 40px 0; 
  border: 1px solid #999; 
  clear: both; 
  padding: 15px 25px 25px 15px; 
  -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: 1px 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: 10px; 
  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: 290px;
  width: 930px;
}
.chocoslider {
  position:relative;
  margin-bottom: 30px;
}

.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: transparent;
  /*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:45%;
  bottom:-25px;
 
}

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

.choco-controlNavigation a.active {
  background: transparent url(../App_Themes/App_Image/Banner/controlls.png) center top no-repeat;
  background: 0000FF;
}

