/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5  Arial,Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

.f12{
font-size:12px;
}


.i120{
line-height:120%;
}

.derecha {
text-align: right;
}
.izquierda {
text-align: left;
}
.negrita {
font-weight: bold;
}
.normal {
font-weight: normal;
}
.centro {
text-align: center;
}
.backwards {unicode-bidi:bidi-override; direction: rtl;}


.texto_cabecera {
color: #FFF;
padding: 25px 40px 0 0;
}





.fuente_t{
font-family:'Microsoft Sans Serif';
}

.t9 {
font-size: 9px;
}
.t10 {
font-size: 10px;
}
.t11 {
font-size: 11px;
}
.t12 {
font-size: 12px;
}
.t13 {
font-size: 13px;
}
.t14 {
font-size: 14px;
}
.t15 {
font-size: 15px;
}
.t16 {
font-size: 16px;
}
.t17 {
font-size: 17px;
}
.t18 {
font-size: 18px;
}

.c1 {
color: #000;
}
.c2 {
color: #F2421D;
}
.c3 {
color: #275672;
}
.c4 {
color: #3f7f00;
}
.c5 {
color: #7f0027;
}
.c6 {
color: #49B9E9;
}
.c7 {
color: #3A3A3A;
}

.c8 {
color: #005582;
}
.c9 {
color: #B71C20;
}
.c10 {
color: #438C9D;
}

