html, body, #content_all {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #content_all {
	height: auto;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	margin: 0px;
	padding: 0px;
	background: #F0EADD; 
	background-image: url(/img/public/bg_vertical_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

body.print { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	margin: 0px;
	padding: 0px;
	background: #F0EADD; 
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
}

a:hover {
	color: #333333; 
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 18px 0px;
	font-size: 19px;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 18px 0px;
	font-size: 15px;
	font-weight: bold;
}

h3	{
	margin: 0px 0px 9px 0px;
	font-size: 15px;
	font-weight: bold;
}


p {
	margin: 0px 0px 18px 0px;
}
.enlaceblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
