@charset "utf-8";
#banner {
	height: 237px;
}

#leftColumn {
	float: left;
	width: 209px;
	margin-top: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.menus {
	padding-bottom: 20px;
}

#tablaMenu {
	margin-left: 32px;
	width: 175px;
	margin-right: 5px;
}

#tablaMenu tr {
	height: 15px;
}

#tablaMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2011E;
	font-style: normal;
	text-decoration: none;
}

#tablaMenu a:hover {
	color: #000000;
	text-decoration: underline;
}

#rightColumn {
	float: right;
	width: 553px;
	margin-top: 5px;
	background-image: url(../images/fondoContent.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-align: justify;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

h1 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	line-height: 30px;
}

h2 {
	font-size: 14px;
	color: #D2011E;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
a     {
	color: #FF6666;
	font-size: 11px;
	text-decoration: none;
}
a:hover     {
	color: #D2011E;
	text-decoration: underline;
}
#linkResaltado a              {
	color: #D2011E;
	font-size: 11px;
	text-decoration: none;
}


.imageLeft {
	float: left;
	margin-right: 10px;
	border: 0.5px solid #666666;
	margin-bottom: 25px;
}
.imageRight {
	float: right;
	margin-right: 10px;
	border: 0.5px solid #666666;
	margin-left: 25px;
}

.imageContent {
	border: 0.5px solid #666666;
	margin-right: 8px;
}
hr {
	clear: both;
}
ul li {
	list-style-type: disc;
	line-height: 16px;
}


ul  li  ul  li, ol li ul li {
	line-height: 16pt;
	list-style-type: disc;
}
.sinLista          {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

