h1
{
	font-size:18px;
	color:#FEB903;
}
#top_menu h1
{
	font-size:28px;
	color:#FEB903;
	background:none;
	padding-top:20px;
	margin:0
}
#top_menu h2 {
	text-align:right;
	padding-right:30px;
	margin:0;
}
body
{
	background-color:#FFF;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

a:active
{
	color:black;
	text-decoration:none;
}

a:link
{
	color:#75A9F7;
	text-decoration:none;
}

a:visited
{
	color:#8CCA1E;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
	color:#FEB903;
}

ul#cat_nav
{
	margin:20px 0 0 10px;
	padding:0;
	list-style-type:none;
}

ul#cat_nav li
{
	background:url(../images/bullet.gif) no-repeat left center;
	border-bottom:solid 1px #e7e7e7;
	padding-left:10px;
	font-size:10px;
}
ul#cat_nav li.row_odd {
	background:url(../images/bg-row-odd.jpg) repeat-y;
}
ul#cat_nav li a {
	color:#0066CC
}
/* layout styles */
#me_photo {
	/*text-align:center;*/
	margin-top:10px;
	font-size:10px;
}
#me_photo strong {
	color:#FF6600;
}
#top_menu
{
	height:100px;
	color:#FFFFFF;
	background:#C00000;
	background:url(../images/bg-header.jpg) no-repeat top left;
	margin-bottom:5px;
}
#top_menu div{
	float:left;
	margin:5px;
}

#date_browsing
{
	font-size:10px;
	text-align:center;
	background-color:#666666;
	height:25px;
}

#footer
{
	float:left;
	width:100%;
	color:#333333;
	font-size:10px;
	font-style:oblique;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	color:#333333;
	text-decoration:none;
}
#all 
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.no_news_found {
	color:#66CC33;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
}
#left_menu
{
	width:20%;
	float:left;
	font-size:14px;
	height:600px;
	background-color:#FFFFFF
}
#content
{
	width:80%;
	float:left;
	
	background-color:#FFFFFF;
}
#nav_right {
	width:20%;
	float:left;
	background-color:#009900;
	height:600px;	
	background:url(../images/bg-body.png) repeat-x top;
	padding-top:10px;
}
h1 
{
	background:url(../images/bullet2.gif) no-repeat left center;
	padding:14px 10px 0 35px;
	margin:5px 10px;
	font-size:14px;
	color:#000000;
}
a.rss_title {
	color:#75A9F7;
	font-weight:bold;
}
.rss_body {
	font-size:10px;
	padding:10px;
}
/*calendar*/
#calendar_container{
	background:#75A9F7 url(../images/bg-calendar.png) repeat-x top;
	font-size:10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


#calendar_table td.calendarDay/*todos los dias*/
{
	font-size:10px;
	background-color:white;
}
#calendar_table {
	width:100%;
}
.calendarHeader {/*nombre del mes y aņo*/
	color:#0066CC;
	font-size:12px;
}
.calendarToday  a{/*el dia de hoy*/
	color:red;;
	font-size:10px;
}
.selectedDay {
	background-color:#75A9F7;
	border:1px solid red;
}

.calendarDayNames {
	color:#00CCFF;
	font-size:10px;
}
.calendarSunday {
	color:yellow;
	font-size:10px;
}

