@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contenedor_general {
	max-width: 1170px;
	height:auto;
	margin: 0 auto;
}

/*encabezado*/

header {
	height:148px;
	background-color:#FFF;
	width:1170px;
	border-bottom:#CCC 2px solid;
}
	
#encabezado {
	width: 1170px;
	height: 165px;
	min-height:165px;
	min-width:1170px;
	background-color: #FFF;
	
}

.solucionamos {
	color:#1257A3;
	text-align:right;
	font-style:italic;
	position:aboslute;
	display:block;
	margin-right: 130px;
	margin-top:-100px;
}

.face-icon {
	width:40px;
	height:40px;
	top:105px;
	margin-left:970px;
	position: absolute;
	
}
.logo_multicom {
	background: url(../img/logo_multicom.jpeg) no-repeat;
	width:280px;
	height:147px;
	display:block;
	z-index:3000;
	}	
	
.hombre_radio {
	width:160px;
	height:147px;
	top:1px;
	margin-left:1000px;
	position: absolute;
}

.top {
	position:fixed;
	z-index:2000;
	
}
/*------------------------------carrusel--------------------------------*/
figure {
	width:996px;
	height:275px;
	margin:0 auto;
	background:#CCC;
	
}
/*------------------------------carrusel--------------------------------*/
/*------------------------------botones abajo--------------------------------*/
#footer_bar {
	width:1150px;
	border-top: #999 2px solid;
	margin: 0 auto;
	height:310px;
	
}

#footer_bar ul{
	height:310px;
	background-image:url(../img/back_botones.png) repeteat-x;
}

#footer_bar a{
	text-decoration:none;
	color:#999;
}

#footer_bar a:hover{
	text-decoration:none;
	color:#1257a3;
}

.boton {
    float: left;
    width: 25%;
    list-style: none;
	text-align: center;
}

.boton img{
	margin:10px;
	background:#f5f5f5;
	-moz-border-radius:     10px 10px 0 0;
    -webkit-border-radius:  10px 10px 0 0;
    border-radius:	10px 10px 0 0;
}

.boton img:hover{
	background:#e6e6e6;
	-moz-border-radius:     20px 20px 0 0;
    -webkit-border-radius:  20px 20px 0 0;
    border-radius:	20px 20px 0 0;
}

/*------------------------------botones abajo--------------------------------*/

address {
	width:100%;
	background:#dadadc;
	border-top: #1257a3 1px solid;
	text-align:center;
	color: #666;
}

address > small {
	padding:3px;
	display:block;
	width: 80%;
	margin: 0 auto;
	
}



/*-----------------------------------------botones general-----------------------------------*/

#navbar ul {
	background: #1257a3;
	height: 1.5em;
	text-size:13px;
	z-index:9999;	
}

	
#navbar li {
	background: #1257A3;
	float: left;
    width: 14.2857143%;
    list-style: none;
	text-align: center;
}

#navbar li a{
	text-decoration: none;
	color: #fff;
}

#navbar > ul > li:hover {
	background: #2d7fc1;
	
	}

#navbar li ul {
	position:absolute;
	
}

#navbar li ul {
            padding: 0;
            width: 168px;
            min-width: 0;
            height: 0;
            overflow: hidden;
			-moz-transition-duration:       0.3s;
            -webkit-transition-duration:    0.3s;
            -o-transition-duration:         0.3s;
            transition-duration:            0.3s;
	
}

#navbar li ul li {
			text-align:left;
			padding: 4px;
			border-bottom: #fff 1px solid;
			
}

#navbar li:hover > .servicios  {
	    height: 12em;
		width:168px;			
        }
		
#navbar li:hover > .productos  {
            height: 5.4em;
			width: 168px;
			
        }

#navbar li li { 
            float:      none;
            padding:    0;
            margin-top: 1px;
            width:      auto;
        }
		
#navbar li ul li:hover {
	background: #2d7fc1;
}

/*------------------------------barra navegacion general---------------------------------------*/
/*relleno*/
.relleno {
	width:1170px;
	height:180px;
	clear:both;
	
}
/*--------------------------productos------------------*/
#productos {
	padding: 10px;
	border-top: #CCC 1px solid;
	margin: 0 auto;
	height:290px;
}

.prod ul {
	margin: 0 auto;
}

.prod {
    float: left;
    width: 30%;
    list-style: none;
	text-align: left;
	margin: 15px;
}

.prod img{
	margin:10px;
	
}

.prod p{
	padding:10px;
}

.prod h2{
	padding:10px;
}
.gamas {
	width:1170px;
	height:auto;
}

.coberturas-digitales {
	width:1150px;
	padding: 5px;
	background:#FFF;
	border-top: #CCC 1px solid;
	margin: 0 auto;
	height:370px;
}

.coberturas-digitales li{
	float: left;
    width: 357px;
    list-style: none;
	text-align: left;
	margin: 13px;
}

.cobertura-analoga {
	width:1170px;
	height:372;
}

.cobertura-analoga li{
	float:left;
	list-style:none;
}
.cobertura-analoga h2{
	text-align:left;
}


.recargas img{
	margin-left: 86px;
}

.uhf{		
	height:700px;
}

.clearfix {
	width:1170px;
	height:auto;
	clear:both;
}