/*Hoja de estilos CSS */
body{
	font-family: Georgia;	
}

.tabla{
	text-align: left; 
	width: 752px; 
	margin-left: auto; 
	margin-right: auto;
}

td{
	vertical-align: middle;
}

#barra_info{
	background-color: #DADADA !important;
	font-family: Arial;
	font-size: 13px;
	color: #000066;
	width: 752px;
	height: 23px;
	line-height: 23px;
	padding-left: 3px;
	padding-right:3px;
}

#barra_info a{
	text-decoration: none;
	color: #000066;
}

#titulo{
	font-weight: bold;
	font-size: 25px;
	color: #000066;
}

#subtitulo{
	font-weight: bold; 
	color: rgb(102, 102, 102);
}

#autores{
	font-size: 12pt;
}

.correo{
	text-decoration: none; 
	color: rgb(0, 0, 102);
}

.separador{
	width: 100%; 
	height: 1px; 
	font-weight: normal;
}

.bold{
	font-weight: bold;
}

.grey{
	color: rgb(102, 102, 102);
}

.justificado{
	text-align: justify;
}

#info_publicacion{
	color: rgb(0, 0, 102);
	font-family: Arial;
}

p{
	color: #000;
	text-align:justify;
}

table{
	text-align: left; 
	width: 399px; 
	margin-left: auto; 
	margin-right: auto;
}

hr{
	width: 100%; 
	height: 1px;
}

#barra_inferior{
	background-color:rgb(218,218,218);
	font-family: Arial;
	font-size: 13px;
	color: #000066;
	width: 752px;
	height: 26px;
	line-height: 26px;
	padding-left: 3px;
	padding-right:3px;
}

.enlace{
	text-decoration: none;
}

#barra_inferior div{
	float: right;
}