/*
---------------------------------------------------------

 REMANENTS
 Copyright SiiNet 2006

----------------------------------------------------------
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Comic Sans MS";
	font-size: 10pt; 
	font-style: normal; 
	background-color: white; }

h1 {
	background-image: url(images/CabTitular.gif);
	padding-left: 60px;
	padding-top: 22px;
	font-size: 12px; color: #006600;
	width: 450px;
	height: 44px;
	margin-bottom: 10px;
	margin-top: 10px; }

h2 {
	background-image: url(images/CabTitular2.gif);
	padding-left: 180px;
	padding-top: 22px;
	font-size: 12px; color: #B70027;
	width: 316px;
	height: 27px;
	margin-top: 10px;
	margin-bottom: 20px;  }

h3 {
	background-image: url(images/Logo.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 40px;
	font-size: 13px; color: #336699;
	margin-bottom: 15px; }

h4 {
	font-size: 12px;
	color: #126D62;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 4px solid #FF9966;  }

h5 {
	color: blue;
	background-color: white;
	font-family: "Verdana";
	font-size: 18px; }	

ul {
	margin: 15px 0 15px 20px;
	list-style-type: disc; }

ol {
	margin: 15px 0 15px 20px; }

li {
	margin-top: 15px 0 0 0; }

a {
	font-size: 10pt; 
	text-decoration: none;
	color:#006BA9; }

a:hover { 	
	color: white;
	background-color: #6699CC; }

hr {
	color:#0066CC;
	height: 1px;
	margin-top:30px; }

#cabecera {
	background-image: url(images/cabecera.jpg);
	width: 976px;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; }

#logo {
	background-image: url(images/logotipo.gif);
	width: 250px;
	height: 71px;
	float: right;
	margin-top: 190px;
	margin-right: 200px }

#zonaUsuario {
	width: 200px;
	float: right;
	font-size: 9pt;
	margin-top: 190px;
	margin-right: 35px; }	

#cuerpo {
	width: 976px;
	background-image: url(images/fondoCuerpo.gif);
	margin-left: auto;
	margin-right: auto; }

#menu {
	width: 134px;
	background-image: url(images/fondoMenu.gif);
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	margin-left: 20px; }

#contenido {
	width: 750px;
	float: right; }

#pie {
	background-image: url(images/pie.gif);
	width: 976px;
	height: 44px;
	text-align: center;
	font-size: 8pt;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 20px; }

	
