@charset "utf-8";
/* CSS Document */



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: 50px;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #09F;
	margin-left: 40px;
	text-align: left;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #09c;
	font-size: 14px;
}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #333;
	list-style-type: disc;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666;
	list-style-type: disc;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #09c;
	font-weight: normal;
	list-style-type: disc;
	}
#contenedor {
	width: 800px;
	height: 200px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}

