/* GLOBAL */body {	background-color: #ffffff;}object:focus {   outline: none;}form {	margin: 0px;}

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

a {	color: #222222;}a:hover {	text-decoration: none;}.contenedor {	width: 960px;	border: 0px;	padding: 0px;	border-collapse: collapse;	background-color: #ffffff;	margin-left: auto;	margin-right: auto;}/* MENU */div#menu_superior {	float:right;	width:auto;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	margin-top:70px;}#menu_superior ul {	padding-right: 10px;	text-align: right;    margin: 0px 0px 0px 0px;}#menu_superior li {   	display: inline; /* Menu links are horizontally aligned using display: inline */}#menu_superior li a {   	padding: 3px 3px 3px 3px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */   	color: #666;   	text-decoration: none;   	font-weight: bold;}#menu_superior li a:hover {	padding: 3px 3px 3px 3px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */   	color: #000;   	text-decoration: none;   	font-weight: bold;}#menu_superior li a:active {	padding: 3px 3px 3px 3px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */   	color: #000;   	text-decoration: none;   	font-weight: bold;}/* FIN ESTILOS MENU */

/* --------------------------------------------------------------
   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: 0px;
	padding: 0px;
}

.fieldarea {
	background-color: #eeeeee;padding-right: 5px;
	text-align: right;	font-weight:bold;
}

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

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

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

/* --------------------------------------------------------------
   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;
}

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

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}
/*CABECERA*/
#cabecera{
	float:left;
	height:100px;
	width:100%;
	background-color:#F7FFFF;
	background-image:url('images/fondo_cabecera.png');
	background-repeat:repeat-x;
}
#logo_cabecera{
	float:left;
}
#logo_cabecera img{
	border:0px;
	margin:4px;
}
#links_cabecera{
	font-size:11px;
	float:right;
	margin-top:35px;
}
#links_cabecera ul{
	width:100%;
	list-style: none;
	margin:auto;
	padding: 0;
	text-align:center;
	float:left;
}
#links_cabecera li{
	float: left;
	margin-left:4px;
}
#links_cabecera a{

	text-decoration:none
}
#links_cabecera img{
	border:0px;
}
#menu_cabecera{
	float:right;
	width:480px;
	height:40px;
	margin-top:7px;
	margin-right:5px;
	clear:right;
}

/*LINKS*/

#links {
	width:100%;
}
#links ul{
	width:100%;
	list-style: none;
	margin:auto;
	padding: 0;
	text-align:center;
	float:left;
}
#links li{
	float: left;
	padding:3px;
}
#links a{
	color:#cccccc;
}
/*ARTICULOS FAQ*/
div.texto_articulo p{
	text-align:justify;
}

