@charset "utf-8";
.boton {
	color: #000000;
	align="center";
	
}
.boton1 {
	width: auto;
	height: 30px;
	text-align: center;
	padding: 10px;
	margin: 2px;
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	float: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
}
.boton1:hover {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boton1 a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.boton1 a {
	text-decoration: none;
	color: #333333;	
}.textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	width: auto;
}
.textos li {
	list-style-type: square;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bolder;
	font-variant: normal;
}
.textos #grande {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: auto;
	width: auto;
}
