/* CSS Document */
	/************************************************/
	/* Características generales de la página	*/
	/************************************************/
	BODY {
		background-image:url(images/bg_101990.png);
		margin: 10px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 0;
		border: 0;
		font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #67686b;
		text-align: left;
		
	}
	#wrap{
	margin: 0pt auto; 
	width: 750px;
}
#container {
	margin:0px auto;
	width:750px;
	background-color:#ffffff;
	float:right;
}

	IMG { border: 0; margin: 0; padding: 0;  }
/*	TABLE {
		border: 0;
		margin: 0;
		padding: 0;
		empty-cells: show;
		background-color: white;
		border-collapse: collapse;
	}*/
	TABLE.TDERECHA {
		
		border: 0;
		margin: 0;
		padding: 0;
		empty-cells: show;
		background-color: white;
		border-collapse: collapse;
		horizontal-align: right;
	}
	TR,TD,TH {
		border: 0;
		margin: 0;
		padding: 0;
		vertical-align: top;
		text-align: left;
		font-size: 14px;
		background-color:#ffffff;
	}
	TR.ABAJO, TD.ABAJO, TH.ABAJO {
		border: 0;
		margin: 0;
		padding: 0;
		vertical-align: bottom;
		text-align: left;
		background-color:#ffffff;
		/*font-size: 14px;*/
	}
	
	FORM, UL, LI { font-size: 10px; }
	
	DIV.htmlarea TABLE { width: 0;}
	
	HR { color: #0033cc; }
	
	.negrita { font-weight: bold; }
	.error { font-size: 10px; color: #fd9021; }
	.scroll { text-align: center; }
	.indentado { text-indent: 20px; text-align: justify; }
	.texto{font-size: 10px; color:#67686b;}
	.textoGris{font-size: 10px;color: #67686b;}
	.textoAzul{font-size: 10px;color: #67686b;font-weight: bold;}
	.textoBlanco{font-size: 20px;color: #FFFFFF;font-weight: bold;}
	.textoRegresar{font-size: 10px;color: #67686b;font-weight: bold;}
	.textoBold{font-size: 10px;font-weight: bold; color:#fd9021;}
	.textoNaranja{font-size: 10px;color: #fd9021;}
	.textoBlue{
	font-size: 12px;
	color:#0033CC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-style: normal;
	font-weight: bold;
}
	.titulo_cont{
	width:750px;
	height:32px;
	padding-left:20px;
	font-family:Helvetica;
	font-size:10px;
	color:#ffffff;
	line-height:32px;
	background-image:url(../images/fondoazulcont.jpg);
	background-repeat:no-repeat;
	float:left;
}
	.mayusculas {
	text-transform: uppercase;
	font-size:13px;
	color:#666666;
	font-weight:bold
}
	.minusculas {text-transform: lowercase; font-size:10px; color:#666666; font-weight:bold}
	.formulario{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#67686B;
	font-weight:normal;
	padding-right:5px;
}

a:link, a:visited{
	color:#fd9021;
	text-decoration:none;
	border:none;
}
a:hover{
	color:#fd9021;
	text-decoration:underline;
	border:none;
}
	
	/****************************************************************************************/
	/* Definición de la tabla central							*/
	/****************************************************************************************/
	
	TD#cizqda { width: 150px; }
	TD#ccontenido { padding-left: 10px; }

		/************************************************/
		/* Definición de columna de contenido		*/
		/* de la tabla central				*/
		/************************************************/
		TH.contenido,TD.contenido { width: 100%; }
	
		/************************************************/
		/* Definición de columna izquierda		*/
		/* de la tabla central				*/
		/************************************************/
		TH.tcontenido,TD.tcontenido {
			padding: 5px;
			padding-left: 10px;
			
		}
		TH.tcontenido {
			background-color: #0033cc;
			color: white;
			font-size: 10px;
			text-align: left;
			
		}
		TD.tcontenido, TD.submenu {
			padding-top: 5px;
			padding-bottom: 2px;
			font-size: 10px;
			
		}
		TD.tcontenido {	border-bottom: 1px solid #DDDDDD; 
						border-left: 1px solid #0033cc; 
						border-right: 1px solid #0033cc;}
		TABLE.submenu { margin-left: 8px; }
		span.submenu{ margin-left: 18px; }

		TD#ultimatcontenido { border-bottom: 0; } 
		DIV.submenu { visibility: hidden; display: none; }
		
		TH.FondoGris, TD.FondoGris {
			
			background-color: #EAEAEA;
			color: #0033cc; 
			font-size: 10px;
			text-align: left;
			padding-top: 5px;
			padding-bottom: 2px;
			
		}
		
		TH.FondoAzul, TD.FondoAzul {
			background-color: #0033cc;
			color: white;
			font-size: 10px;
			text-align: center;
			font-weight: bold;
			padding-top: 5px;
			padding-bottom: 2px;
		}
		
		
		TD.tscroll	{ text-align: center; padding-top: 5px; padding-bottom: 5px; }
		
		
	/*************************************************************************************/
	/*	Estilo de las noticias							     */
	/*************************************************************************************/
	TABLE.noticia { border-collapse: separate; }
	TD.noticia { width: 50%; vertical-align: top; }

        TABLE.nota {
		border: 1px solid #FF9900;
		margin: auto;
		margin-top: 5px;
		width: 100%;
		
		
        }
		TABLE.notano100 {
		border: 1px solid #FF9900;
		margin: auto;
		margin-top: 5px;
		
        }
		
	TABLE.notaAZUL {
		border: 1px solid #0033cc;
		margin: auto;
		margin-top: 5px;
		width: 100%;
		
        }
		
	td.notaAZUL{
		border-bottom: 1px solid #0033cc;
		margin: auto;
		margin-top: 5px; 
	}
	
	TABLE.notaGris {
		border: 1px solid #333333;
		margin: auto;
		margin-top: 5px;
		width: 100%;
		font-size: 10px;color: #333333
        }
	
	TABLE.Bordes, TD.Bordes, TH.Bordes{
		/*border: 1px solid #0033cc; */
		border-bottom: 1px solid #DBDBDB;
		border-top: 1px solid #DBDBDB;
		border-left: 1px solid #DBDBDB;
		border-right: 1px solid #DBDBDB;
		margin: auto;
		margin-top: 5px;
			}
	td.notaGris{
		border-bottom: 1px solid #e9e9e9;
		margin: auto;
		margin-top: 5px; 
		
	
	}
#pie_info{
	width:750px;
	height:35px;
	background-image:url(images/fondopieinfo.jpg);
	float:left;
	}
.txt_pie_info{
   text-align:center;
   text-decoration:none;
   font-family:Helvetica, Geneva, Arial, sans-serif;
   font-size:10px;
   color:#ffffff;
   line-height:35px;
	}
.txt_pie_info a:link, .txt_pie_info a:visited{
   text-align:center;
   text-decoration:underline;;
   font-family:Helvetica, Geneva, Arial, sans-serif;
   font-size:10px;
   color:#ffffff;
   line-height:35px;
	}	
.txt_pie_info a:hover{
   text-align:center;
   text-decoration:none;
   font-family:Helvetica, Geneva, Arial, sans-serif;
   font-size:10px;
   color:#ffffff;
   line-height:35px;
	}	
	TD.nota { padding-left: 5px; padding-right: 5px; padding-bottom: 3px; padding-top: 3px; vertical-align: top; height: 50px;}

	.desplazado { position: relative; left: 15px; }
	.foto_nota { width: 75px; height: 49px; }
	
	TD.titular_noticia_completa { font-weight: bold; font-size: 10px; text-align: left; padding: 10px; border: 1px solid #0033cc; background-color:  #DDDDDD; }
	TD.noticia_completa { padding: 10px; }
	DIV.noticia_completa { float: right; margin-left: 10px; margin-bottom: 10px; text-align: right; border: 1px solid green; background-color: #DDDDDD; }
	.pie_foto_noticia { padding: 3px; font-weight: bold; z-index: 15; }

	/*************************************************************************************/
		
.orange {
		font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FD9021;
}	
