﻿/* Carrusel */
.div_carrusel
{
	overflow:   hidden; visibility: visible; position: relative; z-index: 0; left: 0px; width: 988px; height:215px; 
}

.div_flecha_izquierda
{
	background: url(../imagenes/flecha1.png) no-repeat top left;
	height:		23px;
	width:      21px;
	border:		0px;
	position:   absolute;
	top:		87px;
	left:		0px;
	z-index:    3;
}

.div_flecha_izquierda:hover
{
	background: url(../imagenes/flecha1.png) no-repeat top left;
	height:		23px;
	width:      21px;
	border:		0px;
	position:   absolute;
	top:		87px;
	left:		0px;
	z-index:    3;
	cursor:		pointer;
}

.div_flecha_derecha
{
	background: url(../imagenes/flecha2.png) no-repeat top right;
	height:		23px;
	width:      21px;
	border:		0px;
	position:   absolute;
	top:		87px;
	right:		0px;
	z-index:    3;
}

.div_flecha_derecha:hover
{
	background: url(../imagenes/flecha2.png) no-repeat top right;
	height:		23px;
	width:      21px;
	border:		0px;
	position:   absolute;
	top:		87px;
	right:		0px;
	cursor:		pointer;
	z-index:    3;
}

.div_imagen_carrusel
{
	height:			200px;
	width:			300px;
}

.ul_carrusel
{
	list-style:none;
	display:inline;	
	text-align:center;
}

.li_carrusel
{
	
	height:			200px;
	width:			300px;	
	margin-left:	7px;
	margin-right:	7px;
	
}


