﻿body 
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 10pt;
    color: Black;
}

.textoVentana 
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 9pt;
    color: Black;
}
.textoVentanaPeq
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 7pt;
    color: Black;
}

.ventana 
{
   width: 970px;
   padding: 10px 10px 10px 10px;
}

.ventanaAbrir 
{
  width:455px;
  float: left;
  text-align: left;
}

.ventanaCerrar 
{
  width:455px;
  float: right;
  text-align: right;
}

.abrir 
{
    text-decoration: underline;
    color: blue;
}

.cerrar 
{
    text-decoration: underline;
    color: blue;
}
.contenido 
{
    margin: 20px 20px 20px 20px;
    width: 890px;
	background-color: #ffffff;
	padding: 20px;
}
.lineaDivisora 
{
    border-color: #666666;
    border-width:1px;
    border-style: solid;
    height: 240px;
    margin: 0 7px 0 7px; 
    float: left;
    padding: 0;
    background-color: Yellow;
}
.limpiar 
{
    clear: both;
}

.camposDobles {
  width:557px;
  padding: 5px 0px 5px 0px;
  font-family: Arial;
  font-size: 10pt;
  color: Black;
}

.espacio {
  padding: 5px 0px 5px 0px;
}

.camposBoton {
  width:557px;
  text-align: center;
}
.camposSimples {
  width:278px;
  float: left;
}
.camposSimplesDer {
  width:268px;
  float: left;
  padding-left: 10px;
}
.camposSimplesVentana {
  width:260px;
  float: left;
  padding-right: 10px;
}
.camposSimplesDerVentana {
  width:260px;
  float: right;
  padding-left: 10px;
}
.textbox {
  width:550px;
}
.textboxLlamadaGrande {
  width:530px;
}
.boton {
  width:40px;
  padding: 0 5px 0 5px;
}
.textboxDoble {
  width:550px;
  height: 50px;
}
.textboxPeq {
  width:260px;
}

.textboxPeqLlamada {
  width:308px;
}

.textboxMedLlamada {
  width:480px;
}

#popupContenidoContacto{
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    width: 603px;
    float: left;
    margin-top: 0px;
    height: 493px;
    padding:0px;    
    display:none;
    z-index:25000;
}

.headerVentana{
    width: 603px;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 83px;
    background-image: url('../images/centroContacto/cuadro-superior.png');
}

.contenedorTItulo
{
    height: 43;
    margin: 10px 10px 10px 10px;
 }
 
 .tituloMarcoIz
{
    height: 43;
    float: left;
 }
 
  .tituloMarcoDer
{
    height: 43;
    float: right;
}

.popupCloseContacto{
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#6fa5fd;
    font-weight:700;
    display:block;
    cursor: pointer;
}

#contenedorC{
    width: 563px;
    float: left;
    background-image: url('../images/centroContacto/cuadro-medio.png');
    font-size:13px;
    padding: 10px 20px 10px 20px;
}

#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}

.titulo
{
    font-size: 18px;
    font-family: 'Arial';
    color: #666666;
    height: 23px;
    padding: 10px 0px 10px 10px;
    float: left;
}

#tituloVentanaContacto
{
    float: left;
    background-image: url('../images/centroContacto/marco.png');
}
.imgTituloVentanaContacto
{
    float: left;
}
.tituloInterno
{
    font-size: 18px;
    font-family: 'Verdana';
    color: #000000;
    font-variant: small-caps;
    font-weight: lighter;
}
 .scroll
{
    height: 330px;
    width: 540px;
    overflow: auto;
    padding: 8px;
}
.sistemaChat
{
    color: #32CD32;
}
.invitadoChat
{
    color: #800000;
}
.agenteChat
{
    color: #0000FF;
}
.clienteChat
{
    color: #000000;
}
.titulChat
{
    color: #C0C0C0;
}