/*
 * UV 2012
 * Una aportaciÃ³n para toda la humanidad
 * Esto lo desarrollÃ© en agosto de 2012. 
 * Esta hecho para satisfacer o resolver un problema especifico en este preciso momento de la historia.
 * Por favor, si estÃ¡s en el futuro, Ãºsalo, hazlo tuyo, pero por favor actualizalo a las nuevas versiones o tecnologias de tu futuro.
 * AjÃºstalo a tus necesidades o revisa si hay una nueva versiÃ³n disponible.
 * No lo usas tal como esta y luego si algo no te gusta o ya no funciona digas: "pues es que asÃ­ estaba, yo solo lo retomÃ©".
 * Entiende que yo estoy en el pasado. No me puedes hacer responsable de una necesidad que aÃºn no sucede.
 */
 
 
/* =Global
----------------------------------------------- */

/* Cuerpo */
body {
	line-height: 1.325;
	font-size: 14px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.325em;
}

/* Text elements */
p {
	margin-bottom: 1.325em;
}
ul, ol {
	margin: 0 0 1.325em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.325em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.325em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
	/*font-style: italic;*/
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.325em;
	overflow: auto;
	padding: 0.75em 1.325em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.325em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input,
textarea {
	color: #003;
	font-family: "Arial","Segoe UI","Gill Sans", "sans-serif";
	font-size: 14px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}

/* Links */
a {
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	text-shadow: 0 0 0 #999;
}

a:visited {
	color: #428bca;
}

.ligaazulnegrita {
	color: #1C1C1C;
	font-weight: bold;
}

th.contenido {
    font-size: small;
    font-weight: normal;
}

th.contenido strong {
    color: black;
}

.acc_trigger, .acc_trigger a {
	color: #1B4E9D !important;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    font-weight: bolder !important;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */