/* CSS Document */

.pngimage
{
	//behavior: url(fx-iepngfix.htc);
}

.titulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFAEAE;
}
.enlacemenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.enlacemenu:hover
{
	color: #FFAEAE;
}
.texto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.boton
{
	height: 40px;
	width: auto;
	margin-bottom: 10px;
	margin-left: 100px;
}
.boton2
{
	height: 40px;
	width: auto;
	margin-bottom: 10px;
	margin-left: 470px;
}
.inicioboton
{
	height: 40px;
	width: 19px;
	background-image: url(inicio_boton.png);
	float: left;
	//behavior: url(fx-iepngfix.htc);
}
.finboton
{
	height: 40px;
	width: 19px;
	background-image: url(fin_boton.png);
	float: left;
	//behavior: url(fx-iepngfix.htc);
}
.contenidoboton
{
	height: 40px;
	background-image:url(fondo_boton.png);
	background-repeat: repeat-x;
	width: auto;
	float: left;
	vertical-align: middle;
	//behavior: url(fx-iepngfix.htc);
}
.contenedor_enlace
{
	padding-top: 9px;
}
.contenedor_imagen
{
	float: left;
}
