/*
Nombre: Buzines
Version: 1.0
Autor: EmpreChile
Descripcion: Hoja de estilo para la pagina del catalogo
Autor URI: http://www.emprechile.cl/
*/

#nuestra{
margin-top: 40px;
float:left;
width: 100%;
padding-bottom: 50px;
}

#nuestra h1{
color: #fff;
font-size: 25px;
font-weight: bold;
padding: 15px;
}

#nuestra h2{
color: #fff;
font-size: 15px;
font-weight: bold;
padding: 15px;
padding-bottom: 5px;
}

.contenedor{
float:left;
width: 500px;
background: url(../images/trans.png);
}

.contenido{
padding:20px;
text-align: justify;
}

.contenido p{
padding: 5px 0;
padding-left: 15px;
}

#coquimbo{
float:right;
margin-top: 50px;
margin-right: 50px;
width: 400px; height: 200px;
}

#serena{
float:right;
margin-top: 50px;
margin-right: 50px;
width: 400px; height: 200px;
}

#slider {
width: 400px; height: 200px;
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 1px solid #fff;
background: #000;
}

#slider1 {
width: 400px; height: 200px;
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 1px solid #fff;
background: #000;
}

#sliderContent, #slider1Content {
	width: 400px;
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 384px;
	background-color: #000;
	background:none !important; /* Cambiar a color negro si necesitamos un fondo :P*/
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}

.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 694px;
	background-color: #000;
	background:none !important; /* Cambiar a color negro si necesitamos un fondo :P*/
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
