
/* Documento CSS */

/* Estilos  */

table {border-collapse:collapse; border: none; border: #000;}

A:link {text-decoration:none; color: #000; font-size: 12px;}
A:visited {text-decoration:none; color: #000;}
A:active {text-decoration:none; color: #000;}
A:hover {text-decoration:none; color: #000;}

.titulos
{
font-size: 22px;
font-weight: bold;
padding-left:200px;
margin-bottom:50px;
}

.textos1
{
font-size: 13px;
}

.textos2
{
font-size: 13px;
font-weight: bold;
}

.boton100
{
font-size: 12px;
cursor: pointer;
text-align: center;
background-color: #FFF;
border-radius: 10px;
border: 1px black outset;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
}

.borde
{
margin: 2px;
border-radius: 10px;
border-width: 1px;
border-style: solid;
padding: 10px;
}

/* Fin Estilos  */
