@charset "utf-8";
/* estilos para tabla de noticias */


.titulonoticia {
	background-position:top right;
	background-repeat:no-repeat;
	border:0px;
	padding:0px;
}

.noticia {
	width:650px;
	border:0px;
	margin:0px;
	padding:0px;
}

.textonoticia {
	background-color:#FFFFFF;
	margin:0px;
	padding:5px;
	vertical-align:top;
	width:500px;
	font-size:8pt;
	border-left:solid 2px #9cae31;
}

.textonoticia p {
	text-align:justify;
}

.imagennoticia {
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:5px;
	vertical-align:middle;
	font-size:8pt;
	border-right:solid 2px #9cae31;
	vertical-align:top;
}

.imagennoticia img{
	margin-bottom:5px;
	margin-top:5px;
}

.pienoticia {
	height:5px;
	background-color:#9cae31;
	margin:0px;
	padding:5px;
	vertical-align:top;
	/*width:500px; */
	font-size:8pt;
	font-weight: bold;
	text-align:center;
}
.amarillo {
	color:#d8d800;
	font-weight:bold;
}


.titulonoticia p {
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px;
	padding:5px;
	padding-left:15px;
}

table.verde .titulonoticia {
	 background-color:#9cae31;
	background-image:url(../../images/borde-derecho-verde.gif);
}

table.verde .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-verde.gif);
}

table.verde .textonoticia {
	border-left:2px solid #9cae31;
}

table.verde .imagennoticia {
	border-right:solid 2px #9cae31;
}

table.verde .pienoticia {
	background-color:#9cae31;
}


table.azul .titulonoticia {
	background-color:#45aee0;
	background-image:url(../../images/borde-derecho-azul.gif);
}

table.azul .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-azul.gif);
}

table.azul .textonoticia {
	border-left:2px solid #45aee0;
}
table.azul .imagennoticia {
	border-right:solid 2px #45aee0;
}

table.azul .pienoticia {
	background-color:#45aee0;
}

table.naranja .titulonoticia {
	background-color:#ffbe0e;
	background-image:url(../../images/borde-derecho-naranja.gif);
}
table.naranja .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-naranja.gif);
}

table.naranja .textonoticia {
	border-left:2px solid #ffbe0e;
}

table.naranja .imagennoticia {
	border-right:solid 2px #ffbe0e;
}

table.naranja .pienoticia {
	background-color:#ffbe0e;
}

table.color .titulonoticia {
	background-color:#ffbe0e;
	background-image:url(../../images/borde-derecho-gris.gif);
}
table.color .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-gris.gif);
}

table.color .textonoticia {
	border-left:2px solid #c4c4c4;
}

table.color .imagennoticia {
	border-right:solid 2px #c4c4c4;
}

table.color .pienoticia {
	background-color:#c4c4c4;
}


table.v .titulonoticia {
	 background-color:#9cae31;
	background-image:url(../../images/borde-derecho-verde.gif);
}

table.v .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-verde.gif);
}

table.v .textonoticia {
	border-left:2px solid #9cae31;
}

table.v .imagennoticia {
	border-right:solid 2px #9cae31;
}

table.v .pienoticia {
	background-color:#9cae31;
}


table.a .titulonoticia {
	background-color:#45aee0;
	background-image:url(../../images/borde-derecho-azul.gif);
}

table.a .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-azul.gif);
}

table.a .textonoticia {
	border-left:2px solid #45aee0;
}
table.a .imagennoticia {
	border-right:solid 2px #45aee0;
}

table.a .pienoticia {
	background-color:#45aee0;
}

table.n .titulonoticia {
	background-color:#ffbe0e;
	background-image:url(../../images/borde-derecho-naranja.gif);
}
table.n .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-naranja.gif);
}

table.n .textonoticia {
	border-left:2px solid #ffbe0e;
}

table.n .imagennoticia {
	border-right:solid 2px #ffbe0e;
}

table.n .pienoticia {
	background-color:#ffbe0e;
}

table.c .titulonoticia {
	background-color:#ffbe0e;
	background-image:url(../../images/borde-derecho-gris.gif);
}
table.c .titulonoticia p {
	background-image:url(../../images/borde-izquierdo-gris.gif);
}

table.c .textonoticia {
	border-left:2px solid #c4c4c4;
}

table.c .imagennoticia {
	border-right:solid 2px #c4c4c4;
}

table.c .pienoticia {
	background-color:#c4c4c4;
}

a.lupa {
	cursor:url(../../images/lupa3.png),pointer;
}

a.video {
	cursor:url(../../images/video3.png),pointer;
}

.texton {
	font-weight:bold;
	margin-left:50px;
}
