.datepfc {
    text-decoration: none;
    background: #f5cf6c;
    color: #303030;
    padding: 1px 8px 1px 8px;
    margin: 0px 5px 0px 0px;
}

.condensado {
    line-height: 5px;
}

.tabla_titulo {
    font-size: 15px;
    padding-left: 0px;
    background: #1a1652;
    color: #fff;
}

.publication{
  background-color: #E0E0E0;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 1px;
  font-size : 7pt;
  border-style: groove;
 }
 
* {
    margin: 0;
    padding: 0;
}

html, body {
    background: #fbeec7 url(../images/bg.jpg) top right no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #222;
    height: 100%;
  	 margin: 0 0 1px;
    padding: 0;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #222;	
}

a {
    text-decoration: none;
    color: #7d0020;
}
a:hover {
    text-decoration: underline;
    color: #111;
}

#wrap {
    margin: 0 auto;
    width: 850px;
}

#header {
    
}

#header h1 { 
    font-size: 28px;
    letter-spacing: -1px;
    padding: 15px 0 0 0px;
    color: #7d0020;
}
#header h1 a { 
    color: #7d0020;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: -2px;
}
#header h1 a:hover {
    color: #000;
}

#header h2 {
    font-size: 19px;
    color: #7d0020;
    padding: 0 0 0 5px;
    letter-spacing: -1px;
    font-weight: 100;
}

#header h3 {
    font-size: 14px;
    color: #7d0020;
    padding: 0 0 0 5px;
    letter-spacing: -1px;
    margin-top: -5px;
    font-weight: 100;
}
#content {
    padding: 0 20px;
}

.right {
    text-align: justify;
    padding-top: 20px;
    padding-left: 20px;
    height: 17px;
    line-height: 15px;    
}

.right h1 {
    font-size: 36px;
    padding-bottom: 20px;
    height: 25px;
    line-height: 26px;
    color: #7d0020;
}

.right ul {
    padding: 0 0 0 20px;
}

.right li {
    padding: 0px 0 0px 0;
}

.right h2 {
    font-size: 18px;
    font-weight: 100;
    padding-left: 10px;
    margin-bottom: 5px;
    height: 24px;
    background: #f5cf6c;
    color: #7d0020;
    text-shadow: 0.1em 0.1em 0.1em #DDDDDD;
    line-height: 24px;
}
.right h2 a {
    text-decoration: none;
    color: #7d0020;
}
.right h2 a:hover {
    color: #111;
}

.left {
    text-align: left;
    padding-top: 5px;
}

.left h2 {
    margin: 10px 0 5px 0;
    padding-left: 10px;
    height: 26px;
    line-height: 24px;
    background: #7d0020;
    color: #fff;
    font-size: 18px;
}
.left ul {
    padding: 5px 0px 0px 20px;
    line-height: 16px;
    color: #7d0020;
}
.left ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

#selected {
    color: #FFFFFF;
    background: #7d0020;
    padding: 1px 8px 1px 8px;
    text-decoration: none;
}

.left ul li a:hover {
    
}
.articles {
    padding: 10px;
    line-height: 16px;
}

.singlespace {
    height: 15px;
    line-height: 15px;
}

#footer {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

/* Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 120px;
	height: 120px;
}


















