/*
Theme Name: LOGRA452 v1
Author: German Saez
Author URI: http://germansaez.com
Version: 2.3
*/

/*
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;
}

em, i {
  font-style: italic !important;   /* fuerza para debug */
}


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

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

#contenido {margin: 1.5em; font-family: 'Lora', serif; font-style: normal}

#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:#efeee9; font-weight: normal; font: 1em; letter-spacing: 0px}
#menu a {padding: 6px ; color:#efeee9; background-color: #982930; text-decoration: none; display: block}
#menu a:hover {padding: 6px; color:#982930; background-color: #efeee9; text-decoration: none; display: block}

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

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

body {background-color: #efeee9}
/* Old #efeee9 */
h1 {font-family: 'Lora', serif; font-size: 2.5em; font-style: normal; text-align: center; padding-top: 2em; padding-left: 1em; padding-right: 1em; line-height: 120%}
h2 {font-size: 1.5em; color: #982930; text-align: center; padding-top: 1.5em; padding-bottom: 1.0em; }
h3 {font-size: 1.0em; color: #982930; padding-top: 1.5em; padding-bottom: 1.0em; line-height: 120% }

#contenido p {margin: 0px 0px 20px 0px; padding: 1.0 ; font: 1.0em; color:#3c3a45; line-height: 200%}
#contenido a {color:#982930; text-decoration: underline}
#contenido a:hover {color:#3c3a45; text-decoration: none}
#contenido h3 {font-size: 1.2em; padding-top: 1.5em; padding-bottom: 1.0em; line-height: 200% }
#contenido ul {display: block; margin-left: 30px; padding-left: 30px; padding-bottom: 30px}
#contenido li {color:#3c3a45; line-height: 200%; list-style-type: "- " }
#contenido IMG {padding: 10px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; width: auto; height: auto}
#contenido IMG.parrafo {border: 1px solid #999; float: left; margin-right: 1.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:#3c3a45; text-decoration: none}
footer a:hover {color:#982930; text-decoration: none}

* {
    box-sizing: border-box;
}

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

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%}
}

