body{
	background-color: #ffffff;
}

p{
	font-family: Arial;
	font-size: 12px;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;	
	
}

 a {
     text-decoration: none;
	 font-family: Arial;
	 font-size: 18px;
	 font-weight: normal;
	 color: #000000;
     
 }
a:hover {
    color: #FF0000;
}

.menuOnSom{
	font-family: Arial;
	font-size: 12px;
	padding: 0;
	margin-top: 110px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;	
	
}
 
.colSeparador{
	width: 80px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:3px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* noticias */

.fechaNoticia{
	font-family: Arial;
	color: #999999;
	font-size: 9px;
	margin-top: 80px;
	margin-bottom: 0px;
}	
	
.tituloNoticia{
	font-family: Arial;
	color: #ff0000;
	font-size: 24px;
	margin-top: 0;
}
	
.textoNoticia{
	font-family: Arial;
	font-size: 12px;
}

.textoQuiSom{
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	margin-top: 80px;
}

.listaQuiSom{
	font-family: Arial;
	color: #ff0000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0;
}

.textoInferior{
	font-family: Arial;
	font-size: 10px;
	margin-top: 70px;
	color: #ff0000;
}


