body{ /*background:#CCC*/; min-width: 1000px;}
#wrapper{
margin: 0;
padding: 0;
width: 100%;
height: 100%;	
}
	

/*----------------------header----------------------*/
#header2 {
	width: 100%;
	margin: 0px;
	height: 80px;
	padding:0px;
	background: url("../img/bg-header.png") repeat;
	border-bottom: 4px solid #d15606;
	
}

#header_content {
	width: 960px;
	margin: auto;
	
}

#logo {
	padding-top: 3px;
	margin-left: 0px;
	float:left;

}
#logo img {
	border: none;
}

.enlace_fact{ 
  float: right;
  padding: 0px;
  margin: 27px 0 0 0;
  position: relative;
  z-index: 9;
 }
.enlace_fact a{ 
  text-decoration: none;
  padding: 2px 0 10px 28px;
  color: #333;
}

/*----------------------contenedores----------------------------------*/
#contenedor_principal{
	width: 100%;
	clear: both;
	background: #fff;
	padding-top: 10px;
}
#content{
width: 960px;
margin: auto;
position: relative;
z-index: 100;
overflow: hidden;

}
/*----------------------cuadros home----------------------------------*/
#section_content_full {
	float: left;
	/*width: 200px;
	background:  #efefef;*/
	margin: auto;
	margin-bottom: 30px;
	position: relative;
}
	.section_canal { width: 200px;}

.planes{
	float: left;
	width: 212px;
	height: 191px;
	border-radius: 0px 0px 8px 8px;
	padding: 10px;
	border: 1px solid #CCC;
	margin: 0px 7px;
	position: relative;
	/*background: url("../img/bg_content.png") repeat-x #fff;*/
	box-shadow: 0px 30px 38px -21px;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}
.planes img{
	margin-bottom: 10px;
	width: 80px;

}

.planes .title_plan {
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 23px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.planes p{
	padding-left:5px;
	margin-top: 0px;
}


#section_title {
	float: left;
	width: 310px;
}
#home_contacto {
	float: left;
	width: 330px;
	margin: 0px 10px 0px 10px;
}
	#home_contacto img {
		margin: 8px;
		float: left;
		width: 84px;
}

#home_location {
	float: left;
	width: 260px;
	margin: 0px 0px 0px 10px;
}
	#home_location img {
		margin: 8px;
		float: left;
		width: 80px;
}

/*---------------------- div texto central---------------*/
.texto_ho{
	margin: 0px auto; 
	width:600px;
	text-align:center;
	padding-top: 5px;
	border-bottom: 1px dotted #ccc;
	/*margin-bottom: 10px;*/
}

.texto_ho h1 {
font-size: 30px;
font-weight: 300;
}


/*----------------------footer---------------*/
#footer2 {
	width: 100%;
	margin: 0px;
	padding:0px;
	background: url("../img/bg-header.png") repeat;
	border-top: 4px solid #d15606;
	height: 80px;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

#footer2_content {
	width: 960px;
	margin: auto;
	
}
.informacion{
	float:left;
	width:370px;
	font-size:12px;
	margin-top: 10px;
	
}
.informacion ul{ list-style:none; margin:0;}
.informacion img{ padding-right:5px;}

.redes2{ float: left; width: 340px; margin-top: 10px;}
.redes2 h2{ font-size:14px; line-height:0;}
.redes2 ul{ list-style:none}
.redes2 li{ float:left; padding: 5px 30px 5px 0;}

.redes2 img{ padding-right:5px;}

.firma{ float: right; width: 240px; margin-top: 10px;font-size:12px; text-align: right;}
#contenedor_principal{
	margin-bottom: 90px;
}
