/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ContenidoTexto
{
    padding: 15px 10px 0px 14px;
    background-color: Transparent;
    color: #ffffff;
    line-height: 1.2em;
    font-size: small;
    font-family: Futura Md BT, Futura Bk BT, Futura Lt BT, Trebuchet MS, Arial;
}
.TituloTexto
{
    font-weight: normal;
    font-size: 180%;
    color: #61a8d9;
    line-height: 1.3em;
    font-family: Eras Demi ITC, Trebuchet MS, Arial;
    background-color: transparent;
}
.imagenFondo
{
	background-position: left top;
	background-image: url(images/repe_texto.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

