﻿* {
	margin: 0;
	padding: 0;
}

body {
    background: #111;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 16px;
}

a
{
    text-decoration: none;
}

img
{
    border-style: none;
}

#wrap {
    margin: 0 auto;
    width: 780px;
    background: #fff;
    padding: 10px;
}

#header {
    height: 120px;
    background: #fff url(images/header.jpg) no-repeat;
	margin-bottom: 10px;
}

#header #logo{
    float: left;
    padding:5px;
    margin-top: 5px;
    margin-left: 20px;   
}

#header #letras
{
    text-align: center;
    float: right;
    margin-right: 40px;
    margin-top: 15px;
    padding:5px;
    font-size: x-large;
    color: White;
}
.left {
    float: left;
    width: 540px;
    text-align: justify;
    margin-top: 10px;
}
.left h2 {
    font-size: 16px;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    background: #8E3B1B url(images/contenth2.jpg) no-repeat;
    padding-left: 10px;
}
.left h2 a {
    text-decoration: none;
    color: #fff;
}
.left h2 a:hover {
    color: #eee;
}
.articles {
    padding: 10px;
    text-align:justify;
}

.imagen
{
    text-align: center;
    font-weight:bold;
    width: 540px;
}

.right {
    float: right;
    width: 220px;
    padding-top: 10px;
    
}
.right h2 {
    margin: 10px 0 0 0;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    background: #8E3B1B url(images/menuh2.jpg) no-repeat;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.right ul {
    padding: 10px 0 15px 10px;
    list-style-type: none;
}
.right ul li{
   padding-bottom: 10px;
   margin-bottom: 10px;
}
.right ul li a {
    color: #8E3B1B;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.right ul li a:hover {
    color: #111;
}
.tabla{
    text-align:center;
}
.tabla a{
    text-decoration: none;
}

#footer {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 10px;
    height: 30px;
    text-align: center;
}
div.contenedor
{
    overflow: hidden;
    height: 1%;
    margin-bottom: 100px;
}
div.caja1 {

    position:absolute;
    width:100px;
    left:20%;
    text-align: center;

}

div.caja2 {

    position:absolute;
    width:100px;
    left:35%;
    text-align: center;
}

div.caja3 {

    position:absolute;
    width:100px;
    left:50%;
    text-align: center;
}

div.contenedor1
{
    overflow: hidden;
    height: 1%;
    margin-bottom: 130px;
}
div.caja11 {

    position:absolute;
    left:20%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-style:italic;

}

div.caja13 {

    position:absolute;
    left:45%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-style:italic;
}


div.comentario
{
    border-color: Maroon;
    border-style: solid;
    border-width: medium;
    padding:20px 10px 0 10px;
    font-family: Comic Sans MS;    
}

div.autor
{
    border-top-color: Maroon;
    border-top-style:dashed;
    border-top-width: 1px;
    text-align: right;
    margin-top: 10px;
    font-style: oblique;
    font-weight: bold;
}

div.insertar
{
    border-color: Maroon;
    border-style: solid;
    border-width: medium;
    padding:20px 10px 0 10px;
    font-family: Comic Sans MS;
    min-height: 240px;
    
}
.blink 
{
	text-decoration: blink;
	color: blue;
	font-size: 20px;
} 


label {display:block;font-weight:bold; margin-left: 20px;} 
legend {font-size:120%;} 
fieldset {border:none;} 
input, textarea {border:1px solid #000;margin-left: 100px;} 
input:focus, textarea:focus {background:#FFF799;} 

.blink 
{
	text-decoration: blink;
	color: red;
} 
