@charset "utf-8";
/* CSS Document */

a:link {
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	text-decoration: underline;
}


.Texto-H1-Naranja {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	vertical-align: 0%;
}
.Texto-H1-Xtra {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	vertical-align: 0%;
}
.Texto-H1-Blanco {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.Texto-H2-Blanco {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	vertical-align: 2%;
}
.Texto-H3-Blanco {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}
.Texto-H3-Destacado {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
}
.Texto-H4-Blanco {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 0px;
}
.Texto-NoticiasH1 {
	font-size: 18px;
	font-weight:normal;
	color: #000000;
}
.Texto-NoticiasH2 {
	font-size: 14px;
	font-weight:bold;
	color: #9B3454;
}
.Texto-Noticias {
	font-size: 12px;
	font-weight:normal;
	color: #333333;
	text-align: justify;
}
a.Texto-Noticias:link {
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
a.Texto-Noticias:visited {
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
a.Texto-Noticias:hover {
	font-size: 12px;
	font-weight:normal;
	color: #FF6600;
}
a.Texto-Noticias:active {
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
.Texto-Noticias-Verde {
	font-size: 12px;
	font-weight:normal;
	color: #009900;
}
.TextoFecha {
	font-size: 10px;
	font-weight:normal;
	color: #99CC00;
}
.BotonacoDestacado {
	font-size: 11px;
	color: #08440b;
	background-color: #97bf0d;
	padding: 5px;
}
a.BotonacoDestacado:link {
	font-weight: normal;
	text-decoration: none;
}
a.BotonacoDestacado:visited {
	font-weight: normal;
	text-decoration: none;
}
a.BotonacoDestacado:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 5px;
}
a.BotonacoDestacado:active {
	font-weight: normal;
	text-decoration: none;
}
.Numeracion-Noticias {
	background-image: url(../imagenes-opinion-sync/iconos/numeracion-noticias.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 50px;
	height: 80px;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding-top: 6px;
}
