BODY {
	background-color:#FFF;
	}
	
	BODY A {
		color: #F06;
		}
	
/* INICIO CABECERA */

.cabecera {
	position:relative;
	float:left;
	width:100%;
	}
	
	.cabeceraaula {
	position:relative;
	float:left;
	width:100%;
	margin-top:8px;
	margin-left:-2px;
	margin-bottom:20px;
	}
	
.logo {
	position:relative;	
	float:left;
	margin:10px;
	border:0;
	}	

.menu {
	position:relative;
	margin-left:auto;
	width:354px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding-top:15px;
	}
	
	.menuaula {
	position:relative;
	margin-left:auto;
	width:583px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding-top:15px;
	}
	
.fondomenu {
	position:relative;
	float:left;
	margin:15px;
	}
	
	.menubusqueda {
	position:relative;
	float:left;
	margin:15px;
	}
	
	.fondomenu a {
		text-decoration:none;
		color:#000;
	}
	
	.fondomenu a:hover {
		background-image:url(img/flecha.png);
		background-repeat:no-repeat;
	}
	
	.fondomenuselected {
		background-image:url(img/flecha.png);
		background-repeat:no-repeat;		
	    position:relative;
	    float:left;		
	margin:15px;
	}
	
		.fondomenuselected a {
		text-decoration:none;
		color:#000;
	}
	

/* INICIO NOTICIAS */


.bloquenoticia {
	position:relative;
	float:left;
	width:400px;
	margin:50px;
	display:block;
	background-image:url(img/linea.png);
	background-repeat:no-repeat;
	}
	
	
	.noticiatitulocontainer {
	margin-left:-10px;
	background-image:url(img/flecha2.png);
	background-repeat:no-repeat;
	padding:10px;
	}

.noticiatitulo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:25px;
	color:#000;
}

.noticiafoto{ margin-top:15px; margin-bottom:15px; border:0;}

.noticiatexto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-style:italic;
	line-height:25px;
	text-align:justify;
	margin-top:10px;
	width:380px;
	padding-right:20px;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	}















