body {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #000080;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #0090F0;
}


A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline; color: red;}

.texto_blanco {
	font-family: Arial;
	color: #FFFFFF;
	cursor: hand; line-height:100%
	}
	
.texto_cele {
	font-family: Arial;
	color: #0090F0;
	cursor: hand; line-height:100%
	}
	
.caja_cele {	
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #0090F0;
	background-color: #D5EEFF
	};
	
.formulario_01 {font-size: 8pt; font-family: Arial; border: 1px solid #c0c0c0}
.formulario_02 {font-size: 8pt; font-family: Arial}	
.formulario_03 {font-size: 7pt; font-family: Arial; border: 1px solid #c0c0c0}
.formulario_04 {font-size: 7pt; font-family: Arial}	

.formulario_campo {font-size: 8pt; font-family: Arial; border: 1px solid #c0c0c0}
.formulario_boton {font-size: 10pt; font-weight: bold}


#MargenIzquierdo{
	background-image: url('images/fondo1.jpg'); 
	background-repeat: repeat-y; 
	background-position: right;
}
#MargenDerecho{
	background-image: url('images/fondo2.jpg'); 
	background-repeat: repeat-y; 
	background-position: left;
}

#Esquina1{
	background-image: url('images/e1.jpg'); 
	background-repeat: no-repeat; 
	background-position: left top;
}
#Esquina2{
	background-image: url('images/e2.jpg'); 
	background-repeat: no-repeat; 
	background-position: right top;
}
#Esquina3{
	background-image: url('images/e4.jpg'); 
	background-repeat: no-repeat; 
	background-position:  left bottom;
}
#Esquina4{
	background-image: url('images/e3.jpg'); 
	background-repeat: no-repeat; 
	background-position: right bottom;
}

.TablaTitulo1{
	background-image: url('images/titulo11.gif'); background-repeat: no-repeat
}
.TablaTitulo2{
	background-image: url('images/titulo2.gif'); background-repeat: no-repeat
}
.TablaTitulo3{
	background-image: url('images/titulo12.gif'); background-repeat: no-repeat; background-position-y: top
}

.WebTitulo{
	font-size: 12pt; color: #FFFFFF; font-weight: bold
}
.WebContenido{
	font-size: 10pt
}