/* CSS Document */
/*body {
	font:12px arial;
	color: #222;
	padding:35px; 
}


#imagen {
width: 400px;
height: 219px;
background-image: url(“pildora.png”) !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’imagen/pildora.png’);
}

*/
form, p, span {
	margin:0;
	padding:0; 
}

input { font:12px arial; }

a {
	color:#0000FF;
	text-decoration:none; 
}

a:hover { text-decoration:underline; 
	}

#wrapper, #loginform {
	/*margin:44px auto;*/
	padding-bottom:6px;
	background: url('../img/fondo_chat.jpg') #EBF4FB !important;
	/*width:395px;*/
	width:354px;
	height: 384px;
	/*border:2px outset;*/
}

#loginform { padding-top:18px; }

#loginform p { margin: 5px; }

#chatbox {
	text-align:left;
	margin:0 auto;
	font-size: 11px;
	margin-bottom:15px;
	margin-top: 5px;
	padding:10px;
	background:#fff;
	height:274px;
	/*width:360px;*/
	width:317px;
	border:2px inset;
	overflow:auto; 
	line-height:14px;
}

.imagen_sms{
	height:71px;
	width: 354px;	
}

#usermsg {
	/*width:300px;*/
	width:255px;
	border:1px solid #ACD8F0; 
	margin:5px 0 0 11px;
	/*float: left;*/
}

.imagen_telefono_chat{
	margin:5px 0 0 41px;
	/*height: 8%;*/
	width: 65%;
}
.imagen_enviar_chat{
		width: 100%;
		margin-bottom:5px;
}
#submit { width: 60px; }

.error { color: #ff0000; }

#menu { padding:12.5px 25px 12.5px 25px; }

.welcome { float:left; }

.logout { float:right; }

.msgln { margin:0 0 2px 0; }


#error_contenido {
	
}
 
.consul_chat ul {			
	padding: 0px;
	margin: 0px;
}

.consul_chat li {			
	list-style: none;
}
.consul_chat li.highlight {			
	background-color: #F7F7F7;	
}

div.close {
	background: url("../img/close.png") no-repeat;
	cursor:pointer;
	height:35px;
	position:absolute;
	right:-20px;
	top:-20px;
	width:35px;
	z-index: 2222222222222222;
}

.capa_emergente{
	display: none;
}
.capa_emergente_fondo{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index:1001;
	opacity: .75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

* html .capa_emergente_fondo {
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+100+"px" : body.scrollTop+100+"px");
}


.capa_emergente_dentro{
	position: fixed;
	top: 15%;
	width: 475px;
	height: 335px;
	background: #FFF;
	z-index:1002;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #8E313D;
}

* html .capa_emergente_dentro {
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+100+"px" : body.scrollTop+100+"px");
}

.capa_emergente_dentro .fondo{
	background: url('../img/capa_confirmacion/circulo_signos.jpg') no-repeat #FFF center center;
	height: 344px;
}

.boton_enviar{
	margin: 0px 0 0 10px;
	width: 55px;
	height: 17px;
	background: url("../img/capa_confirmacion/boton_enviar.jpg") no-repeat;
	cursor: pointer;
}

.boton_enviar:hover{
	background: url("../img/capa_confirmacion/boton_enviar_over.jpg") no-repeat;
}

.capa_emergente_dentro div.titulo{
	background: url('../img/capa_confirmacion/header.jpg') repeat-x;
	margin: 0px;
	font-size: 20px;
	height: 27px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	padding: 2px 0 0 20px;
}

.capa_emergente_dentro div.subtitulo{
	font-size: 10px;
	margin: 10px 0 5px 20px;
}

.capa_emergente_dentro div.texto{
	font-size: 9px;
	margin: 0 0 1px 0;
}
.capa_emergente_dentro div.bloque{
	margin: 5px 0px;
}

#confirm_contenido_cargando{
	margin: 100px 0 0 20px;
}
.select_dia{
	width: 40px;
	border: 1px solid #CCCCCC;
}
.select_mes{
	width: 100px;
	border: 1px solid #CCCCCC;
}
.select_anio{
	width: 55px;
	border: 1px solid #CCCCCC;
}
.glifo_signo_zoodiaco{
	margin: 0 20px 0 0 !important;
}
#mensajes_confirmacion_mail.mensajes{
	margin: 10px 20px;
	/*border: 1px solid #FF0000;*/
	line-height: 11px;
	/*display: none;*/
}
#confirm_mail{
	width: 200px;
	border: 1px solid #CCCCCC;
}

#confirm_mail:focus{
	border: 1px solid #8E313D;
}
