@charset "iso-8859-1";
/* CSS Document */

.tabs {
	padding: 0;
	margin-bottom: 15px !important;
}

.tabs li { display: inline; }

.tabs li a {
	/*	font-family: 'Patrick Hand', cursive;   */
	float:left;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	/*	font-size: 20px; */
	font-weight:bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #4FB4E4;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.tabs li a:hover{
	color: #FFF;
	background-color: #1D87BA;
	text-decoration:none;
}

.tabs li.active a {
	color: #4FB4E4;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #4FB4E4;
}

#tb_fotos, #tb_calendario{
	margin-top: 10px;	
}
