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

body {
	background-color: #EEEEEE;
}

h3 {
	margin-top: 0;
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 12pt;
	color: #0099FF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
  }
  
  
h4 {
	margin-top: 0;
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
	margin-left: 10px;
	font-weight: bold;
  }

#wrapper {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#wrapper #menu {
	width: 750px;
	padding: 0px;
	color: #FFFFFF;
}
#wrapper #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
}

.menu_hover{
	background-color: #333333
}

#wrapper .main_content_wrapper {
	width: 480px;
	float: left;
	margin-bottom: 20px;
}
#wrapper .sidebar {
	background-color: #FAECEB;
	width: 245px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrapper .footer {
	clear: both;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCEBFF;
	padding-top: 10px;
}
#wrapper .main_content_wrapper .programa .titulo_programa {
	font-family: "Lucida Grande", "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}

#wrapper .main_content_wrapper .programa .descripcion_programa {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	font-size: 13px;
	line-height: 16px;
	margin-left: 10px;
  }


#wrapper .main_content_wrapper .programa .horario {
	font-family: "Lucida Grande", "Trebuchet MS";
	color: #009900;
	text-align: right;
	font-size: 12px;
	margin-top: 15px;
  }
#wrapper .main_content_wrapper .img_programa {
	float: left;
	margin-right: 5px;
}
#wrapper .main_content_wrapper .programa {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F9F9F9;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 4px;
}



#wrapper .main_content_wrapper .main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: justify;
	margin-top: 20px;
}
#wrapper .main_content_wrapper .main_content h2 {
	font-family: "Lucida Grande", "Trebuchet MS";
	color: #FF3300;
	font-size: 18px;
}
#wrapper .sidebar a {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#wrapper .sidebar .sidebar_content {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
.main_content #chat {
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	overflow: hidden;
	display: none;
}



.sidebar_title {
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	color: #0099FF;
	border-bottom-color: #CCCCCC;

}
#new_chat {
	clear: both;
}
