@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("menu.css");

span.rojo{
	color: #F00;
	}
.derecha{
	float: right;
	}
body{
	background-color: #f0f0f0;
	font-size: .9em;
	line-height: 1.3em;
	}
	
a, a:visited{
	color: #006699;
	text-decoration: underline;
	font-weight:inherit;
	}

a:hover{
	text-decoration:none;
	}
	
#pagina{
	width: 900px;
	margin: 5px auto 5px auto;
	background-color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

#head1{
	background-color: #006699;
	}

#head1 h1{
	padding: 4px;
	text-align: right;
	}

#head1 h1 a,#head1 h1 a:hover, #head1 h1 a:visited {
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	}

#publicidad .logo{
	margin: 10px 40px;
	display: inline;
	}

#publicidad .banner{
	display: inline;
	width: 468px;
	margin: 0 0 0 221px;
	text-align: right;
	}
	
#menu_navegacion{
	height: 20px;
	background-image: url(../images/fondomenu.gif);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#menu_navegacion img{
	margin-right: 3px;
	}

#cuerpo{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

#cuerpo #izquierda{
	width: 190px;
	float:left;
	background-color: #006699;
	margin: 10px 0 0 5px;
}

#izquierda h1{
	background-color: #006699;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	}

#izquierda .padding5{
	margin: 1px;
	padding: 5px;
	background-color: #fff;
}

#izquierda h2{
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #006699;
	}

#izquierda img{
	margin: 10px 0;
	}
	
#izquierda p{
	text-align: center;
	font-size: .7em;
	}

#cuerpo #centro{
	width: 664px;
	float:left;
	margin-left:10px;
	padding:10px;
	font-size:.9em;
/*	border-left: 1px solid #ccc;*/
/*	border-right: 1px solid #ccc;*/
}

#centro h1{
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing: 0.5px;
	color: #FFF;
	background-color: #006699;
	border: 1px solid #006699;
	margin-bottom: 15px;
	padding: 5px 10px;
}

#centro h2{
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.2px;
	color: #006699;
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

#centro h2 span.gris{
	color: #939996;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	}

#centro p, #centro p.sangria10{
	margin-bottom: 1em;
	}
	
#centro p.sangria20{
	padding-left: 20px;
	}
	
strong{
	color: #006699;
	}

dl{
	margin-left:10px;
	}
dt{
	margin-bottom:5px;
	}

dt strong{
	font-weight: bold;
	color: #006699;
	}
dd{
	margin-left:20px;
	margin-bottom:10px;
	}

ul{
	margin-bottom: 1.2em;
	}

ul li{
	margin-left: 40px;
	list-style:square;
	margin-bottom: 1em;
	}



#cuerpo #derecha{
	width: 190px;
	float:right;
	background-color: #006699;
	margin-top: 10px;
	margin-right: 5px;
	}

#cuerpo #derecha a, #cuerpo #derecha a:visited{
	display: block;
	text-decoration: none;
	color: inherit;
	}

#derecha h1{
	background-color: #006699;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

#planes_index .planes{
	margin-bottom: 20px;
}

#derecha .planes,
#derecha .planes_index,
#planes_index .planes{
	margin: 1px;
	padding: 5px;
	background-color: #fff;
	}

#derecha .planes_index{
	font-size:.8em;
	}
#planes_index .planes .servidor{
	display: block;
	float: left;
	width: 33%;
	}
	
#planes_index .planes .servidor ul li{
	font-size: .8em;
	margin:0; padding:0;
	margin-left:40px;
	list-style-type: circle;
	}

#planes_index .planes .servidor ul li a{
	font-weight:bold;
}

#planes_index .planes .servidor h2{
	margin-bottom: 10px;
	}
#derecha h2{
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	}

#derecha h2.plan1000{
	background-color: #cc0000;
	}

#derecha h2.plan2000{
	background-color: #ff9900;
	}

#derecha h2.plan4000{
	background-color: #006699;
	}

#derecha h2.plan10000{
	background-color: #993366;
	}

#derecha ul{
	padding: 5px;
}

#derecha ul.plan1000{
	border: 1px solid #cc0000;
}

#derecha ul.plan2000{
	border: 1px solid #ff9900;
}

#derecha ul.plan4000{
	border: 1px solid #006699;
}

#derecha ul.plan10000{
	border: 1px solid #993366;
}

#derecha li, #derecha li.masinfo{
	font-size: .75em;
	margin:0; padding:0;
	margin-left:20px;
	list-style-type: circle;
}

#derecha li.masinfo{
	list-style-type: none;
	text-align: right;
	}

#pie{
	margin-top: 40px;
	clear: both;
	font-size: .7em;
	color:#666666;
	text-align: center;
	line-height: 1.2em;
	}

#configuraciones{
	border:2px solid #87b4e2;
	width:90%;
	margin: 20px auto;
}

#configuraciones tr.par{
	background-color: #deeefd;
	}

#configuraciones td, #configuraciones th{
	padding:4px 8px;
	border: 1px solid #87b4e2;
	 }

#configuraciones td.precio{
	color: #F00;
	font-weight: bold;
	}

#presupuesto{
	border:2px solid #87b4e2;
	width:90%;
	margin: 20px auto;

}


#presupuesto tr.seccion{
	background-color: #deeefd;
	}

#presupuesto td, #presupuesto th{
	padding:4px 8px;
	border: 1px solid #87b4e2;
	 }

#presupuesto td.label{
	text-align: right;
	}

#encabezado_index{
	background-image:url(../images/servidor-home.jpg);
	width: 655px;
	height: 214px;
	}

#centro #encabezado_index h1{
	font-size: 2.4em;
	background: transparent;
	border: none;
	padding-top: 160px;
	margin-left: 20px;
	color:#006699;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
}

#encabezado_index h1 span.dedicados{
	color: #939996;
	font-family:"Times New Roman", Times, serif;
	}

#planes_index h2 span.gris{
	color: #939996;
	font-weight: bold;
}

u {
	text-decoration:underline;
	font-weight:inherit;
}

strong {
	font-weight: bold;
}

.izquierda{
	float:left;
}	
.centro{
	text-align:center;
}	

