@CHARSET "ISO-8859-1";
/*----------------------- datos ------------------------*/
.contenidoAlertas{
	border-top:2px solid #808080;
	clear:both;
}

div#datosAlertas {
	background:none repeat scroll 0 0 #F2F2F2;
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	height:110px;	
	padding:5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:33px;
	width:383px;
}

div#datosAlertas p {
	margin:0;
	padding:0;
	text-align:center;
}

div#datosAlertas span {
	background:url("http://imagenes.globaliza.com/www/es/img/buscador/detalleV77/iconos.png") no-repeat scroll 40px 0 transparent;
	background-position: 28px -15px;
	display:block;
	margin:6px 0;
	text-align:center;
}

div#datosAlertas label {
	margin-left:22px;
}

div#datosAlertas input.email {
	border:1px solid #999999;
	float:left;
	height:23px;
	margin-left:22px;
	margin-top:1px;
	width:261px;
}

div#datosAlertas input.boton-enviar {
	/*background:url("http://imagenes.globaliza.com/www/es/img/comun/fd-boton-enviar.jpg") repeat scroll 0 0 transparent;
	border:medium none;*/
	height:29px;
	width:65px;
	padding-bottom:3px;
	cursor: pointer;
}

