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

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

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

.txt {
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 3;
	text-indent: 1.5em;
	text-align:justify

}

.titular {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #0000FF;
	margin-bottom: 0;
	margin-top: 0;
	}
	
.titular-autor {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #0000FF;
	margin-bottom: 0;
	margin-top: 0.5em;
	}
	
.data-titular {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: bold;
	color:#FF0000
	}
	
.index-notis {
	font-size: 9pt;
	}
	
.index-notis a:link {text-decoration:none; color:#0000FF}
.index-notis a:visited {text-decoration:none; color:#0000FF}

.leermas {
	font-size: 9pt;
	margin-top: 2em;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: bold;
	color:#FF0000
	}
	
.leermas a:link {text-decoration:none; color:#FF0000}
.leermas a:visited {text-decoration:none; color:#FF0000}

.peufoto {
	font-size: 7pt;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	}
	
//estructura	

#contenedor{
   text-align: center;
   width: 1000px;
   margin: auto;
}
#cabecera{
   background-color: #ffffff;
   color: #333300;
   font-size:12pt;
   font-weight: bold;
   padding: 3 3 3 10px;
}
#cuerpo{
   margin: 10 0 10 0px;
}
#lateral{
   width: 500px;
   text-align:center
   background-color: #999999;
   float:left;
}
#lateral ul{
   margin : 0 0 0 0px;
   padding: 0 0 0 0px;
   list-style: none;
}
#lateral li{
   background-color: #ffffff;
   margin: 2 2 2 2px;
   padding: 2 2 2 2px;
   font-weight: bold;
}
#lateral a{
   color: #3333cc;
   text-decoration: none;
}
#principal{
   margin-left: 500px;
   text-align:center;
   background-color: #ffffff;
   padding: 4 4 4 4px;
}
#pie{
   background-color: #cccccc;
   padding: 3 10 3 10px;
   text-align:right;
} 	
