/*
Theme Name: TRIANGULOAMANECER v1
Author: German Saez
Author URI: http://germansaez.com
Version: 1.0
*/

/*
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
ELEM POS
*/
header
{   position: fixed;
	font-family: 'Lora', serif;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
	border-bottom: 1px solid #999;
}

footer
{   
	position: fixed;
	font-family: 'Lora', serif;
    height: 180px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    border-top: 1px solid #999;
    padding-bottom: 20px; 
    padding-bottom: 30px; 
}

#contenido {margin: 1.0em; font-family: 'Lora', serif}

#logo
{   
	position: fixed;
    height: 80px;
    bottom: 35px;
    width: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*
MENU
*/
#menu {margin-top: 10px; margin-left: 5px; color:#a704e3;  font-weight: normal; font: 1em; letter-spacing: 0px}
#menu a {padding: 6px 6px; color:#000; text-decoration: none; display: block}
#menu a:hover {padding: 6px 6px; color:#fff; background-color:#000; text-decoration: none; display: block}

#menu ul {text-align: left; display: inline;list-style: none}
#menu ul li {
  display: inline-block;
  position: relative;
  background: #fff;
  cursor: pointer;
}

/*
------------------------------------
*/

body {background-color: #fff}

h1 {font-size: 3.0em; text-align: center; padding-top: 1.5em}
h2 {font-size: 2.0em; text-align: center; padding-top: 1.5em; padding-bottom: 1.0em; }

#contenido p {font-family: 'Lora', serif; margin: 0px; padding: 1.0 ; font: 1.0em; color:#333; line-height: 200%}
#contenido li {color:#333; line-height: 200%; list-style: none}
#contenido ul {padding-bottom: 15px}
#contenido a {color:#a704e3; text-decoration: none}
#contenido a:hover {color:#000; text-decoration: none}
#contenido ul {display: block; padding-left: 10px; }
#contenido li {list-style-type: "- " }
#contenido IMG {border: 1px solid #666; padding: 10px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; width: auto; height: auto}
#contenido IMG.parrafo {float: left; margin-right: 0.5em; margin-top: 0.5em}



.logo {margin-top: 0px}

footer h3 {font-size: 1em; text-align:center; padding-top: 1.5em; padding-bottom: 0.5em; color:#000; text-decoration: none;}
footer p {font-size: 0.75em; padding-top: 1em; text-align: center}
footer a {color:#333; text-decoration: none}
footer a:hover {color:#a704e3; text-decoration: none}

* {
    box-sizing: border-box;
}

/*
SELECTION
*/
*::selection {background: #000; color: #fff}
*::-moz-selection {background: #000; color: #fff}

iframe {
	width: 100%;
	height: 600px;
    display: block;
    margin: auto;
    padding-top: 2.0em;
}

/*
RESPONSIVE
*/

@media screen and (max-width: 500px) {
#contenido IMG {width: 100%; height: 100%}
}

