html,body {
		width: 100%;
		height: 100%;
		margin: 0pt;
		padding: 0pt;	
		
		font-family: arial;
		font-size: 8pt;
		color: black;
}

img{
	border:none;
}

.overlay{
	background-image: url(overlay.png);
}

.thumb {
	margin: 15pt;
	float:left; 
	width:120px; 
	height:120px; 
	//border:solid 1px black;
}
.titulo{
	font-family:georgia,garamond;
	font-size:16pt;
	color:#333333;	
	line-height:8pt;
	font-weight:bold;
}

.a_purpura:link{
	font-size:9pt;
	color:#a10d59;	
}
.a_purpura:visited{
	font-size:9pt;
	color:#a10d59;	
}
.a_purpura:hover{
	font-size:9pt;
	color:#c32f7b;	
}

.titulo_lateral:link{
	font-family:georgia,garamond;
	font-size:10pt;
	color:#353535;	
	font-weight:bold;
}
.titulo_lateral:visited{
	font-family:georgia,garamond;
	font-size:10pt;
	color:#353535;	
	font-weight:bold;
}
.titulo_lateral:hover{
	font-family:georgia,garamond;
	font-size:10pt;
	color:#999999;	
	
	font-weight:bold;
}

.subseccion{
	font-size:12pt;
	color:#666666;
	font-family:georgia,garamond;
}
.subseccion2{
	font-size:9pt;
	color:#666666;
	font-family:georgia,garamond;
}
//---------------------//
.autor:active{
	font-size:12pt;
	color:#343434;
	font-family:georgia,garamond;
	font-weight:bold;
}
.autor:link{
	font-size:12pt;
	color:#343434;
	font-family:georgia,garamond;
	font-weight:bold;
}
.autor:visited{
	font-size:12pt;
	color:#343434;
	font-family:georgia,garamond;
	font-weight:bold;
}
.autor:hover{
	font-size:12pt;
	color:#555555;
	font-family:georgia,garamond;
	font-weight:bold;
}
//---------------------//
.autor_lateral{
	font-size:9pt;
	color:#666666;
	font-family:georgia,garamond;
}

.fecha{
	font-size:11pt;
	color:#a10d59;
	font-family:georgia,garamond;
}
.fecha2{
	font-size:9pt;
	color:#a10d59;
	font-family:georgia,garamond;
}
.cuerpo{
	color:#434343;
	font-size:9pt;
	padding-bottom:10pt;	
}

.celda {
	background-color:#ffffff;
	color:#434343;
	border:solid 5px #eeeeee;	
	
}

.hr_cab{
	width:700px;
	height:0px;/*solo queremos borde*/
	text-align:left;
	border-top:0px;/*quita el grosor extra de Opera y FFox*/
	border-bottom:#a10d59 dashed 1px;
}

hr{
	width:90%;
	height:0px;/*solo queremos borde*/
	text-align:left;
	border-top:0px;/*quita el grosor extra de Opera y FFox*/
	border-bottom:#cccccc dashed 1px;
}

table {
	margin:0px;
}

td {
	font-family: arial;
	font-size: 9pt;	
}

.td_cab {
	background-color:rgb(161,13,89);
	//background-color:#97034f;
	color:#ffffff;
	font-family: arial;
	font-size: 8pt;
}

.td_gris {
	background-color:#f6f6f6;	
	color:#434343;
	font-family: arial;
	font-size: 9pt;
}

a:link {
	color:#999999;
	font-family: verdana;
	font-size: 7pt;
	text-decoration:none;
}
a:visited{
	color:#999999;
	font-family: verdana;
	font-size: 7pt;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	font-family: verdana;
	font-size: 7pt;
	text-decoration:none;
}

.pie:link {
	color:#aaaaaa;
	font-family: arial;
	font-size: 7pt;
	text-decoration:none;
}
.pie:visited{
	color:#aaaaaa;
	font-family: arial;
	font-size: 7pt;
	text-decoration:none;
}
.pie:hover{
	color:#a10d59;
	font-family: arial;
	font-size: 7pt;
	text-decoration:none;
}

