/* CSS Document */
body {
background-color:#fdfdfd;
font-size:11px;
margin:auto;
font-family:Arial;
text-align:center;
}

p {
font-size:12px;
color:#383838;
text-align:justify;
}

a:link,a:active,a:visited,td.a {
text-decoration:none;
color:#333333;
}

a:hover, td.a:hover {
background-color:#FF6E01;
color:#FFFFFF;
}

h1,h2,h3 {
font-family:'Trebuchet MS';
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:18px;
color:#FF6600;
padding-bottom:1px;
}

h3 {
font-size:16px;
font-weight:bold;
color:#FF6600;
}

h4 {
font-size:12px;
font-weight:bold;
color:#FF6600;
}

li {
font-size:12px;
font-weight:bold;
list-style-type:disc;
}


/********************* FORMULARIOS ***********************************/

input,textarea {
font-size:11px;
color:#666666;
text-align:left;
padding-left:5px;
}

select {
font-size:11px;
color:#666666;
}

.casilla_unidades {
height:28px;
text-align:right;
font-size:1.8em;
font-weight:bold;
}

form {
margin:0;
}

