body {
	background-color: #FF9900;
	background-image: url(recursos/logo.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 80px;
	
	/*text-align: center; /* centrado IE */
	
	font-family: Arial, "sans-serif";
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: black;
}

/* Links */
a:link {font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	}
	
a:visited {font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	}	
a:hover {font-size: 1em;
	letter-spacing: 1px;
	font-weight: bold;
	color: black;
	text-decoration: none;}
	
/*cuadro para la programación*/
.pgm {width: 250px;
	height: 218px;
	border: 1px solid white;
	padding: 10px;
	font-size: 0.75em;
	margin: 0px;}

/*cuadros de texto*/
.recuadro {border: 1px solid #FF9900;
	padding: 10px 15px 0px 15px;
	margin: 0px;
	text-indent:5%;
	text-align:justify;
	line-height: 1.5;
	}
	
/*cuadros de notis*/
.notis {border: 1px solid #FF9900;
	border-style:dashed;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	text-indent:5%;
	text-align:justify;
	line-height: 1;
	}
