/*
Theme Name: Wordpress Core
Theme URI: http://wordpress.org/
Description: Bare Elements needed to make a wordpress theme
Version: 1.0
Author: Glenn Stovall
Author URI: http://www.glennstovall.com/
Tags: not really a theme.

*/


/* standard classes */
* { margin: 0; padding: 0; }
html,body { font-family: "trebuchet ms"; background-color: #ed1c24; width: 100%; height: 100%; }
div#wrapper { background-color: #fff; left: 50%; right: 50%; width: 1004px; height: auto; margin: 20px auto 50px; }
div#content_flash { background-color: #ed1c24; text-align: right; width: 989px; height: 25px; float: left; padding-right: 15px; }
div#flash { float: right; }
div#header { background-color: #ed1c24; background-image: url(images/header.jpg); width: 1004px; height: 265px; float: left; margin: 0; padding: 0; }
div#header img { position: relative; top: 3px; right: 30px; float: right; }
div#header ul { font-size: 14px; position: relative; top: 80px; left: 35px; width: 300px; list-style-type: none; }
div#header ul li { display: inline; }
div#header ul li a { color: #000; text-decoration: none; }
div#header ul li a.intermintente { text-decoration: blink; }
div#header ul li a:hover { color: #ed1c24; text-decoration: none; }
div#header ul li.current_page_item a { color: #ed1c24; text-decoration: none; }
div#header ul li a.active { color: #ed1c24; text-decoration: none; }
div#shadow { background-image: url(images/shadow.gif); text-align: center; width: 1004px; float: left; }
div#footer { background-color: #ed1c24; background-image: url(images/shadow_bot.gif); background-repeat: no-repeat; background-position: 50% top; width: 100%; height: 40px; float: left; }
div#footer ul { font-size: 10px; text-align: center; width: 100%; height: auto; margin-top: 10px; list-style-type: none; }
div#footer ul li { color: #fff; text-align: left; display: inline; }
div#footer ul li a { color: #fff; font-weight: normal; text-decoration: none; margin: 0; padding: 0 2px; }
div#footer ul li a:hover { color: #000; font-weight: normal; text-decoration: none; }
div#footer ul li.current_page_item a { color: #000; font-weight: normal; text-decoration: none; }
div#footer ul li a.active { color: #000; font-weight: normal; text-decoration: none; }
div#content { background-color: #fff; background-image: url(images/fondo_content.jpg); background-repeat: no-repeat; background-position: 50% bottom; width: 976px; float: left; margin-left: 14px; padding: 0; }
div#menu { text-align: left; width: 290px; height: auto; float: left; }
div#menu ul { font-size: 13px; position: relative; top: 25px; left: 80px; width: 180px; height: auto; list-style-type: none; }
div#menu ul ul { list-style-type: none; position: relative; top: 10px; left: 0; width: 180px; height: auto; }
div#menu ul li { text-align: left; width: 165px; height: 25px; margin-top: 5px; margin-bottom: 5px; border-bottom: 1px solid #67666b; }
div#menu ul li a { color: #000; font-weight: normal; text-decoration: none; margin: 0; padding: 0; }
div#menu ul li a:hover { color: #ed1c24; font-weight: normal; text-decoration: none; }
div#menu ul li.active { color: #ed1c24; font-weight: normal; text-decoration: none; }
div#menu ul li.pagenav { color: #000; font-size: 14px; text-decoration: none; margin-top: 20px; }
div#menu ul li.current_page_item a { color: #ed1c24; font-weight: normal; text-decoration: none; }
div#menu ul li a.active { color: #ed1c24; font-weight: normal; text-decoration: none; }
div#content_der { width: 686px; float: left; margin-bottom: 70px; }
div#cont_header { background-image: url(images/content_header.jpg); width: 686px; height: 50px; float: left; }
div#cont_main { background-image: url(images/content_shadow.png); text-align: left; width: 686px; height: auto; float: left; min-height: 500px; }
div#cont_footer { background-image: url(images/content_footer.png); width: 686px; height: 50px; float: left; }
.clearall { clear: both; }
div#cont_main p { font-size: 12px; text-align: left; margin-right: 90px; margin-left: 90px; }
div#cont_main a { color: #ed1c24; text-decoration: none; }
div#cont_main ol { font-size: 12px; position: relative; width: 410px; margin-top: 10px; margin-bottom: 20px; margin-left: 90px; }
div#cont_main a:hover { color: #ed1c24; text-decoration: underline; }
h1 { color: #ed1c24; font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 20px; margin-left: 90px; }
h2 { color: #ed1c24; font-size: 15px; font-weight: bold; margin: 10px 90px 20px; }
h3 { color: #ed1c24; font-size: 15px; font-weight: bold; margin: 10px 90px 20px; }
h4 { color: #000000; font-size: 15px; font-weight: bold; margin: 10px 90px 20px; }
h5 { color: #ed1c24; font-size: 15px; font-weight: bold; margin: 10px 90px 5px; }
h6 { color: #000000; font-size: 12px; font-weight: bold; margin: 0px 90px 20px; }
.navigation { font-size: 12px; margin: 10px 90px 20px;}
p { margin-bottom: 15px; }
div#cont_main ol.commentlist { font-size: 13px; margin-left: 90px; }
div#cont_main ol.commentlist li p { font-size: 13px; margin-left: 0; }
div#cont_main ol.commentlist a { color: #ed1c24; text-decoration: none; }
div#cont_main ol.commentlist a:hover { color: #ed1c24; text-decoration: underline; }
div#cont_main form#commentform p { color: #000; font-size: 12px; font-family: "trebuchet ms"; }
div#cont_main form#commentform p input { color: #000; font-size: 12px; font-family: "trebuchet ms"; }
div#cont_main form#commentform p textarea { color: #000; font-size: 12px; font-family: "trebuchet ms"; }
div#cont_main div#post-3.post div.entry form p input { color: #000; font-size: 12px; font-family: "trebuchet ms"; }
div#cont_main div#post-3.post div.entry form p textarea { color: #000; font-size: 12px; font-family: "trebuchet ms"; }
div#cont_main div#post-15.post div.entry p img { float: left; margin-right: 10px; margin-bottom: 5px; }
div#cont_main form div.gsom-optin-form { color: #000; font-size: 12px; font-family: "trebuchet ms"; margin-left: 90px; }
div.wp-caption img { position: relative; left: 90px; margin-bottom: 10px; }
.lineadetiempo { text-align: center; position: relative; top: 0; left: 90px; width: 510px; overflow: auto; margin-bottom: 15px; border: solid 1px #c6c8ca; }