* {
	margin: 0;
	padding: 0;
}
body {
	padding: 1em;
}
#carrusel * a img {
	border: 0;
	height: 10em;
}

.carruselLayer {
/*	overflow: hidden; */
	margin-left: 10%;
	margin-top: 1em;

}
.carruselLayer p {
	text-align: center;
	background-color: #FFF;
	color: #D13743;
	width: 50%;
	margin-left: 30px;
	padding: 10px 10px 0;
}



.carruselLayer a {
	width: 30px;
	height: 100px;
}
.carruselLayer a.anterior {
	float: left;
	background-image: url("imgs/flechaCarruselAnt.png");
	background-repeat: no-repeat;
}
.carruselLayer a.anterior:active {
	background-image: url("imgs/flechaCarruselAntHover.png");
	background-repeat: no-repeat;
}
.carruselLayer a.siguiente {
	float: left;
	background-image: url("imgs/flechaCarruselSig.png");
	background-repeat: no-repeat;
}
.carruselLayer a.siguiente:active {
	background-image: url("imgs/flechaCarruselSigHover.png");
	background-repeat: no-repeat;
}
.carruselLayer ul {
	border: 4px solid transparent;
	background-color: transparent;
	float: left;
}


.carruselLayerVertical {
	width: 190px;
}
.carruselLayerVertical a {
	width: 190px;
	height: 30px;
	display: block;
}
.carruselLayerVertical a.anterior {
	background-image: url("imgs/flechaCarruselAnt2.png");
}
.carruselLayerVertical a.anterior:active {
	background-image: url("imgs/flechaCarruselAnt2Hover.png");
}
.carruselLayerVertical a.siguiente {
	background-image: url("imgs/flechaCarruselSig2.png");
}
.carruselLayerVertical a.siguiente:active {
	background-image: url("imgs/flechaCarruselSig2Hover.png");
}
.carruselLayerVertical ul {
	border: 5px solid #CCC;
	background-color: #CCC;
}