.row .action-bar {
	margin:40px 0 20px;
}
.form-group label span.req-field {
	display:inline-block;
	color:#CD0A0A;
	margin-left:5px;
}

.footer {
    background-color:#F5F5F5;
    border-top:1px solid #E5E5E5;
    margin-top:40px;
    padding:15px 0;
	color:#666666;
    font-size:11px;
	text-align:center;
}

/*Estilos para titulos en Tablas de Bootstrap*/
.table-hover > tbody > tr:hover {
	background-color:#ddd;
}
.table tbody tr td h1 {
	font-size:14px;
	margin-top:0;
}
.table tbody tr td h3 {
	font-size:11px;
	margin:0;
}

/*Galería de imagenes en los Productos*/
.media-gallery {
	
}
	.media-gallery .img-entry {
		margin-right:7px;
		border:1px solid #CCCCCC;
		border-radius:3px;
	}
	.media-gallery .img-entry:last-child {
		margin-right:0;
	}
	.media-gallery .img-entry .thumb1 {

	}

/*Select AJAX Loading*/
.select-loading {
    background-image: url('../i/loading.gif');
    background-position: right 30px center;
    background-repeat: no-repeat;
    cursor: wait;
    opacity: 0.6;
}

/*jQuery Validation custom error style*/
label.frm-error-line {
	font-size:11px;
	color:#FF8A8A;
}