@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Vedilab
Autor: Omar De Luna
actualización: julio 2018 */


#dark2{
	width: 100%;
	padding: 0%;
	background: #243746;
}

.campo6{
	background: #1a4289;
	color: white;
	border: 0;
	outline: none;
	padding: 15px 50px;
	cursor: pointer;
}

.mitad{
	width: 40%;
	float: left;
	padding: 5%;
}

.mitadF{
	width: 50%;
	float: left;
	background: url(http://egoba.com/images/Comp16.jpg) no-repeat center;
	background-size: cover;
	height: 600px;
}

p.big2{
	color: #333;
	font-size: 18px;
	margin-bottom: 40px;
}

p.big2 span{
	color: #1a4289;
}

.cerrarS{
	position: absolute;
	right: 5%;
}

.cerrarS a span{
	color: #cdde00;
}

.tablaG{
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: auto;
	margin: 20px 0;
	max-height:600px;
}

.tablaG p{
	color: white;
	padding: 0 10px;
	text-align: center;
}

.filaTop{
	width: 3500px;
	background: #243746;
	margin-bottom: 2px;
	position:sticky;
	top:0;
	z-index:99;
}

.fila{
	width: 3500px;
	background: white;
	margin-bottom: 2px;
}

.fila:nth-child(odd){
	background: #e9e9e9;
}

.fila p{
	color: #243746;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8{
	float: left;
	border-right: 1px solid #f1f2f2;
	padding: 15px 0;
	height: 50px;
}
.filaTop .c1, .filaTop .c2, .filaTop .c3, .filaTop .c4, .filaTop .c5, .filaTop .c6, .filaTop .c7, .filaTop .c8{
	height: 60px;
}

.c1{
	width: 150px;
}

.c2{
	width: 13%;
}

.c3{
	width: 10%;
}

.c4{
	width: 10%;
}

.c5{
	width: 150px;
	position: relative;
}

.c6{
	width: 12%;
}

.c7{
	width: 15%;
}

.c8{
	width: 250px;
}

.c5 a{
	background: #1a4289;
	display: inline-block;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 10px;
	color: white;
	text-align: center;
}

.c5 a:hover{
	background: #fed925;
}

.c5 img{
	margin-bottom: -10px;
}

.documentos{
	background: #fed925;
	padding: 20px;
	position: absolute;
	left: 80%;
	top: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	width: 300px;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
}

.documentos.active{
	display: block;
}

.documentos p{
	line-height: 40px;
	text-align: left;
}

.documentos .flecha{
	position: absolute;
	top: 5px;
	left: -10px;
}

.documentos a{
	background: none;
	padding: 0;
	margin-left: 5px;
	float: right;
}

.documentos a:hover img{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.subir{
	background: #1a4289;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 20px;
	float: none;
	width: 100%;
}

a.subir:hover{
	background: #243746;
}


@media only screen and (min-width:0px) and (max-width:767px){
	

}


@media only screen and (min-width:768px) and (max-width:1023px){

.mitad{
	width: 60%;
	float: left;
	padding: 5%;
}

.mitadF{
	width: 30%;
	float: left;
	background: url(http://egoba.com/images/Comp16.jpg) no-repeat center;
	background-size: cover;
	height: 400px;
}

}


@media only screen and (min-width:1024px) and (max-width:1250px){

.mitad{
	width: 50%;
	float: left;
	padding: 5%;
}

.mitadF{
	width: 40%;
	float: left;
	background: url(http://egoba.com/images/Comp16.jpg) no-repeat center;
	background-size: cover;
	height: 500px;
}

}

