﻿body 
{
	padding: 0%;
	margin: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a
{
	font-size: 12px;	
}
a:hover
{
	color: #000000;
	text-decoration: none;
}

.contenido
{
	width: 100%;	
}
.encabezado
{
	background-image: url("imagenes/PlecasArriba.jpg");
	background-repeat: no-repeat;
	height: 190px;
	width: 815px;		
}
.pie
{
	background-image: url("imagenes/PlecasAbajo.jpg");
	background-repeat: no-repeat;
	height: 137px;
	width: 815px;
}
.central
{
	background-image: url("imagenes/Borde.gif");	
	background-repeat: repeat-y;
	width: 815px;	
}
.texto
{
	width: 90%;	
}
.cerrarSesion
{
	width: 90%
}
