/*
 * Theme Name: Metro
 * Theme URI: http://www.uv.mx/
 *
 * Author: Guillermo Vera
 * Author URI: http://www.uv.mx/personal/gvera
 * Es el tema predeterminado del sitio UV
 * Version: 1.0
 * Definiciones HTML globales
 *
 * Esta es una aportacion para toda la humanidad.
 */
 
 
/* =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;
}

/* 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" */