@charset "utf-8";
/* CSS Document */
body{
	font-family:arial;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;

}
:link { text-decoration:underline; }
:visited {  text-decoration:underline; }
:link:hover { color:green; text-decoration:underline; }
:link:active { text-decoration:underline; } 
a{
	color:#000;
	text-decoration:none;
}
a:hover{
		text-decoration: underline;
}
a img{
	border: 0;
}
.cab{
	margin:auto;
	width:960px;
	}
.body{
	width:960px;
	border: 1px solid #cccccc;
	height: 300px;
	margin-top: 10px;
	background-image:url("imagenes/fondo_degradado.jpg");
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.pie{
	background-image:url("imagenes/pie_hosting.jpg");
	height:50px;
	margin:5px auto auto;
	width:962px
}
.detalledes{
	padding:7px;
}
.detalledes h2{
	color:#5A8F34;
	font-weight:bold;
	line-height:1em;
	margin-left:15px;
}

.detalledes h2 a{
	color:#5A8F34;
	font-size:1.3em;
	font-weight:bold;
	line-height:1em;
	text-decoration:none;
}

.detalledes h3{
color:#585858;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
margin-bottom:0.75em;
}

.detalledes p{
color:#6A6A6A;
}
left  {
float:left;
margin-right:10px;
}

.add{
	background-image: url(imagenes/fondo-hosting-dedicado.jpg);
	margin:10px auto auto;
	padding: 0px;
	height: 200px;
	width: 960px;
}
.caja{
	border:1px solid #CCCCCC;
	float:left;
	height:275px;
	margin-left:10px;
	margin-top:10px;
	width:225px;
	background-color:white;
}
#caja_links{
	background-image:url(imagenes/fondo_gris.jpg);
	border:1px solid #CCCCCC;
	clear:both;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	margin-top: 10px;
}
#caja_links .atajos{
width: 25%;
float: left;
}
#caja_links .titulo_atajos{
	font-weight: bold;
	color: #777;
}
#caja_links li{
	background:transparent url(imagenes/flecha-hosting.gif) no-repeat scroll left top;
	color:#555;
	font-size:8pt;
	font-weight:normal;
	line-height:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 5px 5px 9px;
}
.contieneatajos{
	margin:auto;
	padding:15px;
	width:85%;
}
.dire{
	margin:auto;
	color: #5b5b5b;
	width: 100%;
	text-align: center;
}
.left{
float:left;
margin-right:10px;
}
.add h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color: white;
	display:block;
	float: right;
	margin-right:30px;
	margin-top:50px;
}
.add h2{
	font-family:arial;
	font-size:20px;
	color: #C0D9D9;
	display:block;
	float: right;
	margin-right:30px;
}
.imgok{
	float:left;
	margin-left:20px;
	margin-top:15px;
}