
div.buttonList input{
	float:left; 
	margin-right:20px;
	width: 210px;
}

div.buttonList div{
	display:flex;
}

div.buttonList div span{
	margin-top: 15px
}

div.nombre{
	margin: 20px 0;
}
div.cuerpo_texto_borde{
	margin: 20px 0;
}

.cuerpo_texto_borde {
	list-style: none;
	border-bottom: 1px solid #e5e5ff;
	border-top: 1px solid #e5e5ff;
	border-right: 1px solid #e5e5ff;
	border-left: 1px solid #e5e5ff;
	padding: 0.6em;
}

.form-electronic input[type=password], .form-electronic input[type=text], .form-electronic textarea, .form-electronic select {
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd;
    height: 25px;
    font-size: .950em;
    padding-left: 6px;
    padding-right: 6px;
}
.form-electronic textarea{
	height: 90px;
}

/* Tipo im��genes a las que sigue una descripci��n. Hacen de vi��etas, pero no lo son */
span.imagen_vi {
	width: 50px;
	text-align: center;
}
/* Fin im��genes tipo vi��eta */
.spacer {
	height: 0.5em;
}

.width16 {
	float: left;
	width: 16%;
}
.width8{
	float: left;
	width: 8%;
}

.width20 {
	font-weight: bold;
	margin-right:10px
}

.width60 {
	float: left;
	width: 60%;
	font-weight: bold;
}

.width150px{
	width:150px
}

.width150pxUpperCase{
	width:150px;
	text-transform: uppercase;
}

.clounm1 {
	width: 190px;
}

.clounm2 {
	width: 250px;
}
.fieldSetBuscador{
	width:800px
}
.buscador{
	display: flex;
	margin:10px 0px;
	padding:10px 0px;
}
.buscador input{
	width: 100px;
}
.divFechas{
	margin: 5px;
	padding: 5px;
}
.iconCalendar{
	width:35px;
}
.textCalendar{
	display: inline-block;
	padding-right: 5px;
/* 	width:100px; */
}
.comboTasas{
	margin-bottom: 15px;
}
.tableContainer{
	margin:30px 0px;
}

.tableContainer tbody th{
    color: white;
}
.tableContainer tbody th a{
    color: white;
}
button.ui-button {
	margin-right: .5rem;
}
