.texto {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.borde {
	border: 2px solid #FF0000;
	background-image: url(imagenes/fondo_html.jpg);
	background-repeat: no-repeat;
}
.circulo {
	font-family: Verdana;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.bordegris {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.bordegrisclaro {
	border: 1px solid #666666;
}
.bordesolo {
	border: 3px solid #FF0000;
}

.titular {
	font-family: Verdana;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.borde-fondoverde {

	border: 2px solid #FF0000;
	background-image: url(imagenes/fondo_verde.jpg);
	background-repeat: no-repeat;
}
.borde-fondoazul {


	border: 2px solid #FF0000;
	background-image: url(imagenes/fondo_azul.jpg);
	background-repeat: no-repeat;
}
.borde-fondogris {



	border: 2px solid #FF0000;
	background-image: url(imagenes/fondo_gris.jpg);
	background-repeat: no-repeat;
}
.textoblanco {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
