html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0 auto 0 0;
    text-align: center;
	color: #666666;
	background-color: #4f4f4f;
}

#slides ul {
    list-style: none outside none;
}

/* SLIDES */

.slide-1-image {
    background-image: url("../images/portada01.jpg");
    height: 300px;
    width: 920px;
}
.slide-1-background {
	background-color: black;
	opacity: 0.7;
	float: right;
	height: 70px;
	width: 300px;
	padding: 20px;
	margin-top: 40px;
}
.slide-1-text {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 40px;
	text-align: left;
	float: right;
	position: absolute;
	left: 600;
	top: 30;
	width: 300px;
}

.slide-2-image {
    background-image: url("../images/portada02.jpg");
    height: 300px;
    width: 920px;
}
.slide-2-background {
	background-color: black;
	opacity: 0.7;
	float: left;
	height: 70px;
	width: 300px;
	padding: 20px;
	margin-top: 150px;
}
.slide-2-text {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 60px;
	text-align: left;
	float: right;
	position: absolute;
	left: 0;
	padding: 120px 20px 0px 20px;
}

.slide-3-image {
    background-image: url("../images/portada03.jpg");
    height: 300px;
    width: 920px;
}
.slide-3-background {
	background-color: black;
	opacity: 0.7;
	float: left;
	height: 70px;
	width: 300px;
	padding: 20px;
	margin-top: 100px;
}
.slide-3-text {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 60px;
	text-align: left;
	float: right;
	position: absolute;
	left: 0;
	padding: 80px 20px 0px 20px;
}

#container {
    color: white;
    height: 300px;
    width: 920px;
}
#slides {
    width: 920px;
}
.slides_container {
    background: none repeat scroll 0 0 white;
    height: 300px;
    width: 920px;
}

#slides img {
    border: 0 none;
}

.pagination{
	position: absolute;
	top: 265px;
	width: 50px;
	padding-left: 865px;
}

.pagination li.current a {
    background-position: 0 -12px;
}

.pagination li a {
    background-image: url("../images/portada08.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
