﻿body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #d7d7d7;
	background-image:url('../img/fondo.gif');
	
	/* text-align : justify;*/
	/*line-height: 10px;*/
}
p {
	font-size:11px;
	color: #586885;
	/*line-height: 120%;*/
}
hr {
	display:none;
 }
h1 {
	font-size:25px;
	text-align : left;
	color : #666666;
	margin:0;
}
h2 {
	font-size:20px;
	text-align : left;
	color:#486895;
	text-transform: capitalize;
}
h3 {
	font-size:18px;
	text-align : left;
	color : #7b9ebd;
	margin: 0px;
}
h4 {
	font-size:15px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #666666;
}
h6 {
	font-size:12px;
	text-align : left;
	color : #666666;
}
td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}
a {
	font-size:12px;
	color:#325FA0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#325FA0;
}
a:hover {
	text-decoration: none;
	color:#000066;
}
a:active {
	text-decoration: none;
	color:#0099CC;
}
.negrita {
	font-weight: bold;
}

img {
	border: none;
}

.letraPequeña {
	font-size: 9px;
	text-align: right;
}
