/* Created using Style Master from Western Civilisation CSS1 { 2 2 558 625 } */

body, p, td, li {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #400080;
font-size: small;
}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

table.formulario {
border: 1px #ff8000 solid;
padding: 5px;
}

td.pie {
text-align: center;
font-size: xx-small;
}

td.firma {
text-align: center;
font-size: xx-small;
}

p {}

a:link {
text-decoration: none;
color: #400080;
}

a:visited {
text-decoration: none;
color: #400080;
}

a:hover {
text-decoration: none;
color: #ff8000;
}

a:active {
text-decoration: none;
color: #400080;
}

a.firma:link {
color: #808080;
text-decoration: none;
font-weight: bold;
}

a.firma:visited {
color: #808080;
text-decoration: none;
font-weight: bold;
}

a.firma:hover {
color: #0080ff;
text-decoration: none;
font-weight: bold;
}

img {}

input.boton {
background-color : #EFEFEF;
border: 1px #8080ff solid;
font-size: xx-small;
}

select.boton {
background-color : #EFEFEF;
border: 1px #8080ff solid;
font-size: xx-small;
}

textarea.boton {
background-color : #EFEFEF;
border: 1px #8080ff solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: xx-small;
}

.error {
color: #ff0000;
font-weight: bold;
font-size: xx-small;
}