@CHARSET "ISO-8859-1";
body{
	font-family: "Gill Sans MT", sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px 10px 10px 10px;
}
button{
	color:#99a9c1;
	border-style:solid;
	border-color:#3C834C;
	border-width:1px;
	background:#f0f0f0;
	font-size: 10px;
}
input,select,textarea{
	font-family: "Comic Sans MS", verdana,arial,helvetica;
	font-size: 10px;
	color: #666666;
	border-style:solid;
	border-color:#3C834C;
	border-width:1px;
	width: 250px;
}
a{
	color: #67b021;
	text-decoration: none;
	font-weight: bold;
}
legend{
	font-weight: bold;
	color: #312e25;
}
h2{
	font-family: "GillSans-Light", Arial;
	font-size: 14px;
	color: #3C834C;
}

h3{
	font-size: 11px;
	font-family: "GillSans-Light", Arial;
	/*color: #f0f0f0; color para un fondo...*/
	color: #3C834C;
}

h4{
	font-size: 11px;
	/*color: #f0f0f0; color para un fondo...*/
	color: #e5e5e5;
	 
}

dt{
	font-weight: bold;
	color: #3C834C;
}
dd{
	color: #c7ac29;
	margin-left : 1em;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 3px 3px 3px 3px;
    padding:2px 2px 2px 2px;
    background-repeat: no-repeat;
    background-position: 4px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/inia/static/icons/about.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    /*background-image:url('/inia/static/icons/ball_green.png');*/
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/inia/static/icons/ball_yellow.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    /*background-image: url('/inia/static/icons/ball_red.png');*/
}
.nota{
	font-size: 10px;
	color: #312e25;
}

table.listado{
	width: 100%;
	font-family: "Gill Sans MT", verdana;
	font-size: 11px;
}
table.listado thead th{	
	font-size: 11px;
	color: #3c834c;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px 1px 1px 1px double #333333;
	
}
table.listado thead td{	
	font-size: 10px;
	background-color: #3c834c;
	color:#ffffff;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px double #333333;
}

table.listado tbody td{
	color: #131313;	
	border-bottom: 1px dotted #445566;
	margin: 5px 0px 0px 0px;
}
table.listado tbody tr:hover,tbody tr.hover{
	background-color: #eeeeee;
}
table.listado tbody td:hover,tbody td.hover{
	background-color: #eeeeee;
}

#radioButtonDoctores{
	width: 35px;
}

