
	
div#calendario_notificaciones{
	width:700px;
	height:210px;
	}
	
div#calendario_notificaciones table tr td h3{
	text-align:center;
	font-size:18px;
	}
	
div#calendario_notificaciones table{
	float:left;
	text-align:center;
	background-color: #FFFFFF;
	}
	
	div#calendario_notificaciones table tr{
	text-align:center;
		}
		
	div#calendario_notificaciones table tr td:first-child{
		background:#CC0000;
		}
	
		div#calendario_notificaciones table tr td{
			height:10px;
			width:10px;
			text-align:center;
			}	
		
		h3{
		font-size:120%;
		font-weight:bold;
		}
		
		table{
		border-collapse:collapse;
		padding:0;
		text-align:center;}
		
		table #calendario td div{
		font-size:70%;
		}
		
		td div{
			margin:2px;
			}
			
			td img{
				float:none;
				margin:0;
				padding:0;
				}
		.tipo_notif{
			font-size:90%;
			}
	
