body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;

	padding: 0;
	
	background-image: url(/recursos/imagenes/front2/img_background_gris.jpg) ;
	background-repeat: repeat ;

}
table th{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	color:#0033FF;
	font-weight:bold;
	font-size:14px;
}
table td{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 12px;
	color: #000000;
	border-collapse: collapse;
	text-align: right;
}
button{
	background:none;
	border:none;
	font-weight:bold;
	font-size:14px;
	color:#0033FF;
	vertical-align:middle;
	cursor:pointer;
}
fieldset {
	font-size: 14px;
	color: #0033FF;
	vertical-align: middle;
}
.back_gris{
	background:#CCCCCC;
}

#map
{
	clear: both;
    position: relative;
	vertical-align:middle;
    width: 500px;
    height: 500px;
}

.fc_main { background: #DDDDDD; border: 1px solid #000000; font-family: Verdana; font-size: 10px; }
.fc_date { border: 1px solid #D9D9D9;  cursor:pointer; font-size: 10px; text-align: center;}
.fc_dateHover, TD.fc_date:hover { cursor:pointer; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #999999; border-bottom: 1px solid #999999; background: #E7E7E7; font-size: 10px; text-align: center; }
.fc_wk {font-family: Verdana; font-size: 10px; text-align: center;}
.fc_wknd { color: #0033FF; font-weight: bold; font-size: 10px; text-align: center;}
.fc_head { background: #000066; color: #FFFFFF; font-weight:bold; text-align: left;  font-size: 11px; }
