/******************************************************************************************************************
Ckm!
Web, Apps & Multimedia
www.ckm.co
2015
******************************************************************************************************************/

@charset "utf-8";

html, body {
    height: 100%;
}

body{
	margin: 0;
	padding: 0;
	font: 98% 'Exo 2', Arial, Helvetica, sans-serif;
	color: #27166C;
	background: #FFF;
}

a, a img, .now, .boton{
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
/*
a img{
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.5s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
}
*/

.all{
	float: left;
	display: block;
	width: 100%;
}

.medio{
	margin: 0 auto;
	display: block;
	width: 960px;
}

.centrado{ text-align: center; }
.break{ clear: both; }

.somDw{
	-webkit-box-shadow: 0px 10px 9px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 9px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 9px -4px rgba(0,0,0,0.5);
}

.animateOnScroll{
	opacity: 0; 
	transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.animateOnScroll.animated{ opacity: 1; }

.gris{ background: #F7F7F7; }


/************************************************************************************************/
.header{
	padding: 30px 0;
}

#verM{
	display: none;
	float: left;
	width: 30px; /* 50 */
	height: 30px; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background: #27166C url(../_interfAz_CK!/menu_rayas.png) 0 0;
}
#verM:hover{ background-color: #EE3F35; }

#menuEx{
	position:relative;
	float:left;
	margin: 0 auto;
	overflow:hidden;
	width: 960px;
	padding: 40px 0 0 0;
}
#menuEx ul{
	clear:left;
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	left:50%;
	text-align:center;
}
#menuEx ul li{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#menuEx ul li a{
	display: block;
	margin: 0 16px;
	line-height: 1.3em;
	font-weight: 300;
	color: #211452;
	text-decoration:none;
}
#menuEx ul li a:hover{ color: #EE3F35; }

#menuEx ul li a.inicio{
	margin: 0;
	width: 15px;
	height: 20px;
	overflow: hidden;
	text-indent: 99999px;
	line-height:  99999px;
	text-transform: uppercase;
	background: #211452 url(../_interfAz_CK!/ico_casa.png) 0 center no-repeat;
}
#menuEx ul li a.inicio:hover{ background-color: #EE3F35; }

#menuEx ul li a.contacto{
	padding-left: 15px;
	background: url(../_interfAz_CK!/ico_contacto.png) 0 center no-repeat;
}

/************************************************************************************************/
.cuadros{
	margin-top: 10px;
	background: url(../_interfAz_CK!/grisBk.png) 0 center repeat-x;
}

.cuadros .medio{ width: 1100px; }

.cuadros .actual, .cuadros .actual a{
	float: left;
	display: block;
	width: 379px;
	height: 360px;
	overflow: hidden;
	background-color: #211452;
}
.cuadros .actual a:hover img{
/*	padding: 30px 0 0 30px;
	width: 320px;
	*/
	-webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.cubo{
	float: left;
	width: 180px;
	height: 180px;
}

/*
.cubo img{
	filter: alpha(opacity=30); /* internet explorer *
	-khtml-opacity: 0.3;      /* khtml, version anterior de safari *
	-moz-opacity: 0.3;       /* firefox, mozilla, netscape *
	opacity: 0.3;           /* safari, chrome, opera *
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*internet explorer 8 - gracias Andres *
}
.cubo.red img{ background: #EE3F35; border: 5px solid red }
.cubo.blue img{ background: #211452; }
*/

.sombra{ padding: 20px 0 30px 0; }
.sombra img{ width: 100%; }


/************************************************************************************************/
h1{ color: #EE3F35; }

h2{
	font-size: 180%;
	font-weight: normal;
}
h2 strong{ color: #EE3F35; }

a h2{ color: #27166C; }

h3{
	font-size: 120%;
	font-weight: 300;
	color: #999;
}


/************************************************************************************************/
.proximo{
	margin-top: 40px;
	padding-bottom: 20px;
	background: url(../_interfAz_CK!/degraBk.png) 0 100% repeat-x;
}

.proximo .header a:hover img{
	-webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.proximo p{
	margin: 0 auto;
	padding: 20px 0;
	width: 300px;
}

.espacio{
	height: 210px;
	background: url(../_interfAz_CK!/espacio_base.png) center 100% no-repeat;
}
.espacio div{
	height: 120px;
	background: url(../_interfAz_CK!/espacio_tri.png) center 0 no-repeat;
}

.espacio img{
	margin-top: 26px;
}

/************************************************************************************************/
.patron{
	height: 260px;
	background: url(../_interfAz_CK!/bkpatron.png) center center fixed;
}


/************************************************************************************************/
.mapaIn{
	margin-top: 80px;
}

#mapHome{
	float: left;
	display: block;
	width: 730px;
	height: 280px;
/*	pointer-events: none;*/
}

.mapaIn .now{
	float: left;
	display: block;
	margin-left: 10px;
	padding: 20px 10px 0 10px;
	width: 100%;
	height: 300px;
	background: #fff url(ev_entos/x.jpg) 0 100% no-repeat;/* E11D27 */
}

.mapaIn .now img{
	max-width: 400px;
	max-height: 200px;
}


.mapaIn .now a{
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	text-shadow: #000 1px 0 10px;
}
.mapaIn .now:hover{ background-color: #27166C; }
.mapaIn .now:hover a{ color: #FF0; }


/************************************************************************************************/
.deslizador{
	margin: 60px 0 0 0;
	height: auto;
	background: url(../_interfAz_CK!/grisBk.png) 0 90% repeat-x;
}
.deslizador.inte{
	margin: 0;
	padding-top: 110px;
}

.deslizador .medio .medio, .interna .medio .medio{ width: 770px; }

.customNavigation{
	position: absolute;
	z-index: 1;
	margin: 150px 0 0 -40px;
	width: 850px;
}

.customNavigation a{
	float: left;
	display: block;
	width: 29px;
	height: 50px;
	text-transform: uppercase;
	text-indent: 99999px;
	line-height:  99999px;
	overflow: hidden;
	background: url(../_interfAz_CK!/fleSlider.png) 0 0 no-repeat;
}
.customNavigation a.next{
	float: right;
	background-position: 100% 0;
}

    #owl-demo .item{
        padding: 0;
        margin: 10px;
        color: #FFF;
        background: #211452;
    }
	#owl-demo .item img{
		display: block;
		width: 100%;
		height: auto;
	}

.deslizador .owl-carousel a{
	display: block;
	width: 100%;
	background-color: #211452;
}
.owl-carousel a:hover img{
/*	padding: 30px 0 0 30px;
	width: 320px;
	*/
	-webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/*************************/
.twitter-widget{
	margin: 0 auto;
	width: 960px;
}
.twitter-widget ul{
	float: left;
	margin: 0;
	padding: 0 10px;
	background: #FFF;
}
.twitter-widget li{
	float: left;
	list-style: none;
	width: 33.3333333%
}
.twitter-widget li .tweets_txt{
	margin: 30px 20px;
}
.twitter-widget li .tweets_txt a{ color: #333; }
.twitter-widget li .tweets_txt a:hover{ color: #EE3F35; }
.twitter-widget li .tweets_txt span{
	font-style: italic;
	font-size: 80%;
    color: #999;
    display: block;
}

/************************************************************************************************/
.interna{
	padding: 0;
	color: #666;
	background: url(../_interfAz_CK!/grisBk.png) 0 0 repeat-x;
}

.interna .medio{
	margin-top: 40px;
	padding: 30px;
	width: 900px;
	min-height: 260px;
	background: #FFF;
}

.interna a{ color: #27166C; }
.interna a:hover{ color: #EE3F35; }

.interna .medio p img{ width: 100%; }

.interna .medio .noImg p img, .noImg img{ width: auto; }


/*************************/
.miga{
	display: block;
	float: left;
	width: 100%;
	text-align: right;
	font-weight: 300;
	color: #666;
}
/*.miga a, .miga span{ float: right; }*/

.interna .miga a.inicio{
	float: right;
	margin: 0 5px 0 0;
	display: block;
	width: 15px;
	height: 20px;
	overflow: hidden;
	text-indent: 99999px;
	line-height:  -99999px;
	text-transform: uppercase;
	background: #999 url(../_interfAz_CK!/ico_casa.png) 0 center no-repeat;
}
.interna .miga a.inicio:hover{ background-color: #EE3F35; }


/*************************/
.interna h1{
	margin: 0;
	font-size: 240%;
	font-weight: normal;
	color: #27166C;
}
.interna h2{
	font-size: 160%;
	font-weight: normal;
	color: #27166C;
}


.alIzq{
	clear: both;
	float: left;
	margin: 0 30px 30px 0;
}

.pUp{ padding-top: 40px; }


/*************************/
#mapDes{
	float: left;
	display: block;
	margin-bottom: 70px;
	width: 100%;
	height: 400px;
/*	pointer-events: none;*/
}


.interna .solicita h2{
	font-size: 180%;
	font-weight: normal;
	color: #27166C;
	text-align: center;
}
.interna .solicita h2 strong{ color: #EE3F35; }


/*************************/
.interna .solicita{ margin-top: 20px; }
.solicita .gris, .solicita form label, .solicita form label span, .solicita form label input{
	float: left;
	display: block;
	width: 100%;
}
.solicita .gris{
	margin-bottom: 40px;
	padding: 40px 5%;
	width: 90%;
}
.solicita form label{
	margin: 5px 0;
	width: 100%;
}
.solicita form label span{
	margin-right: 1%;
	width: 19%;
}
.solicita form label input, .solicita form label textarea{
	padding: 12px 2%;
	width: 76%;
	border: none;
}

.solicita form input.boton:hover{ background: #EE3F35; }
.solicita form input.boton, .solicita form input.boton.desac:hover{
	float: right;
	padding: 10px 20px;
	color: #FFF;
	background: #27166C;
	border: none;
}

label.error{
	font: 70% Arial, Helvetica, sans-serif;
	color: #900;
}


/*************************/
ul.aliados, ul.experiencia{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

ul.aliados li, ul.experiencia li{
	float: left;
	margin: 8px 1%;
	width: 30%;
	height: 200px;
	text-align: center;
}

/*
ul.aliados li a{
	display: block;
	height: 190px;
	background: red
}
*/

ul.aliados li a{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 2%;
	height: 200px;
	width: 300px;
	text-align: center;
	border: 1px solid #CCC;
}
ul.aliados li a:hover{ border-color: #27166C; }


/* PARA IE \*/
* html ul.aliados li a{
	top: 50%;
	left: 0;
	height: 1px;
}

* html ul.aliados li a img{
	position: relative;
	top: -50%;
}
/* */


ul.aliados li img{
	max-width: 100%;
	max-height: 180px;
}

ul.aliados li a:hover img{
	-webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}


ul.experiencia li{
	margin: 8px 1%;
	width: 31,333333%;
	height: 290px;
	border: 1px solid #CCC;
}
ul.experiencia li img{
	border: 1px solid #F2F2F2;
}
ul.experiencia li p{ margin: 8px; }
ul.experiencia li h2{ margin: 4px 0; }
ul.experiencia li h3{ margin: 0 0 14px 0; }



/************************************************************************************************/
.footer{}
.redes{
	padding: 60px 0 100px 0;
}

.redes a{ margin: 0 1px; }
.redes a:hover img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}


.footer .gris{
	margin-top: 30px;
	padding: 20px 0;
	background: #F7F7F7;
}

.footer h2{ margin: 0; }

.footer .gris a{
	text-decoration: none;
	color: #27166C;
}
.footer .gris a:hover{
	text-decoration: underline;
	color: #EE3F35;
}

.ckm{
	float: right;
	font-size: 60%;
	text-align: right;
}
.footer .gris .ckm a{
	text-decoration: none;
	color: #999;
}
.footer .gris .ckm a:hover{ color: #333; }
