.div_dividendo{
margin-bottom: -3px;
}
.MostraEn_Titulo{
	color: #077CC2;
	font-size: 11px;
	-moz-border-radius:5px;
}
.desc_presentacion{
	margin-left: 10px;
}

.resutDiponibles{
	overflow:scroll;
	overflow-x: hidden;
	height:270px;
}

.cuadro221 {
	background:#FFFFFF;
	color:#000000;
	decoration:bold;
	margin-bottom:0em;
	border:1px solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	width: auto;
}
/************************************************************************* "Tooltip" **********************************************************************************/
#tooltip{
	position:absolute;
	background-image: url(../img/globo2.gif);
	width: 220px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
}
/******************************************************************** "Pestaņa del Buscador" **************************************************************************/
a:focus {
	outline: none;
}
#panelBuscadorPeroyecto {
	display: none;
}
.flechaBotonSlider{
	margin: 0;
	padding: 0;
	background: url(../img/pest_buscar.gif) no-repeat center top;
	width: 355px;
}
.imgBotonBuscaProyecto {
	background: url(../img/white-arrow.gif) no-repeat left -50px;
	text-align: center;
	width: 355px;
	height: 15px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active{
	background-position: left 12px;
}
/**********************************************************************************************************************************************************************/
/******************************************************************** "Ver Resultado Proyecto" ************************************************************************/
a:focus {
	outline: none;
}
#panelResultadoInmueble {
	display: none;
}

/**********************************************************************************************************************************************************************/
/******************************************************************** "Jcarousel-Container" ***************************************************************************/
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {

    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 50px;
    height: 50px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
/**********************************************************************************************************************************************************************/
.cuadro1{
background: url(../img/cuadro1.jpg) no-repeat;
height: 99px;
width: 438px;
}
.cuadro2{
background: url(../img/cuadro2.jpg) no-repeat;
height: 162px;
width: 437px;
}
.textCuadro1{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.textPieBCalcular{
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
/**********************************************************************************************************************************************************************/
.tb_Informacion{
width: 908px;
height:508px;
background: url(img/informacion.jpg) no-repeat; 
}
.tb_Informacion1{
width: 908px;
height:508px;
background: url(img/contacto.jpg) no-repeat; 
}
.tb_Informacion2{
width: 908px;
height:508px;
background: url(img/materialesConstruccion.jpg) no-repeat; 
}
.tb_Informacion3{
width: 908px;
height:508px;
background: url(img/equipamiento.jpg) no-repeat; 
}
.tb_Informacion4{
width: 908px;
height:508px;
background: url(img/preguntasFrecuentes.jpg) no-repeat; 
}

#titulo1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
#titulo3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #333333;
}
#texto1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

#textImputContacto{
	-moz-border-radius: 3px;
	border: solid 0.5px #0033FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

#divContacto{

border: solid 0.5px #0033FF;
width: 400px;
}

#textImputMensaje{
	-moz-border-radius: 3px;
	border: solid 0.5px #0033FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	height: 100px;
	width:200px;
}
.numeroResultado{
	color:#2186BE;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.cajaTexto {
	color: #000099;
	display:block;
	background-color:#FFFFFF;
	-moz-border-radius: 5px; /*Mozilla*/
	-webkit-border-radius: 5px; /*Safari*/
	border-radius: 5px;
	border: solid #0000FF 1px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
/* ie */
.cajaTexto  {
	behavior:url(border-radius.htc);
	/background-color:#FFFFFF;
	/*/background-color:transparent;*/
	}

.cajaMensaje {
	color: #000099;
	display:block;
	background-color:#FFFFFF;
	-moz-border-radius: 5px; /*Mozilla*/
	-webkit-border-radius: 5px; /*Safari*/
	border-radius: 5px;
	border: solid #0000FF 1px;
	height: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
/* ie */
.cajaMensaje {
	behavior:url(border-radius.htc);
	/background-color:#FFFFFF;
	/*/background-color:transparent;*/
	}

.titulo2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#0000CC;
font-weight: bold;
}
/************************************************************************* Barra Calculadora **************************************************************************/
 .layout { font-family: Georgia, serif; }
	 .layout-slider {margin-bottom: 2px; width: 200px; margin-left: 4px; margin-right: 4px; }
	 .layout-slider-settings { font-size: 12px;  }
	 .tituloX1 {
	font-weight: bold;
	color: #03C;
	font-size: 11px;
}
.BCTitulo{
	font-weight: bold;
	color: #077CC2;
	font-size: 11px;
}

.BCTexto{
	color: #333333;
	font-size: 11px;
	height: 22px;
}
.BCTexto2{
	color: #077CC2;
	font-size: 11px;
	height: 22px;
	text-decoration:underline;
}
.BCTexto3{
	color: #333333;
	font-size: 11px;
}


.tituloX2 {
	color: #03C;
	font-size: 11px;
	height: 22px;
}
.tituloX2X{
    text-decoration:underline;
	font-weight: bold;
	color: #03C;
	font-size: 11px;
}
.textoX1 {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}
.cajaText1{
width: 30px;
background-color: #FFFFFF;
border: 1px #3399CC solid;
text-align: center;
}
.cajaText2{
width: 40px;
background-color: #FFFFFF;
border: 1px #3399CC solid;
text-align: center;
}
