/****
STYLES GUIDE:
0. RESET
1. LAYOUT
2. GENERIC ITEMS
3. PARTS OF WEB
4. LIST
5. FORM
6. ANIMATIONS
-----------------
COLORS:
verde pistacho => 	#acc233;
verde oscuro => 	#566119;
verde cielo => 		#d6e199;
blanco =>			#fff;
*/


/* -------- 0. RESET -------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}



/* -------- 1. LAYOUT -------- */

body { color:#FFF; background-color:#000;
	text-align: center; 
	'Georgia''Tahoma'  ;}




/* -------- 2. GENERIC ITEMS -------- */

.content { padding: 40px 0;}
.header { 
	height: 90px; background-color:#313133; background-size: cover; color:#626262;   text-align:center;
	border-bottom: 1px solid #666;}
	
.header p {font-size:16px;}
.header img { padding-top:20px;}



.libro12 { color: #fff; border-bottom: 1px dashed #666;}


.title{ margin-bottom: 10px; font: 28px; color:#0EA8C3; font-weight:bold}


.titleNaranja { margin-bottom: 10px; font: 28px; color:#FF9900;font-weight:bold;}
.titleAzul { margin-bottom: 10px; font: 28px; color:#0EA8C3; font-weight:bold;}
.titleAmarillo { margin-bottom: 10px; font: 28px; color:#FFbb00;font-weight:bold;}


.subtitle { color:##0EA8C3; margin-bottom: 20px; font: 26px ; text-transform: uppercase; text-decoration:none; font-weight:bold;}

.subtitle a{ color: #ffbb00; text-decoration:none;}
.subtitle a:hover{ color: #ff9900; text-decoration:underline;}
.subtitle a:visited{ color: #ff9900; text-decoration:none;}

.subtitlerosa { color:#FF9900; margin-bottom: 20px; font: 26px ; text-transform: none; font-weight:bold;}
.subtitleAzul { color:#0EA8C3; margin-bottom: 20px; font: 26px ; text-transform: uppercase; text-decoration:none; font-weight:bold;}


.mito { color: #fff; border-bottom: 1px dashed #666;}
.mito a { color:#0EA8C3; text-decoration:none;}
.mito a:hover{ color: #FFF; text-decoration:underline;}
.mito a:visited{ color: #6fd7e8; text-decoration:none;}



.video { color: #fff; border-bottom: 1px dashed #666; line-height:20px;}
.video p {font: 16px ; margin: 0 auto;}

.otros { background:#000; color: #fff; border-bottom: 1px dashed #666; line-height:20px;}
.otros p {font: 16px ; }


.pie { background:#313133;   border-bottom: 1px solid #666;}

a { color:#fff; text-decoration:underline;}
a:hover{ color: #ffbb00;}
a:visited {color:#fff;}

p { margin-bottom: 15px; text-align:center; }






/* -------- 3. PARTS OF WEB -------- */

/* -------- 4. LIST -------- */

/* -------- 5. FORM -------- */

/* -------- 6. ANIMATIONS -------- */