body { 
	background-color: #fff; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0;
	
/*	border-style: solid;
	border-width: 4px;
	border-color: rgb(0,0,245);
	*/
}

.cabecera {
	text-align: center; 
	width: 100%;
}

h1 {
}

/********** navBAR **********************/
.navBar {
	text-align: center; 
	width: 100%;
	border-width: 0px;
	border-color: #000;
	border-style:solid;
}


/*********** RUTA *********************/
.ruta {
	color:rgb(100,100,100);
	background-color: inherit;
	text-align: center; 
	width: 100%;
	font-size: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ruta .aqui{
	font-weight: bold;
}

.ruta a:link{
	color: inherit;
	background-color: inherit;
}

.ruta a:hover{
	background-color: rgb(100,100,100);
	color: #fff;
}

.ruta a:visited{
	color: inherit;
	background-color: inherit;
}

/************* banner ***************/
div.ad{
	width: 100%;
	text-align: center;
}


/*********** A HREF **************/
a:active{
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}

a:hover{
	background-color: rgb(222,222,255);
	color: inherit;
}

h1 a:hover{
	background-color: inherit;
	color: inherit;
}

/****************  contenido *******************/
.contenido {	
	width: 100%;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.stopfloat{
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
}

p {
	font-size: 75%;
	text-align: left;
/*	text-indent: 1%; */	
}

p span.tele-semana{
	font-weight: bold;
	text-transform: capitalize;
}

p#intro {
	font-weight: bold;
	line-height: 120%;
	font-stretch: expanded;
	/*letter-spacing: 1px;*/
}

/*p#intro:first-letter{
	font-size: 300%;
	float: left;
	font-style: normal;
}*/

div.separador{
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: dashed;
}

/************** Menu Navegacion de Texto ***************/
div.navTxt{	
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	border-width: 0px;
	
	font-stretch: narrower;

	margin-top: 10px;
	margin-bottom: 10px;
}

/*div.navTxt a{
	border-width: 0px;
}
*/

div.navTxt a:link{
	color: #000;
/*	border-style: solid;
	border-width: 0px;
	border-color: rgb(0,0,245);*/
	background-color: #fff;
}

div.navTxt .aqui a:link{
	color: #fff;
	background-color: rgb(66,90,247);
}

div.navTxt a:visited{
	color:inherit;
	background-color:inherit;
}

div.navTxt a:active{
	text-decoration: none;
	color: rgb(222,222,255);
	background-color: #fff;
}

div.navTxt a:hover{
	background-color: rgb(222,222,255);
	color: inherit;
}

/******** navTxt tele-diario *************/

div.navTxt .aqui a.tele-diario:link{
	color: #fff;
	background-color: rgb(0,156,132);
}


div.navTxt a.tele-diario:active{
	text-decoration: none;
	color: rgb(222,247,247);
	background-color: #fff;
}

div.navTxt a.tele-diario:hover{
	background-color: rgb(222,247,247);
	color: inherit;
}

/**************** pie de pagina **************/

div.piedepagina {
	text-align: center;
	font-size: 70%;
	width: 100%;
	
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	
	margin-top: 10px;
}

div#ultimamodificacion{
	float: left;
	text-align: left;
	width: 30%;
}

div#validator{
	float:left;
	text-align: center;
	width: 35%;
}

div#copy{
	float:right;
	text-align: right;
	width: 30%;
}

/************* MENSAJES ******************/

div.aviso{
	/* p.ej: "No hay ningœn press release" */
	text-align: center;
	width: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;

	border-width: 1px;
	border-color: #000;
	border-style: solid;
	
	padding: 5px;
	
	color: inherit;
	background-color: #eee;
}

div.aviso:first-line{
	font-size: 105%;
}

div.noticia{
	/* p.ej: "El servidor estar‡ caido una semana" */
}

div.error{
	/* p.ej: "introduzca un email bien escrito" */
	text-align: left;
	width: 50%;
	margin-left: auto;
	margin-right: auto;

	border-width: 1px;
	border-color: #000;
	border-style: solid;
	
	/*padding-left: 5px;
	padding-top: 5px;
	*/
	padding: 5px;
	
	color: inherit;
	background-color: #eee;
}

div.panic{
	/* p.ej: "error mysql" */
	text-align: left;
	width: 50%;
	margin-left: auto;
	margin-right: auto;

	border-width: 1px;
	border-color: #000;
	border-style: solid;
	
	padding: 5px;
	
	color: inherit;
	background-color: #eee;
}


.letrapequenya {
	font-size: 10px;
}


/***********************************/
/*div.nolista{
	width: 65%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;

	border-width: 4px;
	border-color: #cc9;
	border-style: solid;
	
	padding: 5px;
	
	background-color: #ffc;
	
	text-align: center;
	color: inherit;	
	font-size: 100%;
	font-weight: bold;
}*/

img{
	border-width: 0px;
}