/* CSS Document */
body {
	background-color: #e6e6e6;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 5px;
}

input {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

/* colores textos */
.textos_gris_claro {
	color: #999999;
}

.textos_gris_ocuro {
	color: #333333;
}

.textos_gris {
	color: #666666;
}

.texto_verde {
	color: #8daf13;
}

.texto_blanco {
	color: #ffffff;
}

.texto_negro {
	color: #000000;
}

.texto_azul {
	color: #336699;
}

.texto_bold {
	font-weight: bold;
}

.titulo {
	color: #8daf13;
	font-size: 16px;
	font-weight: bold;
}

.subtitulo {
	color: #336699;
	font-size: 14px;
}

/* vinculos */
a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: underline;
	color: #336699;
}

.link_verde {
	color: #8daf13;
}

.link_verde:hover {
	color: #8daf13;
	text-decoration: underline;
}

.link_gris {
	color: #666666;
	text-decoration: none;
}

.link_gris:hover {
	color: #333333;
	text-decoration: none;
}

.link_gris2 {
	color: #999999;
}

.link_gris2:hover {
	color: #ffffff;
}

.link_gris_negro {
	color: #999999;
}

.link_gris_negro:hover {
	color: #000000;
	font-weight: bold;
}

.link_blanco {
	color: #ffffff;
}

.link_blanco:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* otros estilos */
.input_search {
	background-image: url('../images/bg_search_input.jpg');
	background-repeat: no-repeat;
	width: 94px;
	height: 16px;
	font-size: 10px;
	border: 0;
	color: #666666;
}

#signup {
	color: #FFFFFF;
	background-color: #8daf13;
	border-right: 2px solid #e6e6e6;
	width: 255px;
	padding: 5px;
}

#signup .input_text {
	width: 244px;
	background-color: #cccccc;
	color: #666666;
	font-size: 11px;
}

.title_events {
	border-top: solid 1px #e6e6e6;
	border-right: solid 2px #e6e6e6;
}

#events {
	border-right: solid 2px #e6e6e6;
	background-color: #ffffff;
	margin: 0;
}

#events dd {
	display: none;
	overflow: hidden;
	margin-left: 10px;
}

#events dd.open {
	display: block;
}

#events dd.getHeight {
	display: block;
}

#events .item {
	background: url('../images/bg_events.jpg') no-repeat;
	width: 100%;
	cursor: pointer;
}

#events .separator {
	border-top: solid 1px #cccccc;
	width: 230px;
	height: 1px;
}

#events .bd {
	padding: 10px;
}

.menu_image {
	width: 468px;
	padding: 15px;
	background-color: #ffffff;
	position: relative;
}

.menu_image .overlay {
	width: 469px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	background-color: #000000;
	filter: alpha(opacity =     70);
	filter: progid :   DXImageTransform.Microsoft.Alpha (   opacity =   70 )
		;
	-moz-opacity: 0.70;
	opacity: 0.7;
}

#menu {
	color: #999999;
	border-bottom: solid 1px #dcdcdc;
}

#menu .green_bar {
	width: 10px;
	background-color: #88ac00;
}

#menu .gray_bar {
	width: 10px;
	background-color: #eeeeee;
}

#menu .home {
	background-color: #ffffff;
	height: 27px;
	width: 173px;
	padding-left: 7px;
}

#menu .pestanamenu2 {
	background-color: #dbdbdb;
	height: 27px;
	padding-left: 7px;
}

#menu .pestanamenu1 {
	background-color: #336699;
	color: #ffffff;
	height: 27px;
	padding-left: 7px;
}

#menu .submenu {
	background-color: #ffffff;
	height: 27px;
	padding-left: 15px;
}

#home_calendar {
	width: 188px;
	border: solid 2px #ffffff;
	background-image: url('../images/bg_events_calendar.jpg');
	background-repeat: no-repeat;
	background-color: #8daf13;
}

#home_calendar .filter {
	padding-left: 17px;
}

#home_calendar select {
	background-color: #eaeaea;
	font-size: 10px;
}

#home_calendar #event_detail {
	padding: 5px 17px 5px 17px;
	color: #ffffff;
}

#home_calendar #events_paging {
	text-align: right;
}

#events_div span {
	display: none;
}

#publications {
	border-right: solid 2px #e6e6e6;
	margin: 0;
}

#publications dd {
	display: none;
	overflow: hidden;
}

#publications dd.open {
	display: block;
	background-repeat: no-repeat;
	margin: 0;
}

#publications dd.getHeight {
	display: block;
}

#publications .title {
	background-color: #8baf11;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
}

#publications .selected {
	background-color: #2e5c8a;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
}

.title_news {
	background-color: #fff;
	width: 484px;
	padding-left: 15px;
	color: #666666;
}

.titulo_around {
	background-color: #8baf11;
	color: #ffffff;
	width: 182px;
	height: 18px;
	padding: 3px 0px 0px 10px;
	font-weight: bold;
}

.body_around {
	background-color: #dcdcdc;
	list-style-image: url('../images/vineta_atw.jpg');
}

.body_around li {
	margin: 5px 0px;
}

.paginator_article {
	margin: 5px 15px;
	width: 464px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: right;
	padding: 5px 0px;
}

.contact {
	padding: 5px 15px;
	background-color: #ffffff;
}

.marquee_home {
	padding: 0 15px;
	color: #336699;
	font-size: 18px;
	font-weight: bold;
}

#toefl_accordion {
	margin: 10px 0 0 0;
}

#toefl_accordion dd {
	display: none;
	overflow: hidden;
	padding: 10px;
	margin: 0;
}

#toefl_accordion dd.open {
	display: block;
}

#toefl_accordion dd.getHeight {
	display: block;
}

#toefl_accordion .title {
	background: url('../images/bg_test.jpg') repeat-x;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	height: 15px;
}

#toefl_accordion_info {
	margin: 0;
}

#toefl_accordion_info dd {
	display: none;
	overflow: hidden;
	padding: 10px;
	margin: 0;
}

#toefl_accordion_info dd.open {
	display: block;
}

#toefl_accordion_info dd.getHeight {
	display: block;
}

#toefl_accordion_info .title {
	background: url('../images/bg_test.jpg') repeat-x;
	font-weight: bold;
	padding: 5px;
	height: 15px;
}
