﻿/*****************************************************************/
/* AUTHOR: Andy Garcia, Andy21.com - VERSION: 1.0.1 (enero 2010) */
/*****************************************************************/

/* Formato por defecto: color de fondo, márgen y tipo de letra */
*         { font-family: Verdana, Arial; }
body      { margin: 15px 10px; background: white url('../img/jpg/manos.jpg') no-repeat fixed center center; }

/* Formato relacionado con formulario y elementos del mismo */
form      { font-size: 11pt; margin: 10px; }
input     { font-size: 11pt; }
label.agg { font-size: 11pt; font-weight: bold; display: block; float: left; width: 200px; text-align: right; }

/* Formato por defecto de los links, sus comportamientos e imágenes linkadas */
a:link    { text-decoration: none;      color: blue; }
a:visited { text-decoration: none;      color: navy; }
a:focus   { text-decoration: underline; color: fuchsia; }
a:hover   { text-decoration: underline; color: red; }
a:active  { text-decoration: underline; color: maroon; }
a img     { border-width: 0px; }

/* Formato por defecto de las principales etiquetas */
h1, h2, p { margin: 0px; padding: 5px 20px; }
h1        { font-size: 25pt; letter-spacing: 2px; color: maroon; }
h2        { font-size: 15pt; letter-spacing: 1px; color: olive; }
ul.lista  { margin: 0px 80px; }
ul.notas  { margin: 0px 40px; }
li        { font-size: 10pt; margin: 0px; padding: 3px; }
p         { font-size: 10pt; }

/* Clases de texto con formato especial */
.rojo     { color: #FF0000; }
.negrita  { font-weight: bold; }
.mini     { font-size: 7pt; }
.left     { text-align: left; }

/* Cajas de contenido; parte: superior, media con contenido e inferior */
.box      { width: 756px; margin: auto; text-align: center;  }
.boxsup   { background-image: url('../img/gif/redosup.gif'); }
.boxmed   { background-image: url('../img/gif/redomed.gif'); }
.boxinf   { background-image: url('../img/gif/redoinf.gif'); }

/* Menú de enlaces horizontal y secuencial (muy simple) */
.menu       { margin: 0px; }
.menu ul li { display: inline; list-style-type: none; }
.menu ul    { margin: 0px; padding: 0px; }
