@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
body {
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	word-spacing:1px;
}
#header {
	background: url(fondotop.jpg) no-repeat top center;
	position:relative;
	margin:0 auto;
	width:850px;
	height:72px;
}
#header #menu{
	position:absolute;
	bottom:2px;
	right:0px;
	width:418px;
	height:17px;
}
#header #menu a{
	background-color:#477dac;
	margin:0 2px 0 2px;
	padding:6px;
	border:1px solid #5daee1;
	border-bottom:none;
	color:#FFF;
	height:39px;
	font-size:12px;
	text-decoration:none;
}
#header #menu a:hover{
	background-color:#09F;
	text-decoration:underline;
}
#principal {
	margin:0 auto;
	background:url(fondo_columnaprincipal.jpg) no-repeat #000 top left;
	padding:27px 0 0 0;
	width:850px;
	min-height:350px;
	
}
#principal #columna1 {
	background:#FFF;
	position:relative;
	float:left;
	width:423px;
	min-height:300px;
	padding:10px;
	
}
#principal #columna1 p {
	color:#333;
	
}
#principal #columna1 .agenda {
	font-size:11px;
	
}
#principal #columna1 a {
	color:#06F;
	
}

#principal #columna2 {
	position:relative;
	top:-26px;
	float:left;
	width:407px;
	padding:0 0 0 0;
}
#principal #separador {
	clear:both;
	padding:0px;
	margin:0px;
}
#footer {
	margin:0 auto;
	width:850px;
	height:77px;
	padding-top:30px;
	text-align:center;
	color:#FFF;
	text-align:center;
	font-size:11px;
	
	
}
#footer a{
	
	color:#FFF;
	text-decoration:none;
	
	
}
h1 {
	color:#3a3a3a;
	font-size:30px;
}
h2 {
	color:#5daee1;
	font-size:18px;
}
.alternativo{
	color:#06F;
}
.alternativorojo{
	color:#900;
}
