@charset "utf-8";
/* CSS Document */

#caja_Notivallarta{
	width:230px;
	margin: auto;
	margin-top: 5px;
	border:#2c539e solid 1px;
	background-image:url(imagenes/back_caja_noti.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
	
}
#titulo{ width:100%; background-color: #2c539e; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#titulo a:link {text-decoration:none; width:100%; background-color: #2c539e; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#titulo a:hover {text-decoration:none; width:100%; background-color: #2c539e; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#titulo a:visited {text-decoration:none; width:100%; background-color: #2c539e; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#titulo a:active { text-decoration:none; width:100%; background-color: #2c539e; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

#titulo_nota{ text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#contenido_noti{ text-align:justify; color:#999; padding:3px;}
#imagen_noti {margin:auto;}