﻿@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	color: #CCFF00;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #AAAAAA;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
}

.highlight {
	color: #FF9900;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9999FF;
}

#slider { 
	clear: both;
	width: 960px;
	height: 280px;
	margin: 10px 0 0 15px;
	border: ;
	padding: 0 0 0 0px;
	overflow: hidden
}

#slider_sombra { 
	clear: both;
	width: 943px;
	height:54px;
	margin: 0 0 0 30px;
	overflow: hidden
}

#middle { 
	clear: both;
	width: 990px;
	height: 300px;
	padding: 4px 4px; 
	overflow: hidden;
	background: url(../images/slideshow/bckg_slider_999x310_transp.png) repeat-y;
}
