/* 
    Document   : rosas
    Created on : 23/05/2010, 12:33:50
    Author     : jaime
    Description:
        Purpose of the stylesheet follows.

*/
body{margin:0}
#title{text-align: center}
#content
{
    position:absolute;
    top:25%;
    left: 25%;
    margin-top: -100px;
    margin-left: -100px;
    margin:5px;
    width:400px
}

.enlace_1 a
{
    width:150px;
    line-height:130px;
    font-size:20px;
    font-family: arial;
    font-color:white;
    font-weight: bold;
    background-color: #cc9933;
    text-align: center;
    padding-top: 65px;
    margin:10px;
    float:left;
    text-decoration: none;

}

.enlace_1 a:visited
{
    width:150px;
    font-size:20px;
    font-family: arial;
    font-color:white;
    font-weight: bold;
    background-color: #cc9933;
    text-align: center;
    padding-top: 30px;
    margin:10px;
    float:left;
    text-decoration: none;

}

.enlace_1 a:hover
{
    background-color: #800000

}
