@charset "utf-8";
/* CSS Document */
.grande{
	width:650px;
	height:468px;
	margin-left:20px;
	margin-top:15px;
	background-image:url(images/precarga.gif);
	background-position:center center;
	background-repeat:no-repeat;
	
}
.mesa{
	width:900px;
	height:120px;
	margin-left:35px;
	
	
}
.carrusel{
	overflow:hidden;
	width:830px;
	height:120px;
	float:left;
	
}
.columpio{
	width:999999px;
	height:120px;
	margin-left:12px;
}
.columpio img{
	margin-right:15px;
	border:1px solid white;
	cursor:pointer;
}
.derecha{
	width:36px;
	background-image:url(images/right_link.jpg);
	background-repeat:no-repeat;
	height:103px;
	float:left;
	cursor:pointer;
}
.izquierda{
	width:34px;
	background-image:url(images/left_link.jpg);
	background-repeat:no-repeat;	
	height:103px;
	float:left;
	cursor:pointer;
}
.marcov{
	background-image:url(images/marcoi.png);
	background-repeat:no-repeat;	
	width:326px;
	height:455px;
	position:absolute;
	left:450px;
	top:228px;	
}
.marcoh{
	background-image:url(images/marco.png);
	background-repeat:no-repeat;	
	width:577px;
	height:387px;
	position:absolute;
	left:325px;
	top:228px;	
}
.grande img{
	margin-left:35px;
}
.grande p{
	text-align:center;
	margin-top:10px;
	
}
.grande p span{
	border-top:1px solid red;
	border-bottom:1px solid red;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
#izquierdaGrande{
	position:absolute;
	width:40px;
	height:40px;
	background-image:url(images/izquierdagrande.png);
	background-repeat:no-repeat;	
	top:400px;
	left:282px;
}
#derechaGrande{
	position:absolute;
	width:40px;
	height:40px;
	background-image:url(images/derechagrande.png);
	background-repeat:no-repeat;	
	top:400px;
	left:905px;
}


