/* 
    Document   : intranet
    Created on : 17-jun-2009, 21:01:11
    Author     : Juncal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

A:link {text-decoration: none; font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000;}
A:visited {text-decoration: none; font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000;}
A:active {text-decoration: none; font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000;}
A:hover {text-decoration: underline; font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000;}

body
{
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input
{
    border: 1px solid #000;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1
{
     margin-left:400px;
 
}

td
{
    width:250px;
    text-align:center;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.opciones
{
    margin-left:400px;
}
.entrada
{
     margin-top:200px;
    position:absolute;
    margin-left:400px;
}
#mensaje
{
    margin-left:400px;
   border-style: solid;
	border-width: 2px;
}
img
{
    border:none;
}