body {
margin: 5px;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #003366; 
background: #95B8DB;
text-align: justify; 

/* Cosas especificas de Internet Explorer: */
SCROLLBAR-3DLIGHT-COLOR:    #458BB9;
SCROLLBAR-HIGHLIGHT-COLOR:  #ffffff;

SCROLLBAR-FACE-COLOR:       #85A8CB;

SCROLLBAR-SHADOW-COLOR:     #458BB9;
SCROLLBAR-DARKSHADOW-COLOR: #003366;

SCROLLBAR-ARROW-COLOR:      #458BB9;
SCROLLBAR-TRACK-COLOR:      #C7CBE2;
}

a:link, a:visited, a:active {
font-weight: bold;
color: #000080;
text-decoration: none;
}

a:hover {
color: #ffffff;
}

img {
border-width: 0;
}

li {
margin-bottom: 5px;
}

.boton-formulario {
padding: 2px 5px 2px 5px;
font-weight: bold;
border: 2px solid #dffc02;
color: #dffc02;
background-color: #006699;
font-size: 12pt;
}

a.boton-formulario {
color: #dffc02;
font-size: 12pt;
}

#cabecera {
color: #dffc02;
background-color: #006699;
width: 100%;
padding: 5px 0 5px 5px;
border-left: 1px outset #007799;
border-top: 1px outset #007799;
border-right: 1px outset #007799;
border-bottom: 2px solid black;
}

#cabecera img {
vertical-align: middle;
width: 104px;
height: 73px;
}

#cabecera span {
font-size: 13pt;
font-weight: normal;
vertical-align: middle;
width: 75%
}

#parte-central {
width: 100%;
}

#columna-izquierda {
	margin-top: 0;
	padding-top: 0;
	width: 47%;
	float: left;
}

#columna-derecha {
margin-top: 0;
padding-top: 0;
width: 50%;
float: right;
padding-right: 10px;
}

#pie {
clear: both;
width: 100%;
margin-top: 10px;
text-align: center;
background-color: #809ab4;
}

.aviso {
background-color: #c7cbe2;
font-size: 80%;
padding: 2px;
font-style: italic;
width: 99%;
}

ul {
margin: 0 0 0 20px;
padding-top: 0;
}

h3 {
margin-bottom: 5px;
}

h5 {
margin-top: 0px;
margin-bottom: 2px;
}

