/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

:focus {

	outline: 0;

}


table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th { vertical-align:middle; }

blockquote:before, blockquote:after, q:before, q:after { content:""; }

blockquote, q { quotes:"" ""; }

a img { border:none; }


/* typography.css */
body {
	font: 13px/1.1 "trebuchet MS", arial, Helvetica, sans-serif;
	color:#32373D;
	
}

h1, h2, h3, h4, h5, h6 {
	color:#00347C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height: 1.1;
	margin-top: 0em;
	margin-bottom: 5px;
}

h1 {
	font-size: 18px;
	
}

h2 {
	font-size: 17px;
	
}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 15px;
	
}

h5 {
	font-size: 14px;
	}

h6 {
	font-size: 13px;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

p {
	margin-top: 0em;
	margin-bottom: 10px;
}

p img {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
	padding:0;
}

p img.right {
	float:right;
	margin:0.5em 0 0.5em 0.5em;
}

a {
	color:#00347C;
	text-decoration:none;
}

a:focus, a:hover { text-decoration:underline; }

/* Tamaños */
.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; }

.t19 { font-size : 19px; }

.t20 { font-size : 20px; }

.t21 { font-size : 21px; }

.t22 { font-size : 22px; }

.t23 { font-size : 23px; }

.t24 { font-size : 24px; }

.t25 { font-size : 25px; }

.t26 { font-size : 26px; }

.t27 { font-size : 27px; }

.t28 { font-size : 28px; }

.t29 { font-size : 29px; }

.t30 { font-size : 30px; }

.t31 { font-size : 31px; }

.t32 { font-size : 32px; }

.t33 { font-size : 33px; }

.t34 { font-size : 34px; }


.arial { font-family:Arial, Helvetica, sans-serif; }


/*colores*/
.negro { color:#333333; }

.azul { color:#00347C; }

.celeste { color:#3C6AAA; }

.violeta { color:#530068; }

.black {color:#000;}

.red {color:#BB002b;}
.gris {color:#888888;}


/*TITULOS*/

.tit-34 {
font-size:2.83em;
}


.tit-27 {
font-size:2.25em;
}

.tit-20 {
font-size:1.67em;
}



blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong { font-weight:bold; }

em, dfn { font-style:italic; }

dfn { font-weight:bold; }

.normal { font-weight:normal; }

sup, sub { line-height:0; }

abbr, acronym { border-bottom:1px dotted #666; }

address {
	margin:0 0 1.5em;
	font-style:italic;
}

del { color:#666; }

pre, code {
	margin:1.5em 0;
	white-space:pre;
}

pre, code, tt {
	font:1em 'courier', 'lucida console', monospace;
	line-height:1.5em;
}

li ul, li ol { margin:0 .25em; }

ul, ol { margin:0; }

ul { list-style-type:none; }

ol { list-style-type:decimal; }

dl { margin:0 0 1.33em 0; }

dl dt { font-weight:bold; }

dd { margin-left:1.25em; }

table {
	margin-bottom:1em;
	width:100%;
}

th {
	font-weight:bold;
	background:#C3D9FF;
}

th, td { padding:3px; }

tr.even td {
	background:#E8EFF9;
	color:#0C55C0;
	padding:.5em;
	border-top:1px solid #C5D7F0;
}

tfoot { font-style:italic; }

caption { background:#eee; }


.rojo { color:#F00000; }

.highlight { background:#F00000; }


.white { color:white; }


/* Use this to create a horizontal ruler across a column. */
hr {
	background: #F3F3F3;
	color: #F3F3F3;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 5px;
	border: none;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}

.left { float:left; }

.right { float:right; }

.outline { outline:0; }

.hide { display:none; }

.none {
	border:none;
	background:none;
}

.reset-margin { margin:0; }

.reset-padding { padding:0; }

.reset {
	margin:0;
	padding:0;
}

.first {
	margin-left:0;
	padding-left:0;
}

.last {
	margin-right:0;
	padding-right:0;
}

.top {
	margin-top:0;
	padding-top:0;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

.align-justify { text-align:justify; }

.align-left { text-align:left; }

.align-center { text-align:center; }

.align-right { text-align:right; }

/* Decoraciones */
.tdn { text-decoration : none; }

.tdu { text-decoration : underline; }


/* Paddings */

.p3 { padding : 3px; }

.pt3 { padding-top : 3px; }

.pb3 { padding-bottom : 3px; }

.pl3 { padding-left : 3px; }

.pr3 { padding-right : 3px; }

.p5 { padding : 5px; }

.pt5 { padding-top : 5px; }

.pb5 { padding-bottom : 5px; }

.pl5 { padding-left : 5px; }

.pr5 { padding-right : 5px; }

.p10 { padding : 10px; }

.pt10 { padding-top : 10px; }

.pb10 { padding-bottom : 10px; }

.pl10 { padding-left : 10px; }

.pr10 { padding-right : 10px; }


/* Margins */

.m3 { margin : 3px; }

.mt3 { margin-top : 3px; }

.mb3 { margin-bottom : 3px; }

.ml3 { margin-left : 3px; }

.mr3 { margin-right : 3px; }

.m5 { margin : 5px; }

.mt5 { margin-top : 5px; }

.mb5 { margin-bottom : 5px; }

.ml5 { margin-left : 5px; }

.mr5 { margin-right : 5px; }

.m10 { margin : 10px; }

.mt10 { margin-top : 10px; }

.mb10 { margin-bottom : 10px; }

.ml10 { margin-left : 10px; }

.mr10 { margin-right : 10px; }



/* forms.css */
input { font-size:11px; }

label {
	font-size:11px;
	color:#888888;
}

fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}

legend {
	font-weight:bold;
	font-size:1.2em;
}

input, textarea, select {
	margin:0;
	border:1px solid #BFCCD9;
	background: #FFF;
}

input:focus, textarea:focus, select:focus { background: #FFF; }

.input_50 {
	width:50px;
	padding:2px;
}

.input_60 {
	width:60px;
	padding:2px;
}

.input_70 {
	width:70px;
	padding:2px;
}

.input_80 {
	width:80px;
	padding:2px;
}

.input_90 {
	width:90px;
	padding:2px;
}

.input_100 {
	width:100px;
	padding:2px;
}

.input_110 {
	width:110px;
	padding:2px;
}

.input_130 {
	width:130px;
	padding:2px;
}

.input_140 {
	width:140px;
	padding:2px;
}

.input_160 {
	width:160px;
	padding:2px;
}

.input_250 {
	width:250px;
	padding:3px;
}

.input_300 {
	width:300px;
	padding:3px;
}

.input_340 {
	width:340px;
	padding:3px;
}

.input_350 {
	width:350px;
	padding:3px;
}

textarea {
	width:390px;
	height:250px;
	padding:5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .92em;	
}

.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.header {border-bottom: solid 1px #F3F3F3;}


