/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* generated by csscreator.com */ 
html, body{ 
 font-family:Georgia, Times New Roman, Times, serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding:0px;
	background: #C6DDF4;
	/*background:url("../imagenes/generales/mar.gif");*/
  } 
 h3{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 100%;
 color:  #006699;
 margin: 0px;
 padding: 0px;
}

#pagewidth{ 
 height:100%;
}
 
#header{
 position:relative; 
 min-height:5px; 
 background-color: #2A57FB ; 
 width:100%;

} 

#maincol{
	position:relative;
	float:right;
	width:100%;
	min-height:70%;
	height:100%;
	background: #2A57FB url("../imagenes/generales/azul-deg-vertical.jpg") repeat-x bottom;
	visibility: visible;
	z-index: 3;
}

 /**** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php ***/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac * */  



