#noticia {
				font-family: verdana;
				font-size: 10pt;
				color: #000000;
}


/********************/
/*ESTILOS DE AVISOS*/
/*******************/


.title {
				font-family: verdana;
				font-size: 18pt;
				color: #000000;
				font-weight: bold;
}

.subtitle {
				font-family: verdana;
				font-size: 16pt;
				color: #000000;
				font-weight: bold;
}
.grande {
				font-size: 14pt;
				font-weight: bold;
}


.avisonorm {
				font-family: verdana;
				font-size: 10pt;
				color: #FF0000;
				font-weight: bold;
}
.avisopeq {
				font-family: verdana;
				font-size: 8pt;
				color: #FF0000;
				font-weight: bold;
}
.avisopeqdos {
				font-family: verdana;
				font-size: 8pt;
				color: #000000;
}

/************************************************/
/*FIN DE LOS ESTILOS DE AVISOS*/
/***********************************************/


/************************************/
/*ESTILOS DE ENLACES*/
/************************************/

#noticia A:link {
			text-decoration: none;
			color:#0000FF;
}

#noticia A:hover {
			text-decoration: underline;
			color: #FF0000;
}

#noticia A:visited {
			color:#0000FF;
}

#noticia A:active {
			text-decoration: underline;
			color: #FF0000;
}

#noticia A.dos:link {
			text-decoration: none;
			color: #000000;
}

#noticia A.dos:hover {
			text-decoration: none;
			underline: #FF0000;
}

#noticia A.dos:visited	{
			text-decoration: none;
			color: #000000;
}

#noticia A.dos:active {
		 	text-decoration: underline;
			color: #FF0000;
}


/************************************/
/*FIN DE LOS ESTILOS DE ENLACES*/
/************************************/



#noticia LI {
				margin-bottom: 20pt;
}

#noticia.junto {
				margin-bottom: 0pt;
}


/************************************/
/*FIN DE LOS ESTILOS DE LÍNEAS*/
/************************************/


/************************************/
/*ESTILOS DE LISTAS*/
/************************************/


.listadesorddis {
				list-style-type : disc;
				margin-left: 50pt;
				text-align: justify;
}

.listadesorddispq {
				list-style-type : disc;
				margin-left: 20pt;
				text-align: justify;
}

.listadesordcua {
				list-style-type : square;
				margin-left: 50pt;
				text-align: justify;
}

#noticia.listaordnum {
				margin-left: 50pt;
				list-style-type : decimal;
				text-align: justify;
}

.listaordmin {
				margin-left: 50pt;
				list-style-type : lower-alpha;
				text-align: justify;
}

#noticia.listaordmay {
				margin-left: 50pt;
				list-style-type : upper-alpha;
				text-align: justify;
}

/************************************/
/*FIN DE LOS ESTILOS DE LISTAS*/
/************************************/

/************************************/
/*ESTILOS DE PARRAFOS*/
/************************************/



.sangrado {
				text-indent: 35;
				text-align: justify;
				margin-bottom: 15px;
}

.margen {
				margin-left: 80;
				text-align: justify;
				margin-bottom: 15px;
}

.margenpq {
				margin-left: 35;
				text-align: justify;
				margin-bottom: 15px;
}

.sinsangria {
				text-align: justify;
				margin-bottom: 15px;
}

.dcha {
				text-align: right;
				margin-bottom: 15px;
}

.centro {
				text-align: center;
}

.verdegr {
				text-align: center;
				font-family: verdana;
				font-size: 18pt;
				color: #07888F;
				font-weight:bold
}


/************************************/
/*FIN DE LOS ESTILOS DE PARRAFOS*/
/************************************/


