@charset "utf-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
}

/* General */

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: normal;
	color:#fff;
}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
}
p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
}
#maincontent p{
	font-size: 10px;
	color: #fff;
}
#maincontent .texto p{
	font-size: 11px;
	color: #bebebe;
}
#subcontent p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
}

/* Links */

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
	text-decoration:none;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

/* Destacados */

.hora{
	color:#00aeef
}
strong{
	color:#fff;
	font-weight:normal
}
strong.cyan{
	color:#00aeef;
	font-weight:normal
}