﻿/* Carrusel */
.div_carrusel
{
	overflow:  hidden; visibility: visible; position: relative; z-index: 0; left: 0px; width: 860px; height:150px; 
}

.div_flecha_izquierda
{
	background: url(../imagenes/flecha3.gif) no-repeat top left;
	height:		35px;
	width:      35px;
	border:		0px;
	position:   absolute;
	top:		75px;
	left:		3px;
	z-index:    3;
}

.div_flecha_izquierda:hover{cursor: pointer;}

.div_flecha_derecha
{
	background: url(../imagenes/flecha4.gif) no-repeat top right;
	height:		35px;
	width:      35px;
	border:		0px;
	position:   absolute;
	top:		75px;
	right:		3px;
	z-index:    3;
}

.div_flecha_derecha:hover{cursor: pointer;}

.div_imagen_carrusel
{
	height:			150px;
	width:			160px;
}

.ul_carrusel
{
	list-style:none;
	display:inline;	
	text-align:center;
}

.li_carrusel
{
	
	background:		#FFF;
	height:			150px;
	width:			160px;	
	margin-left:	7px;
	margin-right:	7px;
}


