.menu {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: white;
	background: #DC4E1C;
	border-left: 2px solid white;
}
.menu A {
	color: white;
	text-decoration: none;
}
.menu A:hover {
	text-decoration: underline;
}
.submenu {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: white;
}
.menupie {
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
.menupie A{
	text-decoration: none;
	color: #1E95C7;
}
.menupie A:HOVER{
	color: #DC4E1C;
}
.contenido {
	background: #FFFFFF;
}
.contenidoTxt {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #555555;
}
.contenidoTxt A {
	text-decoration: none;
	color: #1E95C7;
}
.contenidoTxt A:HOVER {
	color: #DC4E1C;
}
.contenidoTxt H1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #1E95C7;
	color: #DC4E1C;
}
.contenidoTxt H2 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #DC4E1C;
	color: #DC4E1C;
	width: 80%;
}
.bordeImg {
	border: 1px solid #1E95C7;
}
.subTitulo {
	color: #DC4E1C;
	font-weight: bold;
}
body {
	margin: 0px;
	background: #EFEFEF;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

.marcoNoticias {
	font-family: Tahoma;
	font-size: 10px;
	color: white;
}
.marcoNoticiasTitular {
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	text-align: right;
	padding-right: 5px;
}
.marcoNoticias P {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.marcoNoticias A {
	color: white;
	font-weight: bold;
	text-align: right;
	width: 100%;
}
.marcoNoticiasSeparador {
	border-top: 1px dashed white;
}