﻿/* Copyright 2007 Ungravity.com - All Rights Reserved.   
/*-- v 1.00 23/02/2007 15:13:00 leonel --*/

/* ******************  Body  *************** */

html, body {
height:100%; 
margin:0; padding:0;	
background: #f5f5f5; 
color: #838383;	
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
text-align:center;
}
body{ /* background: url('../picFiles/bgBody.gif') repeat-x fixed;*/ }
input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; }

.ZoneActiveArea{
margin:auto;
display:table;
background: #FFF;
width:750px;
text-align:left;
border-top: none; 
border-right: solid 2px #CCC; 
border-bottom: none; 
border-left: solid 2px #CCC;
}

/*Header-Middle-Foooter Zone*/
div#HZone { clear:both; float:none; }

div#MZone { margin:0; padding:0; clear:both; float:none;}

div#FZone { clear:both; float:none; }
div#FZone .ZoneActiveArea { background: transparent;}

h1 {
	font-size: 160%; margin:0; padding:0; margin-bottom:15px; padding-bottom:5px;
	text-indent:30px; line-height:25px; color:#00adef; 
	clear:both;
	background-image:  url('../picFiles/bgH1Interna.gif'); background-repeat:no-repeat ; background-position: 0 5px;	
}
h2 {
	font-size: 140%; margin:0; padding:0; color:#0876be;
	margin-bottom:10px;
}
h3 {font-size: 120%;}
h4 {font-size: 110%;}

a { color:#27587C}


a:hover { color:#FF8000}

img{ border:0px; }
br.clearL { clear: left }
br.clearR { clear: right }

.hide { padding:0; margin:0; visibility: hidden; }
span.separator { margin:0; padding:0; height:10px; display:block; clear:left; background: url('../picFiles/bgSpanGAA3.gif') repeat-x 0 50%; }
span.centrar { text-align:center; display:block; }

/* . . . . . . . .  Estilos de impresión y otros dispositivos . . . . . . . . . . . */

/* ******************  print  ************** */

@media print {
   h1, h2, h3, h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   blockquote, pre { page-break-inside: avoid }
   ul, ol, dl { page-break-before: avoid }
}