@import url('https://fonts.googleapis.com/css?family=PT+Sans');
/*Hoja de estilos principal*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'PT Sans', sans-serif;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
  color:#645B5B;
}

/* Letras */

.justificada {
	text-align:justify;
}

.negrita {
	font-weight:bold;
}

.italica {
	font-style:italic;	
}

.centrado {
	text-align:center;	
}

.normal{
	font-style:normal;	
}

.color-azul1{
	color:#006291;	
}

.color-gris1{
	color:#A6A6A6;
}

.letra-pequeña1{
	font-size:13px;
}

.letra-pequeña2{
	font-size:15px;
}

.letra-grande1{
	font-size:20px;
}

.letra-grande2{
	font-size:22px;
}

/* Encabezados */

h1, h2, h3, h4, h5, h6 {
	display: block;	
	font-weight:normal;
}

h1 {
	font-size: 32px;	
}

h2 { 
	font-size: 20px;
}

h4 {
    font-size: 16px;
	font-weight: bold;	
}


/* Listas */

ul {
	list-style: none;
}

.disco {
	list-style:disc;
}

.cuadrado {
	list-style:square;
}

.circulo{
	list-style:circle;
	
}

/* Hipervínculos */		

.sin-subrayado{
	text-decoration:none;
}

/* Espacios */

.espacio-izquierdo1 {
	margin-left:40px;
}

.espacio-izquierdo2 {
	margin-left:50px;
}

.espacio-izquierdo3 {
	margin-left:70px;
}




.espacio-bloque1 {
	margin-left:80px;
	margin-right:60px;
}

.espacio-bloque2 {
	margin-left:280px;
	margin-right:60px;			
}

.espacio-bloque3 {
	margin-left:360px;
	margin-right:120px;
}
