/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1/04/2014, 11:04:31 AM
    Author     : JuanMa
*/
html{
    background-color: #ffeeee;
}
body{
    color: #880000;
    font-family: "Times New Roman", Times, serif;
}
img{
    border: 2px #000000 solid;
    border-radius: 15px;
    margin: 3px;
}
hr{
    border-bottom: 2px solid #ff8888;
    border-top: 1px solid #ff8888;
    border-left: 0px;
    border-right: 0px;
    padding: 1px;
    margin: 3px;
}
frame{
    border: 1px dotted #cc0000;
}
.important{
    color: #ee0000;
    font-weight: bold;
}
.note{
    font-size: 11px;
    color: #009900;
}
.menu a{
    color: #00cc00;
    text-decoration: none;
}
.menu a:hover{
    color: #00cc66;
    text-decoration: none;
}
.menu a:active{
    color: #66cc00;
    text-decoration: none;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.justify{
    text-align: justify;
}