@import url(comun.css);

/* ====================================================== layout */

html, body {
	height: 100%;
}

	#envoltorio {
		height: 200px;
		text-align: center;
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}
		
		.centrado {
		  position: relative;
			width: 758px;
			padding: 0 10px;
			text-align: left;
			margin: 0 auto;
		}
	
		#encabezado {
			background: no-repeat right top url(../img/encabezado_fondo.jpg);
			padding: 18px 0;
			position: relative;
		}
		
			#encabezado h1 {
				padding: 0 10px;
			}
			
			#accesos {
				position: absolute;
				right: 0;
				top: 0;
				padding-top: 15px;
				text-align: right;
				font-size: 11px;				
			}
			
				#accesos li {
					padding-bottom: 2px;
				}
		
		#menu {
			background: #999 repeat-x top url(../img/menu_fondo.png);
			overflow: hidden;
		} * html #menu {
			display: inline-block;
		}
		
			#menu ul {
				float: right;
			}
			
				#menu li {
					float: left;
				}
				
					#menu li a {
						display: block;
						padding: 10px;
						color: #fff;
						text-decoration: none;
					}
					
					#menu li a:hover {
						background: #444;
						color: #fff;
					}
					
					#menu li.destacado {
					  position: absolute;
					  left: 10px;
					}
					
					#menu li.separador a {
					  background-image: url(../img/menu_separador.png);
					  background-repeat: no-repeat;
					  background-position: center right;
					}
					
					#menu li.separador a:hover {
					  background-image: none;
					}
		
		#contenido {
			padding-bottom: 45px;
			background: #fff repeat-x top url(../img/contenido_fondo.png);
			min-height: 200px;
			overflow: hidden;
		} * html #contenido {
		  display: inline-block;
		}
		
		  #contenido .centrado {
		    background: #fff;
		    margin-top: 40px;
		    padding: 10px;
		  }
		
		  #contenido h2 {
		    color: #D9241D;
		    font-size: 23px;
		    letter-spacing: -2px;
		    font-weight: normal;
		    position: absolute;
		    top: -25px;
		  }
		  
		  #contenido h3 {
		    margin: 15px 0 10px 0;
		    font-size: 18px;
		    color: #000;
		    font-weight: normal;
		  }
		  
		  #contenido h4 {
		    margin: 15px 0 5px 0;
		    font-size: 13px;
		    color: #000;
		    font-weight: bold;
		  }
		  
		  #contenido p, #contenido ul, #contenido ol {
		    margin-bottom: 10px;
		  }
		  
		  #contenido ul {
		    padding-left: 25px;
		    list-style: disc;
		  }
		  
		  #contenido ol {
		    padding-left: 25px;
		    list-style: decimal;
		  }
		
		#pie {
			height: 25px;
			padding-top: 8px;
			width: 100%;
			left: 0;
			position: absolute;
			bottom: 0 !important;
			bottom: -1px;
			border-top: 1px solid #ccc;
			background: #f2f2f2;
			color: #999;
		}
		
			#pie p {
				text-align: center;
				font-size: 11px;
			}

/* ====================================================== inicio */

#inicio #contenido .centrado {
  background: transparent;
  margin-top: 0;
  padding: 0 10px;
}

#inicio #promos {
	margin: 15px -11px 0 -12px;
	background: no-repeat top center url(../img/inicio/promos.png);
	height: 197px;
	position: relative;
}		

  #inicio #promos p {
    margin: 0;
  }

  #inicio #promos {
    padding-left: 0;
    list-style: none;
  }

	#inicio #promos li {
		position: absolute;
		top: 73px;
		width: 215px;
	}
	
		#inicio #promos h3 {
			font-weight: bold;
			font-size: 13px;
			margin: 0;
			margin-bottom: 5px;
		}
		
		#inicio #promos .descrip {
			height: 65px;
		}
		
		#inicio #promos .precio {
			color: #cc0000;
			text-align: right;
			padding-right: 80px;
		}
		
			#inicio #promos .precio span {
				position: absolute;
				right: 0;
				margin-top: -12px;
				font-family: "Trebuchet MS", sans-serif;
				font-size: 28px;
				font-weight: bold;
				letter-spacing: -4px;
				
			}
	
	#inicio #hosting {
		left: 25px;
	}
	
	#inicio #resellers {
		left: 282px;
	}
	
	#inicio #dedicados {
		left: 531px;
	}
	
#inicio #empresa {
	width: 530px;
	margin: 20px 0 30px 10px;
	float: left;
}

  #inicio #empresa #slider ul
  {
    width: 530px;
    height: 200px;
    overflow: hidden;
    padding: 0;
    list-style: none;
  }
  
  #inicio #empresa #slider li
  {
    width: 530px;
    height: 200px;
    background: #eee;
    text-align: center;
  }
  
  #inicio #empresa #prevBtn 
  {
    float: left;
  }  
  
  #inicio #empresa #nextBtn 
  {
    float: right;
  }
  
  #inicio #empresa #prevBtn a, #inicio #empresa #nextBtn a
  {
    color: #aaa;
  }  

#inicio #iconos {
	margin: 25px 10px 0 0;
	float: right;
	width: 180px;
}

	#inicio #iconos li {
		display: inline;
	}

  #inicio #soporte a, #inicio #contacto a, #inicio #chat a {
    display: block;
  	text-align: center;
    width: 90px;
    padding-top: 65px;
    float: left;
  }

	#inicio #soporte a {
		background: no-repeat top center url(../img/inicio/soporte.png);
	}
	
	#inicio #contacto a {
		background: no-repeat top center url(../img/inicio/contacto.png);
	}
	
  #inicio #chat a {
    background: no-repeat top center url(../img/inicio/chat.png);
    padding-top: 90px;
    width: 180px;
    margin-top: 3px;
  }	
  
/* ====================================================== empresa */

#empresa #contenido .centrado {
	background-repeat: no-repeat;
	background-position: right 140px;
	background-image: url(../img/encabezado_fondo.jpg);
}

#empresa #clientesIz {
  float: left;
  width: 50%;
}
