/* CSS Document */

#div-izda {
	float:left;
	width:600px;
	padding-right:10px;
}

#div-dcha {
	float:left;
	width:300px;
	padding-left:10px;
}

#div-dcha h1 {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:normal;
	margin:0;
	padding-left:0;
}

#div-dcha div {
	background-color:#DFEFFF;
	border:1px solid #5495BD;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}


.lista-grupos {
	border-collapse:collapse;
}

.lista-grupos  td{
	border-top:1px solid #ccc;
	padding:4px;
}

.nombre {
	font-size:1em;
	font-weight:bold;
	border-left:0!important;
	border-bottom:0!important;
	padding:2px 4px!important;
}

.ubicacion {
	font-size:0.9em;
	font-weight:bold;
	border-left:0!important;
	border-bottom:0!important;
	border-top:0!important;
	padding:2px 4px!important;
	color:#666;
}

.presentacion {
	font-size:0.9em;
	border:0 1px 1px 0;
	border-left:0!important;
	border-top:0!important;
}

.imagen {
	vertical-align:middle;
	text-align:center;
	border-right:0!important;
	font-size:0.9em;
}

label {
	font-size:0.9em;
}

#div-izda label {
	display:none;
}

#div-dcha label {
	width:120px;
}

select {
	width:150px;
}

/*
.par td {
	background-color:#eee;
}

.impar td{
	background-color:#fff;
}*/

ul {
	list-style:disc;
	font-size:0.9em;
}