@charset "UTF-8";
/* CSS Document */

/*
	Incluir nesta folla css todo o referente a tipos de letra, tamaño de fontes, 
	colores de texto, formateo de párrafos, elementos de lista e demais elementos susceptibles de conter texto.
*/


@import url(http://fonts.googleapis.com/css?family=Lato:700);



body {
	font-family: "Lucida Grande", "Lucida Sans Unicode" ,Verdana, Arial, "Segoe UI", sans-serif;
	font-size: 100%;
	color: #fff;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.paxina {
	font-size: 0.82em;
	line-height: 1.6em;
}

pre, 
code {
	font-family: "Courier New", "DejaVu Sans Mono", monospace;
	font-size: 1.1em;
}

/*
	Cabeceiras
*/
h1, 
.simula-h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2, 
.simula-h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h3, 
legend, 
.simula-h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 1.7em;
	margin-bottom: 0.5em;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.2em;	
}

/*
	Elementos de bloque
*/
p, 
ul, 
ol, 
dl, 
pre, 
fieldset {
	margin: 1em 0;
}

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em;
	margin: 1.5em 0;
}

	blockquote p {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.3em;
		line-height: 2em;
		margin-bottom: 0.5em;
	}
		blockquote p::before, 
		blockquote p::after {
			 font-size: 4em;
			 line-height: 0em;
			 color: #ccc;
			 vertical-align: text-bottom;
			 margin: 0 0.2em;
		 }
		blockquote p::before { content: "\201C"; }
		blockquote p::after { content: "\201D"; }
	blockquote cite { font-style: italic; }
		blockquote cite::before { content: "\2013 \A0"; }

/*
	Listas
*/
ul, 
ol, 
dl {
	margin-left: 0;
	padding-left: 3em;
}
ul ul, ul ol, 
ol ol, ol ul { margin: 0; }
li {
	margin: 0;
	padding: 0;
}
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: decimal; }
dt {
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}
dd {
	margin: 0 0 1em 3em;
	padding: 0;
}

/*
	Enlaces
	A orde dos estados dos enlaces está basada no artigo de Eric Meyer: 
	http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
*/
a:link {
	text-decoration: none;
	color: #0096ec;
}
a:visited {
	text-decoration: none;
	color: #0096ec;
}
a:hover, 
a:focus {
	text-decoration: underline;
}
a:active {}

/*
	Abreviatura
*/
abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}

/*
	Selección de texto
*/
::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #666;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #666;
}

/*
	Restablecer o reseteador
*/
strong { font-weight: bold; }
em { font-style: italic; }

/*
	Outras fontes e tamaños de texto
*/ 
.fonte-xs {
	font-size: 0.75em;
	line-height: 1.6em;
}
.fonte-s {
	font-size: 0.85em;
	line-height: 1.6em;
}
.fonte-l {
	font-size: 1.1em;
	line-height: 1.65em;
}
.fonte-xl {
	font-size: 1.3em;
	line-height: 1.7em;
}

.fonte-alt-01 { font-family: Arial, Helvetica, sans-serif; }
.fonte-alt-02 { font-family: Arial, Helvetica, sans-serif; }

/*
	Taboas
*/
table { margin-bottom: 1.5em; }
	th, 
	td { text-align: center; }
	thead th, 
	thead td { font-weight: bold; }
	tbody th, 
	tbody td {}
	tfoot th, 
	tfoot td { font-weight: bold; }

/*
	######################################################################################
	estructura-base.css
	######################################################################################
*/

/*
	Incluir os estilos de fontes que dan forma á páxina
*/

/*
	Banner
*/

/*
	Corpo
*/

/*
	Pe
*/
