a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0099CC;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.ArialNegritas
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;

}
.ArialNegritasGris
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#999999;
}

.ArialNegritasBlancas
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight: bold;
}
.ArialNegritasBlancas2
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight: bold;
}
.ArialNegritasNormal
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
.ArialNormalOnce
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}
.ArialNormalDoceBerlin
{
font-family:"Berlin Sans FB Demi";
font-size:11px;
color:#FFFFFF;
}
.ArialNormalOnceAzul
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#006699;
}
.ArialGrandediezYseisAzul
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#006699;
}
.ArialNormalOnceRojo
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;
}
.ArialNormal
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#B2B2B2;
}


#slider {
    width: 605px; /* ancho de slide las imagenes deben tener este ancho */
    height: 260px; /* alto slide */
  position: relative; 
	overflow: hidden; 
}
#sliderContent {
    width: 605px; /* contendor de las imagenes */
    position: relative;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 605px; /* ancho contendor titulo dentro slide*/
    background-color: #000;
    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 {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
