@charset "UTF-8";
/* CSS Document */

.bubbleInfo {
    position: relative;
	cursor:pointer;
}


.popup, .popup2, .popup3, .popup4, .popup10 {
  position: absolute;
	width:241px;
	height:164px;
	font-size:14px;
	line-height:1.2em;
	padding: 25px 22px 0px 24px;
	background:url(../imagenes/bubble3.png);
	color:#0074b6;
    display: none;  /* keeps the popup hidden if no JS available */
}

.btnEnviar {
	display:block;
	text-decoration:none;
	width:79px;
	height:22px;
	text-indent:-9000px;
	background:url(../imagenes/btnEnviar.png);
	background-position: 0px 0px;
}
.btnEnviar:hover {
	background-position: 0px -22px;
}

.btnDominios {
	display:block;
	text-decoration:none;
	width:20px;
	height:20px;
	text-indent:-9000px;
	margin:0px;
	padding:0px;
	background:url(../imagenes/btnDominios.png);
	background-position: 0px 0px;
}
.btnDominios:hover {
	background-position: 0px -20px;
}

.btnMasInfo {
	display:block;
	text-decoration:none;
	width:79px;
	height:22px;
	text-indent:-9000px;
	margin-top:10px;
	margin-left:145px;
	background:url(../imagenes/btnMasInfo.png);
	background-position: 0px 0px;
}
.btnMasInfo:hover {
	background-position: 0px -22px;
}

.btnMasInfo2 {
	display:block;
	text-decoration:none;
	width:79px;
	height:22px;
	text-indent:-9000px;
	margin-left:220px;
	background:url(../imagenes/btnMasInfo.png);
	background-position: 0px 0px;
}
.btnMasInfo2:hover {
	background-position: 0px -22px;
}

.btn-info-01, .btn-info-02, .btn-info-03, .btn-info-04, .btn-info-05 {
	display:block;
	text-decoration:none;
	width:0px;
	float:left;
	height:122px;
	margin: 0px;
	text-indent:-9000px;
}

.btn-info-1 {
	display:block;
	text-decoration:none;
	width:122px;
	float:left;
	height:122px;
	text-indent:-9000px;
	background:url(../imagenes/botones-info.png);
	background-position: -15px -16px;
}
.btn-info-1:hover {
	background-position: -15px -169px;
}

.btn-info-2 {
	display:block;
	text-decoration:none;
	width:122px;
	float:left;
	height:122px;
	text-indent:-9000px;
	background:url(../imagenes/botones-info.png);
	background-position: -158px -16px;
}
.btn-info-2:hover {
	background-position: -158px -169px;
}
.btn-info-3 {
	display:block;
	text-decoration:none;
	width:122px;
	float:left;
	height:122px;
	text-indent:-9000px;
	background:url(../imagenes/botones-info.png);
	background-position: -301px -16px;
}
.btn-info-3:hover {
	background-position: -301px -169px;
}
.btn-info-4 {
	display:block;
	text-decoration:none;
	width:122px;
	float:left;
	height:122px;
	text-indent:-9000px;
	background:url(../imagenes/botones-info.png);
	background-position: -443px -16px;
}
.btn-info-4:hover {
	background-position: -443px -169px;
}

.btn-info-5 {
	display:block;
	text-decoration:none;
	width:122px;
	float:left;
	height:122px;
	text-indent:-9000px;
	background:url(../imagenes/botones-info.png);
	background-position: -580px -16px;
}
.btn-info-5:hover {
	background-position: -580px -169px;
}

#dominio{
	border:0px;
	border-top:1px solid #9db4c1;
	border-bottom:1px solid #9db4c1;
	width:200px;
	height:14px;
	padding:2px;
}
#email{
	border:1px solid #d1cfcf;
	width:230px;
	height:20px;
	padding:2px;
}
#consulta{
	border:1px solid #d1cfcf;
	width:230px;
	height:50px;
	padding:2px;
}

.trigger4 {margin: 16px 0px 0px 20px;}

/* ------------ FORMULARIOS ------------------ */

span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(checkbox.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.radio {
  width: 12px;
  height: 12px;
  padding: 0px;
  background: url(../imagenes/radio.png) no-repeat;
  display:block;
}
span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(select.gif) no-repeat;
  overflow: hidden;
}
