html {
height: 100%;
margin-bottom: 1px;
}
body {
font-family: Tahoma,Helvetica,Arial,sans-serif;
font-size : 12px;
background-image: url(./imagenes/fondopagina.jpg);
background-repeat: no-repeat;
background-position: top center;
}
form
{
background-color : white;
}
td {
font-family: Tahoma,Helvetica,Arial,sans-serif;
font-size : 11px;
padding : 2px;
border : 0px;
spacing : 1px;
}
th {
font-family: Tahoma,Helvetica,Arial,sans-serif;
font-weight: bold;
font-size : 12px;
background-color: #3cbfc7;
align-text : center;
}
ul {
margin-top: 0px;
}
li#seccion:hover
{
font-weight: normal;
color: white;
background-color: #3cbfc7;
}
a:link {
text-decoration: underline;
color: #996633;
}
a:visited {
text-decoration: underline;
color:#0033CC;
}
a:hover {
text-decoration: underline;
font-weight: normal;
color: #990033;
}
form {
margin-bottom: 0;
}
input {
background : transparent;
}
h1 {
font-size : 18px;
font-weight: bold;
font-color: #FFFFFF;
}
h2 {
font-size : 14px;
font-weight: bold;
background-color: #3cbfc7;
padding : 3px;
border : 1px solid #3cbfc7;
}
h3 {
font-size : 12px;
font-weight: bold;
background-color: #3cbfc7;
padding : 3;
border : 1px solid #3cbfc7;
}
h4 {
font-size : 11px;
font-weight: bold;
}
.aviso{
font-size : 18px;
font-weight: bold;
background-color: #FFFF00;
padding : 3px;
border : 1px solid #3cbfc7;
}
div#header {
position:fixed;
width : 100%;
font-size : 24 px
font-weigth : bold;
text-align: center;
background-color : white;
height : 75px;
top: 0px;
padding : 1px;
clear: both;
}
div#buscador
{
background-color:white;
text-align: center;
padding: 5px;
}
div#resultados
{
background-color : white;
padding : 5px;
}
div#footer
{
position:fixed;
background-color : #FFFFFF;
width : 100%;
bottom : 0px;
float: bottom;
left:0px;
height : 40px;
font-size: 10px;
text-align: center;
clear: both;
}
div#leftblock
{
position: fixed;
background-color : #FFFFFF;
top: 85px;
height: 85%;
float: left;
width : 15%;
padding : 0.5 em;
overflow:auto;
}
div#content{
position: fixed;
top : 85px;
bottom: 45px;
width: 83%;
left : 15%;
overflow : auto;
padding : 10px 10px 15px 10px;
background-color:white;
}
div#rightblock{
background-color : #FFFFFF;
top: 85px;
bottom : 0px;
float: right;
width : 150px;
padding : 3px;
border-color : #3cbfc7;
border-style: solid;
overflow:auto;
}
.topblock
{
height : 40px;
padding : 6px;
border : outset 2px;
background-color : #99ccff;
}
.button
{
border : 0px;
margin-left: 6px;
}
.button:hover
{
background-color : #3cbfc7;
border : 1px solid;
}
.calendar
{
position : relative;
border : none ;
background-color : #3cbfc7;
font-size : 14px;
font-weight: bold;
width : 95%;
left : 2.5%;
align-text :center;
border-spacing : 0 px;
margin : 0px;
}
tr.LineEven
{
background-color : white;
}
tr.LineOdd
{
background-color : #AFDCEC;
}
th.past
{
color : #3cbfc7;
background-color: white;
align-text:center;
}
th.future
{
background-color : white;
align-text:center;
}
th.barraExploracion
{
font-family: Tahoma,Helvetica,Arial,sans-serif;
font-size : 18px;
margin : 5px;
background-color : #3cbfc7;
height : 22px;
font-weight: 400;
}
td:hover
{
border : 1px;
border-color : red;
}
td.current
{
border : inset;
}
.resultados
{
font-size : 14px;
background-color: #99ccff;
border-top : 1px solid #996633;
padding : 10px;
width: 100%;
}
.resultado
{
padding-left:16px;
}
.resaltador
{
background-color: yellow;
}
.codigo
{
font-weight:bold;
font-size:16px;
}
.titulo{
background-color : white;
font-size : 24px;
font-weight: bold;
font-color: #FFFFFF;
}