﻿
/*---------- bubble tooltip -----------*/
.ts{
    position:absolute;
    top:0px;
    left:0px;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
    width:300px;
	height:199px;
	overflow:visible;
	background: url('../img/nube2.gif') no-repeat 50% top;
	display: none;
}
.ts span{  display: none;}


/*---------- bubble tooltip -----------*/
.tsie{
    position:absolute;
    top:0px;
    left:0px;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
    width:300px;
	height:199px;
	overflow:visible;
	background: url(../img/nube300.gif) no-repeat top;
	display: none;
}
.tsie span{  display: none;}

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tm
{
	position:absolute;
    top:0px;
    left:0px;
	z-index:25; color: #aaaaff; 
	/*background:;*/
	width:300px;
	height:199px;
	overflow:visible;
	background: url('../img/nube2.gif') no-repeat 50% top;
	/*background: url(../img/nube300.gif) no-repeat top;
	*background: url(../img/nube300.gif) no-repeat top;/*hack solo para Ie6, Ie7 e Ie8*/
	display: block;
}
.tm span{ display: block; }
/*.tm span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:160px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
    z-index:30;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
*/
.tmie
{
	position:absolute;
    top:0px;
    left:0px;
	z-index:25; color: #aaaaff; 
	/*background:;*/
	width:300px;
	height:199px;
	overflow:visible;
	background: url(../img/nube300.gif) no-repeat top;
	/*background: url(../img/nube300.gif) no-repeat top;
	*background: url(../img/nube300.gif) no-repeat top;/*hack solo para Ie6, Ie7 e Ie8*/
	display: block;
}
.tmie span{ display: block; }
/*.tm span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:160px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
    z-index:30;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
.tm span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bto_orienta_on2.gif) no-repeat top;
    z-index:30;
}
.tm span.middle{ /* different middle bg for stretch *//*
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
	z-index:30;
}
.tm span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bto_orienta_on2.gif) no-repeat bottom;
    z-index:30;
}*/
body
{
	background-color:#204080;
	
}

a
{
	color: #FFFF00;
}


.Capa_mensaje
{
	font-size: xx-large;
	color: #FF9900;
	text-align: center;
	font-weight: bold;
}
/*.miCapa
{
	background-color: #00FF00;
}
*//*#MiID_capa
{
	background-color: Orange ;
}*/
.CapaSeg
{
	font-size:xx-large;
	color:#FF9900;
	font-weight:bold;
	text-align :center;
	}

.CapaIns
{
	font-size :large ;
	color:#FF9900;
	text-align :center;
}
.CapaCabeceras
{
	color:black ; 
	background-color:#6080c0;
	Font-weight:bold;
	text-align :center;
}
.CapaInterior
{
	color:White ;
	font-weight:100 ;
	text-align:center;
}

.CapaChat
{
	color:#FF9900;
	background-color:#204080;
	height:352px;
		width:280px;
	 	text-align: center;
	/*	background:transparent url(../img/bg_col_ayuda.png) no-repeat left top;*/
}
.fondobotonenviar
{
	background-image:url('../img/enviar02.gif');
}
.labelusuarios
{
	color:#FF9900;
	font-size:xx-large;
	text-align:center;
}

div.cuadro_chat{
		height:306px;
		overflow:auto;
		padding:2px 2px 2px 2px;
		background:#CCCCCC;
		color:#204080;
		width:210px;
		font-size:10px;
		 margin-left: auto;
		 margin-right: auto;
		 text-align:left ;
		}
		
div.cuadro_chat textarea{width:100%; height:180px}
		
div.cuadro_chat p{margin-bottom:6px;}
		
div.cuadro_chat p.self{color:#2d2d2d;}

div.cuadro_chat p.resp{color:#a1a19f;}
div.blocwrite{
	width:220px;
	height:44px;
	position:relative; 
	bottom:0;
	 margin-left: auto;
		 margin-right: auto;
	}
	
div.blocwrite textarea
{
	float:left;
		height:34px;
		margin: 4px 0px 2px 0px;
		border:3px solid #cccccc;
		background-color:#f3f2ef;}
