/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.fecha_calendario {
	float: left; 
	width: 200px; 
	margin: 20px; 
	padding:0;
	border: 1px solid #ccc;
}

.fecha_calendario_dia {
	text-align:center; 
	background-color:#FF8000;
	padding:10px;
	font-size:25px;
}
.fecha_calendario_evento {
	text-align:center; 
	padding-top:20px;
}

h2 {
	color:#954db3 !important;
}