/* 
================================
 Container Styles for DotNetNuke
================================
*/   

h1
{
	font-weight: bold;
	font-size: 18px;
	color: #008000;
	line-height: 1.4em;
	font-family: Trebuchet MS, Arial;
	background-color: transparent;
}

h3
{
	font-weight: bold;
	font-size: 14px;
	color: #008000;
	line-height: 1.4em;
	font-family: Calibri, Tahoma;
	background-color: transparent;
}

h4
{
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #8b8b8b;
	line-height: 1.2em;
	font-family: Calibri, Tahoma;
	background: url("images/ico_comillas.gif") no-repeat top left transparent;
	padding: 2px 50px 0 22px;
}

.ContenidoTexto
{
    padding: 27px 10px 10px 15px;
    background-color: Transparent;
}
.TituloTexto
{
	font-weight: bold;
	font-size: 18px;
	color: #008000;
	line-height: 1.4em;
	font-family: Trebuchet MS, Arial;
	background-color: transparent;
}
.imagenFondo
{
	background-position: left top;
	background-image: url(images/repe_texto.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

