body {  
	background-color:		white;
	font-family:			'Arial';
	font-face               'Arial';
	font-size:				17px; 
	color:					black;
	margin:					0;
	padding:				10px;
	line-height:			22px;
}


a:active {  
	/*font-family:			Arial;*/
	/*font-size:				13px; */
	color:					#888;
	text-decoration:		none;
	outline:				none;
}

a:link {  
	/*font-family:			Arial;*/
	/*font-size:				13px; */
	color:					#884444;
	text-decoration:		none;
	outline:				none;
}

a:hover {  
	/*font-family:			Arial;*/
	/*font-size:				13px; */
	color:					#00f;
	text-decoration:		none;
	outline:				none;
}

/*a:visited {  
	color:					#448844;
	text-decoration:		none;
	outline:				none;
}*/


@font-face {
	font-family:			'Arial';
	/*src:					url(../fonts/Arial.otf);*/
}

h1 {
	font-family: 'Arial Black'            ;/* 			'Quicksand Book';*/
	font-size:				16px;
    font-weight:            bold;
	color:					black;
	margin: 				20 0 20px;
    font-weight:            normal;
	text-transform:			none;
	
}
h3 {
	font-family:			'Arial';
	font-size:				22px;
	color:					#000;
	margin:					0 0 6px 0;
        font-weight: normal;
	line-height:			19px;
	text-transform:			none;
}
h4 {
	font-family:			'Arial';
	font-size:				18px;
	font-weight:			normal;
	color:					#4eafb7;
	margin:					20px 0 0 7px;
        font-weight: normal;
}
h5 {
	font-family:			'Arial';
	font-size:				18px;
	color:					#4eafb7;
	margin:					20px 0 0;
        font-weight: normal;
}


input {
	border:					1px solid #999;
	height:					16px;
}
input[type="text"] {
	width:					220px;
}
input[type="image"] {
	width:					auto;
	height:					auto;
}
input[type="hidden"] {
	border:					0;
}
input[type="submit"] {
	font-family:			'Arial';
	font-size:				14px;
	display:				inline;
	background-color:		#9fcccf;
	color:					#fff;
	padding:				2px 12px;
	height:					24px;
}

img {
	border:					0;
	display:				block;
}

    
img.center 
{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

span.elemento
{
    font-weight:700; 
    font-style: italic; 
    background-color: #C0C0C0;
    page-break-after:avoid;
}


