@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Roboto", sans-serif !important;
	font-weight:400;
}
hr {
	border-top: 1px solid #b0a8a8;
}
.font10 {
	font-size:10px;
}
.font12 {
	font-size:12px;
}
.font15 {
	font-size:14px;
}
.font16 {
	font-size:16px;
}
.bold {
	font-weight:bold;
}
.insert {
	margin: 10px auto;
	max-width:320px;
	font-weight:bold;
}
.btnAction .btn {
	width:150px;
	margin-right:30px;
	font-weight:bold;
	text-transform:uppercase;
	
}
.list-pages .row {
	margin:0 !important;
}
.list-pages hr {
	margin:0;
}
.list-pages .list-group-item {
	border:none;
}
.list-pages p {
	margin:0;
	padding:10px 0 0 30px;
}
.loadImg {
    background-image: url("https://www.juancarlosmarciales.com/2017/public/img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 15px center;
}
.menuVersionPc {
    display: block;
    width: 25%;
    height: 100%;
    z-index: 10000000;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 5px;
    top: 0px !important;
    left: 0px;
}
.menuVersionPc .logo-Web {
    width: 15em;
    margin: 30px auto !important;
}

#loginConfigForm {
	margin-top:50% !important;
}
.relative {
	position:relative;
}
.eliminarEjemplo {
	position: absolute;
	right: 10px;
	top: 7px;
	color: red;
}
.loading {
    text-align: right;
    padding: 5px 75px;
	font-weight:bold;
}
.row {
	margin:30px auto;
}
.input-group-btn {
    vertical-align: bottom;
}
.seleccion {
	margin: 25px;
	padding-top: 45px;
}
.seleccion.abajo {
	margin: 25px;
	padding-top: 0px;
}
.seleccion.ejemplo{
	margin: -16px;
	padding-top: 6px;
}
.empresa_cab {
	background-color:#E20613;
	height:74px;
	width:100%;
	position:absolute;
}
.img_cabezote {
	float:right;
	position:relative;
	padding:15px;
}
.titulo {
	color:#FFFFFF;
}
.input-group textarea  {
	height:100px;
}
.input-group .input-group-btn {
	vertical-align:bottom;
}
.input-group button {
    border-radius: 0px 8px 8px 0px;
    background-color: #E20613 !important;
    height: 45px;
    border: 0px none;
}
.input-group.linea textarea, 
.input-group.linea button {
	height:45px;
}
.input-group.linea .input-group-btn {
	vertical-align:bottom;
}

.numeros {
	background-color:#909090;
	font-size: 15px;
	border: #FFFFFF solid 1px;
	height: 50px;
	width: 100%;
	color: white;
	padding:5px;
}
.col-md-2.dataRecomend {
	padding:0px;
}
.form-ejemplo {
	display:none;
}
.top-50 {
	margin-top:50px;
}
.comentario {
    background-color: #dedede;
    padding: 20px;
	margin:10px 0px;
}
.comentario h6 {
    margin-top: 5px;
    margin-bottom: 0;
}
.comentario h6:last-child {
	margin-bottom:20px;
}

.separador-col {
    border-left: 1px dotted;
    margin-left: 15px;
    min-height: 600px;
}
