/* CSS Document */
html,body{
	margin:0;
	padding:0;
	font:11px arial,sans-serif;
	background-color:#ccc;
	color:#666;
}
h1{
	display:none;
}
#topmenu{
	font-size:95%;
	color:#666;
	z-index:3;
	position:absolute;
	right:0;
	padding-right:5px;
}
#topmenu ul{
	margin:0;
	padding:0;
}
#topmenu ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#topmenu ul li a{
	color:#666;
	text-decoration:none;
}
#topmenu ul li a:hover{
	color:#000;
}
#topmenu .acceso{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#menu{
	height:36px;
	position:relative;
	margin-left:330px;
	top:51px;
	font-size:13px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	margin:0;
	padding:0;
	list-style:none;
	height:51px;
	display:inline;
}
#menu ul li a{
	color:#010101;
	padding-right:7px;
	padding-left:5px;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:16px;
	background-image:url('../img/sep.gif');
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
}
#menu ul li .home:hover{
	color:#fff;
	background-color:#1C89A6;
}
#menu ul li .dominio:hover{
	color:#1777B3;
	background-color:#fff;
}
#menu ul li .pagina:hover{
	color:#31BCA7;
	background-color:#fff;
}
#menu ul li .alojamiento:hover{
	color:#D67C33;
	background-color:#fff;
}
#menu ul li .tienda:hover{
	color:#6BBC31;
	background-color:#fff;
}
#menu ul li .antispam:hover{
	color:#00348A;
	background-color:#fff;
}
#menu ul li .aplicaciones:hover{
	color:#BC3190;
	background-color:#fff;
}
#menu ul li .servidores:hover{
	color:#00348A;
	background-color:#FFFFFF;
}
#container{
	width:975px;
	margin:auto;
	background-image:url('../img/bg.gif');
	background-repeat:repeat-y;
}
#header{
	height:79px;
	background-image:url('../img/top.gif');
	background-repeat:no-repeat;
}
#banner{
	height:180px;
	background-image:url('../img/banner.gif');
	background-repeat:no-repeat;
}
#banner .txt{
	padding: 50px 10px 0 15px;
}

#banner img{
	float:right;
	margin:12px 12px 0 0;
}
#banner p{
	color:#666666;
	margin:10px 0 10px 0;
}
#medio{
	padding:0 10px 15px 10px;
}
#izda{
	width:24%;
	float:left;
}
#izda .telf{
	margin-bottom:10px;
}
#izda .cuadro{
	border-top:4px solid #CCCCCC;
	background-color:#E4E4E4;
	margin-bottom:10px;
	color:#666666;
}
#izda .cuadro h4{
	color:#1C89A6;
}
#izda .input{
	background-color:#fff;
	border:1px solid;
	height:14px;
	width:95%;
}
#izda .submit, #formulario .submit{
	background-color:#E4E4E4;
	color:#1C89A6;
	border:none;
	font-size:80%;
	cursor:pointer;
	text-align:right;
	margin:4px 0 4px 0;
}
#izda form{
	margin:0;
	margin-left:5px;
}
#formulario form {
	margin: 0px;
	padding: 0px;
}
#formulario .input{
	width:140px;
	background-color:#fff;
	border:1px solid;
	height:14px;
}
#formulario label{
	float:right;
}
#formulario table{
	margin-left:8px;
}
#formulario a{
	color:#1C89A6;
	text-decoration:none;
}
#formulario a:hover{
	color:#05495B;
	text-decoration:none;
}
.text{
	background-color:#fff;
	border:1px solid;
	width:140px;
}
#aenor{
	color:#A7A6A6;
	text-align:center;
}
#lateral{
	float:right;
	width:73%;
	margin-right:1px;
}

.clear{clear:both;}
#pie{
	background-color:#cccccc !important;
	border-top:2px solid #ccc;
	padding:2px 8px 0 8px;
}
#enlacespie{
	float:left;
	color:#666;
	text-align:left;
	width:350px;
}
#enlacespie ul{
	margin:0;
	padding:0;
}
#enlacespie ul li{
	margin:0;
	list-style:none;
	float:left;
	padding-left:2px;
}
#enlacespie ul li a{
	color:#666666;
	text-decoration:none;
}
#enlacespie ul li a:hover{
	color:#000;
	text-decoration:underline;
}
#infopie{
	float:right;
	color:#666;
}
#txtpie{
	width:880px;
	margin:auto;
}

/*------------------*/
h4{
	font-size:110%;
	font-weight:bold;
	margin:5px;
}
p{
	margin:5px;
	text-align:justify;
}