@charset "UTF-8";
/* CSS Document */
html, body, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
#slider {
	width: 880px;
	height: 770px;
	position:relative;
	overflow:hidden;
}
#slider .contenControlGen{
    position: relative;
    padding: 6px;
    width: 100%;
    height: 60px;
}
#slider .tabs {
    width: 810px;
    height: 60px;
    position: absolute;
    top: 6px;
    left: 42px;
}
#slider .tabs a {
	cursor: pointer;
	text-decoration:none;
    opacity: 0.5;
}
#slider .tabs a.current{
	opacity: 1;
}
#slider .controls ul {
	list-style: none;
	float:right;
}
#slider .controls li a {
	text-align: center;
	cursor: pointer;
	right:37px;
}
#slider .controls li a.backward {
    background-image: url(images/rw.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 30px;
    overflow: hidden;
    position: absolute;
    left: 6px;
    opacity: 0.4;
    transition: 1s ease;
}
#slider .controls li a.forward {
    background-image: url(images/fw.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 30px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    opacity: 0.4;
    transition: 1s ease;
}
#slider .controls li a.forward:hover, #slider .controls li a.backward:hover{
    opacity: 1;
}
#slider .items {
	position: relative;
}
#slider .item {
	display: none;
	position: absolute;
}
#slider .disabled {
	visibility: hidden !important;
}
/*       ///////------ END SLIDER ------////////          */

/*       ///////------ START DEMO ------////////          */
#contenedor{
    position: relative;
    max-width: 880px;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #000;
	margin: 0 12px;
	line-height: 29px;
	font-weight: 900;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 100;
}
p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #5f5f5f;
	margin: 10px;
	font-weight: 100;
}
#titulares {
	width: 100%;
	margin: 0;
	padding: 21px 0 19px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	position: relative;
}
.senefa {
	width: 200px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
#bajada {
	width: 100%;
	margin: 10px 0 0 0;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}
#credito{
    float: left;
}
#fuente{
    float: right;
}
#contenedor #lava #coladas{
  position: absolute;
  top: 221px;
  z-index: 2;
  right: 0;
  background-color: #FFF;
  border: 0;
  padding: 10px 15px;
  color: #9D9D9D;
  outline: none;
  display: block;
}
#contenedor #lava #offColadas{
  position: absolute;
  top: 221px;
  z-index: 2;
  right: 0;
  background-color: #9d0000;
  border: 0;
  padding: 10px 15px;
  color: #FFF;
  outline: none;
  display: none;
  opacity: 0;
}
#contenedor #lava #offColadas:hover, #contenedor #lava #coladas:hover{
    cursor: pointer;
    background-color: #A0A0A0;
    color: #FFF;
}
#contenedor #lava #rios{
    width: 880px;
    height: 712px;
    position: absolute;
    top: 221px;
    z-index: 3;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
#pesoInfoMovil{
    display: none;
}
#pesoInfoMovil .mobile_item{
    width: 320px;
    height: 510px;
    display: inline-block;
    margin: 10px auto;
}
@media screen and (max-width: 420px) {
    #slider, #lava {
            display:none;
    }
    #pesoInfoMovil {
            display:inline;
    }
}