﻿.clearfix{ clear:both; }

body{
	background: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0;
}

#page{
	background-color: #DDD;
    background-image: url("images/bg.png");
    background-position: left top;
    background-repeat: repeat;
	margin: 0 0;
}

#wrapper{
	background: inherit;
	width: auto;
	height:auto;
	margin: 0 0;
	clear: both;
}

/*EL #tronco_wrapper viene para sustituir al #body por cuestion de estandarizacion de los troncos*/
#tronco_wrapper{
	background: inherit;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#content{
	width: 900px;
	height: auto;
	float: left;
}

#carrusel{
	position: relative;
	width: 900px;
	height: 350px;
	background: #666 none no-repeat scroll center center;
}

/*
Estilos de Section, Article y Aside se encuentran en cada archivo(.css) correspondiente de la pagina
*/

#body_1{
	height: 460px;
	margin: 20px auto;
}

#body_2{
	height: 300px;
	margin: 20px auto;
}

.body_column3{
	width: 298px;
	height: auto;
	float: left;
}

.img-column3{
	width: inherit;
	height: 200px;
}

.body1_up{
	width:auto;
	height:200px;
}

.body1_down{
	width:auto;
	height:30px;
	text-align:right;
}

#imagen_inferior{
	background: #CCC;
	width: 620px;
	height: inherit;
	float: left;
	border: medium #999 solid;
}

#login{
	background: #FFF;
	width: 245px;
	height: inherit;
	float: left;
	margin: auto 10px auto 10px;
}

/* HEADER ---------------------------------------*/
header{
	width: inherit;
	height: 210px;
	background: transparent url(images/header-bottom.png) repeat-x scroll bottom;
}

#tronco_header{
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
#header-up{
	height:145px;
	float:left;
}

#header-down{
	height:35px;
	float:left;
}


#logo{
	position: relative;
	height: 81px;
	width: 217px;
	top: 35px;
	left: 15px;
}

#llamanos{
	position: absolute;
	height: 140px;
	width: 230px;
	right: 10px;
	top: 60px;
}


/* FOOTER -------------------------------------------------------------- */
footer{
	clear:both;
	width: inherit;
	height: auto;
	background: linear-gradient( #CCC, #999);
	background: #AAA;
	border: thin transparent solid;
	margin: 0 0;
}

#tronco_footer{
	background: inherit;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer_left{
	width: 22%;
	height: inherit;
	float: left;
}

#footer_center{
	width: 25%;
	height: inherit;
	float: left;
}

#footer_right{
	width: 22%;
	height: inherit;
	float: left;
}
#footer_contact{
	background: #999;
	width: 31%;
	height: inherit;
	float: left;
}

#endfooter{
	background:#CCC;
	height: 50px;
	margin: 0 0;
}

.listfooter li a {
	list-style-type:none;
    background: url("images/marker_3.png") no-repeat scroll 0 6px transparent;
    color:#FFF;
    padding-left: 10px;
    text-decoration: none;
}

.listfooter li a:hover {
	background-position: 0 -15px;
	color: #c00;
}

.listfooter-grupoks li a{
	list-style-type:none;
	line-height: 25px;
    color:#FFF;
    padding-left: 35px;
    text-decoration: none;
}

.listfooter-grupoks li a:hover{
	background-position: 0 -15px;
	color: #c00;
}

#listfooter-grupoks-kssistemas{background: url("images/sistemas.png") no-repeat scroll 0 6px transparent;}
#listfooter-grupoks-ksweb{background: url("images/web.png") no-repeat scroll 0 6px transparent;}
#listfooter-grupoks-disenosoluciones{background: url("images/diseno.png") no-repeat scroll 0 6px transparent;}
#listfooter-grupoks-ksinfra{background: url("images/infra.png") no-repeat scroll 0 6px transparent;}
#listfooter-grupoks-lapcity{background: url("images/lap.png") no-repeat scroll 0 6px transparent;}

.footer_contact{
	line-height: 30px;
}

.footer_contact span {
    color: #FFF;
}

.footer_contact a {
	list-style-type: none;
    color: #FFF;
	padding-left: 10px;
    text-decoration: none;
}

.footer_contact a:hover {
    color: #036;
}

.endfooter_left{
	width: 30%;
	height: inherit;
	float:left;
}
.endfooter_center{
	width: 40%;
	height: inherit;
	float:left;
}
.endfooter_right{
	width: 30%;
	height: inherit;
	float:left;
}


/* ------- Otros estilos utilizados ------------- */
.parrafo-sangria-just{
	text-indent: 15px;
	text-align:justify;
}

.vermas a{
	color: #Fe8300;
	text-decoration: none;
	font-style: italic;
}

.vermas a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.vermas a:focus{
	position: relative;
	top: 1px;
}

.floatstop{
	clear:both;
}

.floatleft{
	float: left;
}

.titlebody_1 a{
	text-decoration:none;
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
	color: #Fe8300;
}
.titlebody_1 a:hover{
	color: #000;
}


.texto_blanco {
	text-align: center;
	color: white;
}

.button {
	font-weight:bold;
    background: none repeat scroll 0 0 #373737;
    color: #FFFFFF;
    display: inline-block;
    line-height: 28px;
    padding: 0 14px;
    text-decoration: none;
}

.button:hover {
	font-weight:bold;
	color:#333;
    background: none repeat scroll 0 0 #Fe8300;
}

.inner{
	width: auto;
	height: auto;
	margin: 15px 15px;
}

ol, ul{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	
	list-style: none outside none;
}

/* MAPA --------------------------------------------------------------- */
#map{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;	
}

/* MASTHEAD ------------------------------------------------------------*/
#masthead{	
	position: relative;
/*	margin-top: -38px;  Esta propiedad permite subir el div y sobreponerse encima del borde inferior del header*/
	background: #1c1d1d;
	
	padding-left: 24px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1); 
}

#masthead span{
	line-height: 69px;
}

#masthead .head{
	font-family: Allan, helvetica, arial, sans-serif;
	font-size: 21px;
	color: #ddd;
}

#masthead .subhead{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #888;
	margin-left: 21px;
}

#masthead .breadcrumbs{
	position: absolute;
	overflow: hidden;
	top: 24px;
	right: 24px;
	height: auto;
	font-size: 11px;
	color: #444;
}

#masthead .breadcrumbs a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#masthead .breadcrumbs a:hover{
	color: #fe8300;
}

#masthead .breadcrumbs li{
	display: inline;
}

/* SOCIAL --------------------------------------------------------*/
#social-bar{
	display: block;
	float: left;
	width: 68px;
	background: url(images/social-desktop.png) no-repeat bottom center;
	padding: 10px 0px 20px 0px;
}

#social-bar ul{
	display: block;
	margin: 0 auto ;
	width: 32px;
}

#social-bar li{
	display: block;
	padding: 0px;
	margin: 3px 0px;
}

#social-bar a{ display: block; }

/* SIDEBAR ------------------------------------------------------------*/
aside{
	color: #777;
	font-size: 15px;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
}

aside a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside a:hover{ color: #fe8300; }

aside h4{
	margin-bottom: 10px;
	color:#000;
}

aside .block{
	padding: 16px;
	background: #eaeaea;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	margin-bottom: 24px;
}

ol, ul{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	
	list-style: none outside none;
}

.address-block li{
	padding-left: 20px;
}

.address-block .address{ background: url(images/icon-address.png) no-repeat scroll left top transparent;
}

.address-block .phone{ background: url(images/icon-phone.png) no-repeat scroll left top transparent;
}

.address-block .mobile{ background: url(images/icon-mobile.png) no-repeat scroll left top transparent;
}

.address-block .email{ background: url(images/icon-email.png) no-repeat scroll left top transparent;
}

/* PLUGIN FACEBOOK --------------------------------------------------*/
#pluginfacebook{
	
}