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

body {
	font-family:Arial, Helvetica, sans-serif;
}

.header {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/top.jpg);
	height:114px;
}

.header a{
	text-decoration: none;
}

/* ACA EMPEIZA LA COLUMNA CENTRAL */

.center {
	width: 74%;
	background-color: #FFFFFF;
	vertical-align:top;	
	font-size: 12px;
	padding: 20px;
}

.center_text {
	padding: 10px 20px 10px 20px;
	text-align:justify;
}

	/*  NOVEDADES*/
h1.news {
	margin: 0;
	color: #660000;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

hr.news {
	border: 0;
	background-color: #999999;
	height: 2px;
}
	/* TITULO NOVEDADES */
.news_title {
	color: #660000;
	font-size: 13px;
	text-decoration: underline;
}

	.news_title a, .news_title a:active, .news_title a:visited {
		color: #660000;
		font-size: 13px;
		text-decoration: underline;
	}
	
	.news_title a:hover {
		color: #FF0000;
		text-decoration: underline;	
	}

.news_text {
	color: #000000;
	font-size: 12px;
}

.news_vermas {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

	.news_vermas a, .news_vermas a:active, .news_vermas a:visited {
		color: #750000;
		text-decoration: none;
	}
	
	.news_vermas a:hover {
		color: #FF0000;
		text-decoration: underline;	
	}


.historial {
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

	.historial a, .historial a:active, .historial a:visited {
		color: #750000;
		text-decoration: none;
	}
	
	.historial a:hover {
		color: #FF0000;
		text-decoration: underline;	
	}

/* ACA TERMINA LA COLUMNA CENTRAL */

/* ACA EMPEIZA LA COLUMNA DERECHA */
.right_column {
	background: #EEEEEE;
	vertical-align: top;
}

.right_menu_gray_space {
	background: #EEEEEE;
	font-size: 5px;
}

.right_menu_gray_space_small {
	background: #EEEEEE;
	font-size: 2px;
}

.right_menu_title {
	background-color: #004066;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

td.right_simposios {
	background-repeat: no-repeat;
	background-color: #7AB7FA;
	background-image: url(images/right_arrow.jpg);	
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 4px;
}

p.right_simposios {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}

h5.right_simposios {
	color: #666666;
	font-size: 10px;
	margin: 0px;
}

.right_simposios a {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
}
.right_simposios a:hover {
	text-decoration: underline;
}

.right_ver_mas {
	background: #EEEEEE;
	font-size: 12px;
	text-align: right;
	padding-bottom: 3px;
	font-weight: bold;
}

.right_ver_mas a , .right_ver_mas a:visited{
	color: #990000;
	text-decoration: none;
}

td.right_charlas {
	background-repeat: no-repeat;
	background-color: #888888;
/*	background-image: url(images/right_arrow2.jpg);*/
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 7px;
	padding-right: 5px;
}

p.right_charlas {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.right_charlas a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

.right_charlas a:hover{
	text-decoration: underline;
}

h5.right_charlas {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:100;
	margin: 0px;
}

h4.right_charlas {
	color: #FFFFFF;
	font-style:italic;
	font-weight:100;
	font-size: 12px;
	margin: 0px;
}

.right_inscripcion {
	background-color: #EEEEEE; 
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
/* ACA TERMINA LA COLUMNA DERECHA */

/* ACA EMPEIZA EL FOOTER */
.footer {
	background-color: #28282A;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}


.footer a, .footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ACA TERMINA EL FOOTER */


a.back:link, a.back:visited, a.back:active {
	text-align: right;
	font-size: 12px;
	color: #750000;
	text-decoration: underline;
}

a.back:hover {
	color: #FF0000;
}


.right_direccion_style {
	text-align: left;
	background-repeat: repeat-y;
	background-color: #EEEEEE;
/*	background-image: url(images/left-link-back.jpg); 
	background-position: right; */
	padding-left: 5px;
}

.right_direccion_style a {
	text-align: right;
	color: #750000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
}
 
h5.right_direccion {
	margin: 0px;
	color: #333333;
	font-size: 11px;		
}

.title_page {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

hr.hr_class {
	border: 0;
	background-color: #999999;
	height: 2px;
}

.all_text {

}

.sub_title {
	color: #800000;
	font-weight: bold;
	margin-bottom: 0px;
}

a.msgDir, a.msgDir:active, .a.msgDir:visited {
	padding-left: 20px;
	color: #780000;
	font-weight: bold;
}

a.msgDir:hover {
	color: #FF0000;
}
