/* CSS Document */
body {
	margin: 5px 0;
	padding: 0;
	background: #F9FCEA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #FFFFFF;
	background-color:#990100;
}

.texto-largo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;

}

.borde-solido{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #990100;
} 

.sin-borde{
border-style:none;
border-width: 0px;
} 

.enlace{
font-family:Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration:none;
}

.enlace:hover{
font-weight: bold;
font-size:20px;
}


