﻿@charset "utf-8";
/* CSS Document */


body
   {
	text-align: center;
	background: #99cc99 url(FondoBasePagina.gif) repeat;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
   }
   
h2,h3,h4,h5,h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 {
	color: #336633;
	background: center;
	text-align: center;
	font: bold 14px Arial, Helvetica, Sans-serif;
}

h2 {
	font-size: 12px;
	color: #336633;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	color: #003366;
	text-align: left;
}

   
.contenedor
   {
   padding: 0px;
   margin: 0 auto 0 auto;
   width: 100%;
   height: 100%;
   background: transparent url(FondoPagina.gif) repeat-x;   
   z-index: 0;
   }
   
.principal
   {
   	position: relative;
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 824px;
	z-index: 5;
	background: transparent;

	}

.fondoprincipal
    {
	background: #e7eff7 url(Fondo-Principal.gif) repeat;
	}
		
.encabezado
    {
	position: absolute;
	background: url(Encabezado.gif);
	margin: 0;
	padding: 0;
	left: 22px;
	top: 0px;
	width: 780px;
	height: 189px;
	z-index: 15;
	visibility: visible;
}

.celdasmenu {
    padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	}
	
.texto {
	text-align: left;
	color: #003366;
	text-indent: 0px;
	white-space: normal;
	font: normal 11px/14px Verdana, Helvetica, Arial, "Sans Serif";
	margin: 10px 20px 20px 20px;
	background: left top;
	vertical-align: top;
	}

.bordeizqcelda {
	border-left: 1px solid #528F4D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


a:link {
	color: #000;
	text-decoration: underline;
	font: bold;
}
a:visited {
	text-decoration: underline;
	color: #333;
	font: bold;
}
a:hover {
	text-decoration: underline;
	color: #666;
	font: bold;
}
a:active {
	text-decoration: none;
	color: #333;
	font: bold;
}

.arriba {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
