@charset "utf-8";
/* CSS Document */
body{
background-image:url(../img/fondo.png);
background-attachment:fixed;
font-family:Arial, Helvetica, sans-serif;
}

#slider {
    width: 457px; /* important to be same as image width */
    height: 129px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:right;
	margin-right:14px; margin-top:7px;
}
#sliderContent {
    width: 457px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: relative;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 457px;
    background-color: #000;
    filter: alpha(opacity=00);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 0.0;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

#enlace_footer{
color:#ffe401;
font-size:16px;
width:963px; 
margin:0 auto 0 auto;
background-image:url(http://www.cristalderoca.com/img/fondo_footer.png);
}

#enlace_footer a{
color:#ffe401;
font-size:16px;
text-decoration:none;

}

#enlace_footer a:hover{
color:#ffe401;
font-size:16px;
text-decoration:underline;
}
#enlace_menulateral {
font-size:13px; color:#000000;
text-decoration:none;
width:161px; background-color:#efefef;
padding-top:8px; padding-bottom:8px; padding-left:3px; padding-right:3px;
}


#enlace_menulateral a{
font-size:13px; color:#000000;
text-decoration:none;
}

#enlace_menulateral a:hover{
font-size:13px; color:#000000;
text-decoration:underline;
}

#menu_lateral{
width:169px; margin-left:6px; float:left; display:inline; font-size:13px;
}


