
body
{
	font-family: 'Raleway', sans-serif;
	background-color:#FFF;
	background-image: url('img/background.png');
    background-attachment: fixed;
   	background-repeat: no-repeat;
   	background-size:100%;
	width: 100%;
	font-size: 16px;
    line-height: 22px;
    overflow-x: hidden; 
    color: #777;
}
a
{
	color: #1274AF;
}
a:hover
{
	color: #666;
}

.top-bar
{
	float: left;
	width: 100%;
	background-color: #1274AF;
	color:#FFF;
	font-size: 13px;
	height: 40px;
	z-index: 100000000;
}
.top-bar nav
{
	float:right;
}

.nav > li {
	float:left;  
}
.nav li a 
{
	color:#FFF;
	text-decoration:none;
	padding:10px;
	display:block;
}
.nav li a:hover 
{
    color:#fff;
    background-color:#434343;
}
.nav li ul 
{
	display:none;
	position:absolute;
	width:200px;
    background-color:#434343;
    z-index:1000;
    top:40px;
}
.nav li:hover > ul 
{
	display:block;
	float: left;
}
.nav li ul li 
{
    width:100%;
	position:relative;
	float: left;
    border:1PX solid #808080;
}
.nav li ul li a 
{
    color: #fff;
}
.nav li ul li a:HOVER 
{
    background-color:#CCC;
    color: #000;      
}              
.nav li ul li ul 
{
	right:-200px;
	top:0px;
}


.boton
{
	background-color: #F7F7F7;
	color: #FFF;
	padding: 20px;
	border:#CCC solid 1px;
}



.servicios
{
	width: 80%;
	float: left;
	padding-top:20px;
	margin-left: 10%;
	text-align: left;
}

.servicios div
{
	float: left;
	padding: 15px;
}

.servicios span
{
	width: 100%;
}

.servicios img
{
	float: left;
	width:20%;
}
.servicios p
{
	float: left;
	width:60%;
	padding-left: 10%;
	text-align: left;
}
.servicios a
{
	cursor: pointer;
}
.servicios_pre
{
	float: left;
	width: 400%; 
	background-color: #FFF; 
	background-image: url("img/tecnologia.png");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	max-height: 250px;


}
.servicio-com
{
	float:left; 
	width: 25%; 
	display: none;
}

.servicio-com div
{
	position: relative;
	float: left;
	width: 40%;
	margin:40px;
	margin-left: 30%;
	border: 1px solid #CCC;
	background-color: #FFF;
	box-shadow: 5px 10px 8px #888888;
}

.servicio-com div img
{
	float: left;
	width: 30%;
}

.servicio-com h1
{
	float: left;
	width:70%;
	padding:2%;
	font-weight: bold;
	
}

.servicio-com ul
{
	float: left;
	width:70%;
	padding:1%;
	list-style-type: circle;
}	
.servicio-com li
{
	list-style-type: circle;
	margin-left: 30px;
}


.bienvenida
{
	float: left;
	width: 100%;
	background-color:#F7F7F7;
	text-align: center;
}

.bienvenida div
{
	float: left;
	width: 100%;
	padding: 10%;
	padding-top:4%;
	padding-bottom: 4%;
	text-align:justify;
	font-weight: 100;
}

.bienvenida img
{
	float: left;
	width: 50%;
}

.seccion1
{
	float: left;
	width: 100%;
	padding-top:70px;
	padding-bottom: 85px;

}
.seccion1 div
{
	float: left;
	width: 20%;
	margin-left: 3.9%;
	border: 1px solid #CCC;
	border-top: 4px solid  #1274AF;
	box-shadow: 5px 10px 8px #888888;
	text-align: center;
	min-height: 480px;
	overflow:hidden;
	position: relative;
	font-size: 12.8px;
	color: #666;
}
.seccion1 div a
{
	width: 100%;
	text-align: center;
}
.seccion1 h1
{
	font-weight: bold;
	padding: 1%;
	color: #1274AF;
	z-index: 100;
}
.seccion1 p
{
	
	text-align: justify;
	padding: 6%;
	padding-top:0%; 
	padding-bottom:0%; 
	background-color: #FFF;
	z-index: 100;
	min-height: 130px;
}
.seccion1 hr
{
	width: 90%;
	margin-left: 5%;
	background-color: #FFF;
	z-index: 100;
}

.seccion1 img
{
	width: 100%;
	
}
.zoom
{
	width: 100%;
	height: 220px;
	display: block;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-bottom: 10px;
	z-index: 10;
}
.zoom img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
}
.zoom:hover img {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}
.seccion2
{
	float: left;
	width: 100%;
	background-color:#F7F7F7;
	margin-bottom: 50px;
}
.seccion2 div
{
	float: left;
	width: 50%;
	padding: 4%
}
#img-seccion2
{
	float: left;
	width: 50%;
}
.seccion2 ul
{
	list-style-type: circle;
}
.seccion2 li
{
	list-style-type: circle;
	margin-left: 60px;
}
#marcas div 
{
	margin-top: 10px;"
}

#marcas img{
	opacity: 0.5;
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#marcas img:hover{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#nosotros
{
	float: left;
	width: 80%;
	margin-left: 10%;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: justify;
}

#nosotros h2
{
	float: left;
	width: 100%;
	color: #1274AF;
	font-size: 20px;
	margin-top: 30px;
}
#nosotros p
{
	float: left;
	width: 100%;
	margin-top: 20px;
}
#nosotros hr
{
	width: 100px;
	float: left;
	margin:0px;
	padding: 0px;
}
#nosotros ul
{
	float: left;
	width: 100%;
	margin-top: 20px;
	list-style-type: circle;
}	
#nosotros li
{
	list-style-type: circle;
}

.serv
{
	float: left;
	width: 80%;
	margin-left: 10%;
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: justify;
}

.serv h2
{
	float: left;
	width: 100%;
	color: #1274AF;
	font-size: 20px;
	margin-top: 30px;
}

.serv hr
{
	width: 100px;
	float: left;
	margin:0px;
	padding: 0px;
}
.serv ul
{
	list-style-type: circle;
}
.serv li
{
	list-style-type: circle;
	margin-bottom: 10px;
}
.clientes
{
	float: left;
	width: 100%;
	position:relative;
	display: flex;
   	justify-content: center;
   	align-items: center;
   	margin-top: 30px;
   	padding-bottom: 50px;
}

.clientes div
{
	float: left;
	width: 27%;
	text-align:center;
	
}

#contacto
{
	float: left;
	width: 100%;
	padding-left:9%;
	position:relative;
}

#contacto div
{
	float: left;
	width: 26%;
	text-align:center;
	background-color:#F7F7F7;
	padding: 20px;
	margin-right: 6%;
	height: 165px;
	position:relative;
	border-bottom: 2px solid #CCC;
}

#contacto div:hover
{
	margin-top: -20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#formulario-contacto
{
	float: left;
	width: 100%;
	padding-left:9%;
	padding-top:20px;

}

#formulario-contacto input
{
	float:left;
	width:44%;
	margin-right:2%;
	border-bottom: 1px solid #CCC; 
	margin-bottom: 20px;
	height: 35px;
}

#formulario-contacto textarea
{
	float:left;
	width:90%;
	border-bottom: 1px solid #CCC; 
	margin-bottom: 20px;
	height: 100px;
}

#formulario-contacto #enviar
{
	float:left;
	width:90%;
	border-bottom: 1px solid #CCC; 
	margin-bottom: 20px;
	background-color: #F7F7F7;
	text-align: center;
	height: 35px;
}
.cuadrosServicios
{
	float:left; 
	width: 100%; 
	background-color:#F7F7F7; 
	border: 1px solid #CCC; 
	margin-top: 20px; 
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px; 
    word-wrap: break-word;
}
.cuadrosServicios a:hover
{
	margin-top: 5px;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.beneficios
{
	float: left;
	width: 100%
	background-color:#F7F7F7;
	padding: 4%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: justify;
}

.beneficios ul
{
	width: 50%;
	float: left;
	list-style-type: circle;
}
.beneficios li
{
	list-style-type: circle;
	margin-bottom: 10px;
}
footer
{
	float: left;
	width: 100%;
	color:#FFF;
	padding-left: 4%;
	padding-top:15px;
	padding-bottom: 15px;
	background-color: #1274AF;
	font-size: 13px;
}

footer img{
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*/////INTRANET////////////*/
.contenedorPerfil
{
	display: none;
	float: left; width: 60%; 
	margin-left: 30%; 
	padding:30px; 
	padding-right:0%;
	background-color: #FFF; 
	position:absolute; 
	min-height: 100%; 
	-webkit-box-shadow: 4px 3px 6px -1px rgba(161,161,161,1);
	-moz-box-shadow: 4px 3px 6px -1px rgba(161,161,161,1); 
	box-shadow: 4px 3px 6px -1px rgba(161,161,161,1);
	background-image: url('../img/fondo-cuadros.png');
}
#cerrarSesion
{
	position: fixed;
	top: 20px;
	right: 20px;
}
#informacionGeneral h2 
{
	width:30%;
	float: left;
	color: #111;
	text-align: left;
	font-size:20px;
	margin-bottom: 20px;
}
#formacionProfesional h2 
{
	width:30%;
	float: left;
	color: #111;
	text-align: left;
	font-size:20px;
	margin-bottom: 20px;
}

#trayectoriaLaboral h2 
{
	width:30%;
	float: left;
	color: #111;
	text-align: left;
	font-size:20px;
	margin-bottom: 20px;
}

.p-info
{
	font-size: 15px; 
	color:#222222; 
	border: 1px solid #ccc;
	border-bottom: none; 
	background-color: #FFF;
	padding: 5px;
}

.menu-colaborador
{
	float: left; width: 20%; 
	margin-left: 10%; 
	padding:20px; 
	background-color: #1274AF; 
	height: 100%; 
	position:fixed; 
	-webkit-box-shadow: 4px 3px 6px -1px rgba(161,161,161,1);
	-moz-box-shadow: 4px 3px 6px -1px rgba(161,161,161,1);
	box-shadow: 4px 3px 6px -1px rgba(161,161,161,1); 
	z-index:1000;
}
.menu-colaborador img
{
	width: 80%;  
	border-radius:150px;
}
#nombre-colaborador
{
	width: 100%;
	float: left;
	text-align: center;
	color: #FFF;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #0F6395;
}

.menu-colaborador a
{
	text-decoration: none;
	width: 100%;
	float: left;
	text-align: left;
	color: #FFF;
	padding: 10px;
	border:solid 1px #0F6395;
}
.menu-colaborador a:hover
{
	text-decoration: none;
	width: 100%;
	float: left;
	text-align: left;
	color: #FFF;
	padding: 10px;
	border:solid 1px #0F6395;
	background-color: #0F6395;
	padding-left: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.porta-info:hover
{
	text-decoration: none;
	width: 100%;
	float: left;
	text-align: left;
	color: #FFF;
	padding: 10px;
	border:solid 1px #0F6395;
	background-color: #0F6395;
	padding-left: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.tablas-colaborador 
{
	float: left;
	width: 180%; 
}
.tablas-colaborador th
{
	background-color:#1274AF; 
	color: #FFF;
	padding:10px;
}
.tablas-colaborador td
{
	padding:10px;
	border-bottom: 1px solid #CCC;
	background-color: none;
}
.btnProfesional
{
	background-color: #1274AF; 
	margin: 15px; 
	padding: 5px; 
	color: #FFF;
}