@font-face {
  font-family: 'atene';
  src: url('aten.ttf');
  src: local('☺'), url('aten.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    color: #444444;
    background: /*#FFFFFF*/ url('images/bg.gif') repeat-x;
}

table
{
    border-collapse:collapse;
    border: 1px solid black;
}

table, th, td
{
    color: #444444;
    padding:15px;
    text-align:justify;
    vertical-align:text-top;
}

textarea {
background: #FEA500;
border: 1px solid #FF6600;
}

input {
background: #FEA500;
border: 1px solid #FF6600;
border-radius:10px;
/*margin-right: 5px;*/
}

input[type="submit"],[type="reset"]{
	color:#fff;
	background-image:url('images/bg-btn.png');
	background-repeat:repeat-x;
	border:none;
	border-radius:10px;
	padding: 2.2% 0;
    width:3cm;
}

h1 {
    padding-top: 15px;
    font: normal 48px Georgia, Times, serif;
    color: #FEA500;
}

/*#idElemento {font-family:atene;}*/

h1 a, h1 a:hover {
    font: 40px;
    font-style:italic;
    color: /*#000000 #FEA500*/ #FFFFFF;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #FF6600;
}

p {
    padding: .75em 0;
    line-height: 1.6em;
    text-align: justify;
}

p#subtitle {
    padding: 0;
    font: 18px Arial, Helvetica, sans-serif;
    color: /*#000000 #CCCCCC*/ #FF6600;
}

p#subtitle2 {
    padding: 0;
    font: 12px Georgia, Times, serif;
    font-style:italic;
    color: /*#000000*/ #EEEEEE;
}

a {
    text-decoration: none;
    color: #FF6600;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 123px;
    padding: 0 20px;
    background: #000000 /*url('images/header.jpg') no-repeat*/;
}

/* menu */

#menubg {
    width: 932px;
    height: 47px;
    padding: 0 14px;
    background: #000000/*#FEA500 url('images/menu.jpg') no-repeat*/;
}

#menu {
    float: right;
    height: 47px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    margin-right: 6px;
    font-size: .92em;
    line-height: 44px;
    text-transform: uppercase;
}

#menu ul li a {
    display: block;
    float: left;
    height: 44px;
    padding: 0 8px 0 0;
    color: #FFFFFF;
    background: url('images/menu.gif') no-repeat right;
}

#menu ul li a  span {
    display: block;
    float: left;
    height: 44px;
    padding: 0 25px 0 33px;
    cursor: pointer;
    background: url('images/menu2.gif') no-repeat left;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #322100;
}

#menu ul li.active a {
    height: 47px;
    color: #322100;
    background: url('images/menuover.gif') no-repeat right;
}

#menu ul li.active a span {
    height: 47px;
    background: url('images/menuover2.gif') no-repeat left;
}

/* main */

#main {
    padding: 0 20px;
    background: url('images/bottom.jpg') no-repeat bottom;
}


/* content */

#content {
    float: left;
    width: 600px;
    padding: 40px 0 20px 0;
}

#content .post {
    padding: 0 0 3em 0;
}

#content h2 {
    font-size: 2.5em;
}

#content h2 a {
    color: #FF6600;
}

p.postmeta {
    font-size: .85em;
}


p.cita {
    text-align: justify;
    margin-left: 2cm;
    font-size: .75em;
    /*text-indent:1.5cm;*/
}

p.instrucciones {
    text-align: justify;
    margin-left: 1.5cm;
    margin-right: 2cm;
    font-size: .75em;
    text-indent:-0.5cm;
}

p.cita2 {
    text-align: justify;
    margin-top: 1cm;
    margin-right: 4cm;
    font-size: .75em;
    /*text-indent:1.5cm;*/
}

p.slide {
    margin-left: 1cm; 
    font-size: .80em;
    line-height: 1.5;
    margin-top:0cm;
}

p.postmeta2 {
    width: 80px;
    margin-top: 1.5em;
    padding: .2em 0;
    font-size: .85em;
    text-align: center;
    color: #FFFFFF;
    background: #FEA500;
}

p.postmeta2 a {
    color: #FFFFFF;
}

#content .entry {
    padding: 1.5em 0 0 0;
}

/* sidebar */

#sidebar {
    float: right;
    width: 270px;
    padding: 40px 0 30px 0;
}

#sidebar h2 {
    font-size: 2em;
}

#sidebar .box {
    padding: 1em 0 2em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 1.5em 0 2.5em 0;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 2.5em;
    border-bottom: 1px solid #E6E6E6;
}

#sidebar ul li a {
    padding: 0 10px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding: 50px 20px;
    border-top: 4px solid #FEA500;
}

#footer p {
    font-size: .85em;
    text-transform: uppercase;
}
