/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	height:100%; 
	font-size:13px;
	margin:0px 0px 0px 0px;
	background-image: url(http://www.hostingilimitado.net/images/fondo.jpg);
	font-family:Arial, Helvetica, sans-serif;
		background-color:#86d90d;
		line-height:16px
	background-repeat:no-repeat;
}

html{
overflow-x:hidden; 
overflow-y:scroll; 

}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {

	width: 960px;

	border: 0px;

	padding: 0px;

	border-collapse: collapse;



	margin-left: auto; 

	margin-right: auto;

	
	
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.successbox {
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading td, tr.clientareatableheading th {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
    font-size: 12px;
	padding: 4px;
}

tr.clientareatableheading th a {
    color: #000;
}

.clientareatable td, tr.clientareatableactive td {
	background-color: #ffffff;
	text-align: center;
    padding: 2px;
}

tr.clientareatablepending td {
	background-color: #FFFFE2;
	text-align: center;
    padding: 2px;
}

tr.clientareatablesuspended td {
	background-color: #E9FFD2;
	text-align: center;
    padding: 2px;
}

tr.clientareatableterminated td {
	background-color: #FFE1E1;
	text-align: center;
    padding: 2px;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   KNOWLEDGEBASE
-------------------------------------------------------------- */

.kbarticle {
    padding: 2px 5px 5px 15px;
}

.kbviews {
    color:#A8A8A8;
    font-size:10px;
}

.kbalsoread {
    padding: 5px 5px 5px 15px;
    background-color: #f8f8f8;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   BUTTONS
-------------------------------------------------------------- */

input.button,input.buttongo,input.buttonwarn {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px;
}
input.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
input.buttongo:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
input.buttonwarn:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/* --------------------------------------------------------------
   TWITTER FEED
-------------------------------------------------------------- */

#twitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 20px 0;
}
#twitterfeed li {
    background-image: url(../../images/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px;
}
#twitterfeed p {
    text-align: center;
    margin: 15px;
}

#announcementstwitter {
    float: right;
    width: 250px;
    margin: 0 0 20px 10px;
    padding: 10px 0 10px 0;
    border: 1px dashed #f5e303;
    background-color: #ffffec;
}
#announcementstwitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}
#announcementstwitterfeed li {
    padding: 10px;
    border-top: 1px dashed #f5e303;
}
#announcementstwitterfeed p {
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    border-top: 1px dashed #f5e303;
}



.textoComunGris	{	font-family:Arial, Helvetica, sans-serif;
		color:#a1a1a1;
		vertical-align:top;
		padding:0px;
		font-size:12px;
	}
	
.textoLogin{	
		font-family:Arial, Helvetica, sans-serif;
		color:#a1a1a1;
		vertical-align:top;
		padding:0px;
		text-align:left;
		font-size:11px;
	}
	

.inputx{
   background:#f5f5f5;
   border:1px solid #dadada;
   font-size:10px;
   width:78px; height:11px;
   vertical-align:top;
 
}

.link  { width:220px; font-weight:bold; margin:0px; text-align:right}

b{color:#232323; font-size:12px; }
a{color:#fc7a00; text-decoration:none; font-size:12px;} 
a:hover{text-decoration:underline; font-size:12px;}
a img{ border:0px}

a.linkFooter{color:#333333; text-decoration:underline; font-size:12px; font-weight:bold} 
a.linkFooter:hover{color:#FFFF33;text-decoration:none;  }

h1{ margin:0px 0px 10px 0px; padding:0px; color:#FF6600; font-size:15px; font-weight:bold; }
h1 a {  text-decoration:underline; margin:0px 0px 10px 0px; padding:0px; color:#FF6600; font-size:15px; font-weight:bold; }
h1 a:hover{  text-decoration:none; margin:0px 0px 10px 0px; padding:0px; color:#FC7A00; font-size:15px; font-weight:bold; }


a.linkGris{color:#666666; font-weight:bold} 
a.linkGris:hover{color:#ff6600;text-decoration:none;  }
/* ------------------------------------------------------ */
.header{

	width:960px;
	margin-left: auto ;
	margin-right: auto ;
}

.header .submenu{

	background-repeat:no-repeat;
	padding:120px 5px 8px 5px;
	text-align:right;
}

.header .submenu a{

background-repeat:no-repeat;
padding-left:20px;
color:#FFFFFF;
margin-left:12px;
}

.header .submenu a:hover{
color:#FFFF33;
}

.header .menu{
}
/* ------------------------------------------------------ */

.input{
   background:#f5f5f5;
   border:1px solid #dadada;
   font-size:10px;
   width:80px; height:15px;
}
.textarea{
   background:#f5f5f5;
   border:1px solid #dadada;
   margin-bottom:12px;
   width:205px; height:132px;
   overflow:auto}

.input2{
	font-family:Arial, Helvetica, sans-serif;
   background:#f5f5f5;
   border:1px solid #dadada;
   font-size:12px;
   width:190px; 
   height:218x;
   padding:2px 4px 0px 4px;

}
.select2{
font-family:Arial, Helvetica, sans-serif;
   background:#f5f5f5;
   border:1px solid #dadada;
   font-size:12px;
   width:190px; 
   height:18px;
   padding:1px 0px 0px 4px;

}
.textarea2{
	font-size:12px;
   background:#f5f5f5;
   border:1px solid #dadada;
   width:225px; height:120px;
   overflow:auto;
   padding:2px 2px 2px 4px;
}

/* ------------------------------------------------------ */
.mainHI {
width:960px; margin-left:auto ;margin-right:auto; 

}
.mainHI .contentHI{
	padding:10px; 
	margin:0px;
	background-color:#FFFFFF; 
	color:#333333;
	vertical-align:top;
	font-size:12px;
	line-height:16px;

}

.mainHI .contentHI strong{
	font-size:11px;
	color:#333333;
}
.spacerHI{
	height:10px; padding:0px; margin:0px; font-size:2px; background-color:inherit;
}

.mainHI .contentHI .simpleBoxHI
{
	background:none; padding:10px;	
}

.mainHI .contentHI .simpleBoxHI ul
{
	font-weight:bold;
	margin:5px 5px 5px 20px;
	padding:0px;
}

.mainHI .contentHI .simpleBoxHI .renglon{
	height:20px; width:350px;
	background:url(images/decoracion.linea.punteada.gif); background-position:bottom; background-repeat:repeat-x; padding:4px 0 3px 0px 
}
.clearer {clear: both;  line-height: 0; height: 0;}

 .naranja{
 color:#ff6600;
 }
 
.ulEspaciado ul li{
padding:8px 0px 4px 0px;
font-weight:normal; font-size:11px;
background:url(images/decoracion.linea.punteada.gif); background-repeat:repeat-x; background-position:bottom;

}


.grisConBorde {
	padding: 8px;
	background: url(images/dt_td_back.jpg) bottom left repeat-x;
	border: 1px solid #CCC;
	vertical-align: top;
}

	
 .transpDiv{
	position:absolute; 
		overflow:hidden; 
}


 .transpDivBackground{ z-index:20; position:absolute; top:0px; bottom:0px; left:0px; right:0px; opacity: 0.7; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); overflow:hidden;} 
/*.transpDivBackground{ z-index:20; position:absolute; top:0px; bottom:0px; left:0px; right:0px; background-color:#3c9e0d; overflow:hidden;} */
 .transpDivContent{
	position:absolute;top:0; bottom:0; left:0; right:0; font-weight:bold;  z-index:30;  overflow:hidden; 
}