.selected{
	background-color: #abb9d3;
}
body{
	font-size: 12px;
	background: url(sybrem.jpg) no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: initial;
	transition-delay: initial;
}
.btnlink{
	text-align: left;
}
.form-group {
	margin-bottom: 1px;
}
.col-xs-6{
	padding-right: 20px;
	padding-left: 20px;
}
.col-xs-4{
	padding-right: 20px;
	padding-left: 20px;
}
.row {
	margin-left: 1%;
	margin-right: 1%;
}
.oculto{
	display: none;
}
td.centro {
	text-align: center;
}
td.oculto {
	display: none;
}
.oculto{
	display: none;
}
.centro {
	text-align: center;
}
.izquierda{
	text-align: left;
}
.derecha{
	text-align: right;
}