table #month { 
	width: 280px; 
	height: 206px; 
	border-collapse: collapse; 
	margin: 0 10px 0 10px;
	table-layout:fixed;
}

#month th, #month td { 
	border: 1px solid #000; 
}

#month th{
	width: 40px;
}

#month td { 
	width: 40px;
	height: 45px; 
	vertical-align: top; 
}

td .day { 
	margin-top: 0; 
	background-color:#92C0DF; 
}

#month tbody .next, #month tbody .previous {
	background-color:#EAEAEB; 
}

#month tbody .evento{
	background-color:#EDD;
}

#month th { 
	font: 1em bold Arial, Helvetica, sans-serif; 
}

p {
	margin-top: 0; 
}

.boton{
	background-image:url('/themes/Fiscalia/images_modules/eventos/button_background.png');
	background-repeat:repeat-x;
}

.dia_mes{
	background-color:#E8EEF7;
}

.altura{
	/*
	height: 45px;
	overflow: auto;
	*/
	width: 38px;
	height: 45px;
}

/* Para carusel */

#carousel-wrapper {
    width: 915px;
    height: 350px;
    overflow: hidden; 
}
#carousel-content {
    width: 20000px;
}
#carousel-content .slide {
    float: left;
    width: 305px;
    height: 350px;
}

/* para selects */
.selectbox
{	
	behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
}



