/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #229DB5;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #229DB5;
}
h3 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #000000;
}
a:link, a:active, a:visited {
	color: #229DB5;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #11505E;
}
.Estilo1 {color: #229DB5}
.imagenes {
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: none;
	margin: 10px;
	text-align: center;
	display: block;
}