/***********************************************/
/* Objetos HTML - INICIO                       */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: inherit;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}

a:link{
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}

a:visited{
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}

a:hover{
	background-color: inherit;
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
}
