/* Aca tenes que poner los estilos Martín! */
 
#slideshow {
	/*margin:0 auto;*/
	width:735px;
	height:533px;
	position:relative;
}
#slideshow #slidesContainer {
width:735px;
  height:533px;
  overflow:auto; /* allow scrollbar */
 /* position:relative;*/
}
#slideshow #slidesContainer .slide {
 /* margin:0 auto;*/
  width:735px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:533px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:25px;
  height:300px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:225px;
  left:7px;
  background: url(../imgs/flechaleft7-trans.png) no-repeat 0 0;
  z-index:1;
}
#rightControl {
  top:225px;
  right:0;
  background: url(../imgs/flecharight7-trans.png) no-repeat 0 0;
  z-index:1;  
}

/* comercios */

.titre {
	cursor: pointer;
}


.contenu {
		width:720px;
		font-family:Tahoma, Arial, Helvetica, Geneva, sans-serif;
		line-height:20px;
		font-weight:normal;
		color:#000;
		font-size:12px;
		margin:5px 0px 5px 15px;
}

#container{
	width:720px;
}

.logocomplot {
	float:right;
	margin-right:10px;
	margin-top:-45px;
}
.logofacebook {
	float:right;
	margin-right:10px;
	margin-top:-73px;
}

.logocomplot-home {
	float:right;
	margin-right:20px;
	margin-top:-45px;
}
.logofacebook-home {
	float:right;
	margin-right:20px;
	margin-top:-73px;
}

#contenedor-form {
	padding:30px;
	text-align:left;
	margin:0 auto;
	width:500px;
	height:650px;
	margin-left:110px;
}

.form {
	text-align:left;
	float:left;
	margin:auto;
	width:260px;
	height:auto;
}

.cajaradio {
	width:350px;
	height:20px;
	float:left;
	margin-top:-20px;
}
.camporadio {
	width:50px;
	height:20px;
	float:left;
}
