@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E4E4E4;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.tb_agenda {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;	
}
.place{
	background-color: #CCC;
	padding: 2px;
	border: 1px solid #666;
	width: 425px;
}
.form_0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(img/form_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 139px;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
}
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(img/form_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 238px;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
}
.form3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(img/form_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 75px;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
}
.form4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 200px;
	width: 250px;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
	background-color: FFFFFF;
	border: 1px solid #999;
}
.font9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.font10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.font10black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.font10bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007CC3;
	font-weight: bold;
}
.font11bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007CC3;
	font-weight: bold;
}
.font11gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.font12black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.font12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.font14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}
.font14bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007CC3;
	font-weight: bold;
}
.font17bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #007CC3;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.send {
    border: 0px;
    background: url(img/ok.gif) no-repeat;
    width: 24px;
    height: 24px;
}
.send2 {
    border: 0px;
    background: url(img/enviar.jpg) no-repeat;
    width: 60px;
    height: 28px;
}
.send3 {
    border: 0px;
    background: url(img/enviar2.jpg) no-repeat;
    width: 42px;
    height: 28px;
}
div.unvisible{
	display: none;
}