@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FF0000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#wrapper {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#logo {
	height: 150px;
	padding-bottom: 12px;
	background-image: url(../imagenes/fondo_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
p {
	font-size: 14px;
	word-spacing: normal;
	letter-spacing: normal;
}

td img {display: block;}
a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 950px;
	line-height: 20px;
}
#rightColumn {
	float: right;
	width: 365px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}
h1 {
	color: #EE9414;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 2px solid #A7A37E;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #046280;
	font-size: 1.3em;
}
p {
	line-height: normal;
	font-size: 14px;
	color: #000000;
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
}
.more {
	text-align: right;
}
.imageRight {
	padding-left: 5px;	
	float: right;
}
li {
	font-style: italic;
	font-size: 14px;
	color: #000000;
}
.descargarPDF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #990099;
}
