﻿#TablaContenedorPanel
{
	height: 300px;
	width: 188px;
	background-image: url(../Imagenes/menu-DOMINIOS.png);
	background-repeat:no-repeat;
	padding-top: 10px;
}

#ContenedorEnlacesPanel, #ContenedorOtrosEnlacesPanel
{
	font-family: Verdana, Arial Narrow, Arial;
	font-size: 15px;
	text-align:left;
}

#ContenedorEnlacesPanel .Titulo
{
	font-family: Verdana, Arial Narrow, Arial;
	font-size: 15px;
	text-align:left;
	color:#006F25;
	padding-bottom:10px;
}

#ContenedorEnlacesPanel .EnlaceSeleccionado
{
    font-weight:bold;
    color:White;
}

.Subrayado
{
	text-decoration: underline;
}

#ContenedorEnlacesPanel .EnlaceNoSeleccionado
{
}

#ContenedorOtrosEnlacesPanel .EnlaceSeleccionado
{
    font-weight:bold;
    color:White;
}

#ContenedorOtrosEnlacesPanel .EnlaceNoSeleccionado
{
}

#ContenedorOtrosEnlacesPanel
{
	padding-top: 30px;
}

#ContenedorOtrosEnlacesPanel .Titulo
{
	font-family: Verdana, Arial Narrow, Arial;
	font-size: 15px;
	text-align:left;
	color:#006F25;
	padding-bottom:10px;
}

#ContenedorEnlacesPanel ul, #ContenedorOtrosEnlacesPanel ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
	padding-left:10px;
}

#ContenedorEnlacesPanel a, #ContenedorOtrosEnlacesPanel a
{
	color:#68676B;
	text-decoration: none;
}

#ContenedorEnlacesPanel a:hover, #ContenedorOtrosEnlacesPanel a:hover
{
	
}

#ContenedorInformacionPanelClientes
{
	text-align:left;
	width:587px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:top;
	padding-right:15px;
}

#ContenedorTextosDeAyuda
{
	text-align:left;
	width:188px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:top;
}
#ContenedorMenuPanel
{
	text-align:left;
	width:200px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:top;
}

#ContenedorInformacionPanelClientes .TextoTitulo
{
	font-family:Verdana;
	font-size: 18px;
	color:#779E00;
	background-image:url(../Imagenes/hosting-LINEA-SUPERIOR.png);
	background-repeat:repeat-x;
	padding-top:30px;
	padding-bottom:10px;
}

#ContenedorInformacionPanelClientes .TextoTitulo2
{
	font-family:Verdana;
	font-size: 18px;
	color:#779E00;
	padding-top:15px;
	padding-bottom:10px;
}
#ContenedorInformacionPanelClientes .TextoTitulo3
{
	font-family:Verdana;
	font-size: 14px;
	color:#779E00;
	padding-top:15px;
	padding-bottom:10px;
}
#ContenedorInformacionPanelClientes .TextoGris
{
	font-family:Verdana;
	font-size: 12px;
	color:Gray;
	
}

.TransparentGrayBackground 
{
	top: 0;
	left: 0;
	position:fixed;
	background-color:Gray;
	
	filter:alpha(opacity=90);
	opacity:0.9;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

.CapaCentradaCarga
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 15px;
	
	filter:alpha(opacity=100);
	opacity:1;
	
	color: #FFFFFF;
	position: fixed;
	left:35%;
	top:40%;
	background-color: #56A5EC;	
	width: 450px;
	height: 35px;
} 

.TextoOperacion
{
	font-size:13px;
	font-weight: normal;
	font-style: normal;
}