@charset "utf-8";

    body {
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
    }


    .oneColElsCtrHdr #container {
	width: 81.6em;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #FFFFFF;
    }
.oneColElsCtrHdr #logo {
	height: 60px;
	background-color: #FFFFFF;
	width: 81.6em;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(images/back_logo.png);
	background-repeat:    repeat-x;
	background-position: left center;
	vertical-align: middle;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.oneColElsCtrHdr #logo p {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	list-style-image: url(images/icon_top.gif);
	margin-top: 20px;
	margin-right: 20px;
}


    .oneColElsCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/header_ultimate.jpg);
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 245px;
	background-repeat:  repeat-x;
	background-position: center;
	text-align: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-color: #000000;
    }
.oneColElsCtrHdr #menu {
	padding: 0px;
	text-align: center;
}
.oneColElsCtrHdr #sitemap {
	background-color: #333333;

	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	padding: 3px;
}


    .oneColElsCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
    }
	.oneColElsCtrHdr #mainContent ul li {
	padding: 0px;
	}



    .oneColElsCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/bg_footer_2.gif);
	background-repeat:   repeat-x;
	background-position: left top;
	height: 111px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	bottom: 0px;
	text-align: right;
    }
    .oneColElsCtrHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	margin-right: 25px;
    }

    .oneColElsCtrHdr #partner {
	padding-right: 0px;
	padding-left: 10px;
	/*text-align: right;*/
    }

#logo a {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
#logo a:hover {
	text-decoration: underline;
	list-style-image: url(images/icon_top.gif);
	font-weight: bold;
}
#logo form {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #F7F7F7;
	text-align: center;
	width: 355px;
	padding: 10px;
}

#logo form input {
	background-color: #666666;
	width: 110px;
	color: #FFFFFF;
	text-align: center;
}



#menu {
	left:0px;
	height:32px;
	background-image: url(images/menu_bg_white1.png);
	text-align:center;
	width: 100%;
}
#menu ul {
	display:inline;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu  ul  li {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu  ul  li  a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	display: block;
	width: 89px;
	height: 22px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#menu ul li a:active {
	color: #0099CC;
	text-decoration: underline;
	background-color: #000000;
}

#menu  ul  li  a:hover {
	text-decoration: underline;
}


#logo ul {
	display:inline;
	list-style-type: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#logo  ul  li {
	float: right;
	margin-top: 15px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/icon_top.gif);
}
#logo  ul  li  a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666666;
	display: block;
	width: 77px;
	height: 21px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#logo  ul  li  a:hover {
	text-decoration: underline;
}
#sitemap a {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FFCC00;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 8px;
}

#footer  ul  li  {
	display: inline;
	padding-left: 10px;
}

#footer a {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* Classes con propiedades especificas para divs */

.sml {
	color: #FFFFFF;
}

.tlist {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Fin classes con propiedades especificas para divs */

/* Propiedades vps */

.packagestable
{
	border:0px solid #EEEEEE;
	margin: 0px;
	width:100%;
}
.packagestable th
{
	font-size: 10px;
	font-family: Tahoma, Arial;
	font-weight:bold;
	color: #FFFFFF;
	background: #669900;
	text-align:center;
	padding:6px 6px 6px 6px;
	white-space:nowrap;
}
.packagestable1 th
{
	font-size: 10px;
	font-family: Tahoma, Arial;
	font-weight:bold;
	color: #FFFFFF;
	background: #669900;
	text-align:center;
	padding:6px 6px 6px 6px;
	white-space:nowrap;
}

.packagestable td
{

	text-align:center;
	width:100px;
	border-bottom: 1px solid #CCCCCC;
	font-size:13px;
	color: #000000;

}
.packagestable td.firsttd
{
	color: #182633;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
	white-space:nowrap;
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
	width:140px !important;
}

.packagestable td.nbl
{
	text-align:center;
	width:100px;
	border-bottom: 0px solid #CCCCCC;
	font-size:13px;
	color: #000000;
}

.packagestable td.check div
{

	height : 10px;
	background-image : url(images/check-yes.gif);
	background-position : center 0%;
	background-repeat : no-repeat;
}

.packagestable td.check1 div
{
	width: 100px;
	height : 10px;
	background-image : url(images/check-no.gif);
	background-position : center 0%;
	background-repeat : no-repeat;
}

.oneColElsCtrHdr #vpsizq
{
width: 55%;
float: left;
}

.oneColElsCtrHdr #vpslin
{
border-left: 1px solid rgb(204, 204, 204);
height: 110px;
float: left;
margin-top: 8px;
width: 4%;
}

.oneColElsCtrHdr #vpsdere
{
width: 39%;
float: left;
}

/* Fin Propiedades vps */