/* CSS Document */
#column_left{
  float:left;
  width:243px;
}
#column_right{
  float:left;
  width:732px;
}
#two_cols{
  float:left;
  width:100%;
}
#two_cols_left{
  float:left;
  width:365px;
  border-right:dotted 0.3mm #ce110d;
}
#two_cols_right{
  float:left;
  padding-left:15px;
  width:350px;
}
#div_testimonios{
  width:350px;
  height:150px;
  margin-bottom:10px;
}
#testimonios_title{
  height:30px;
}
#testimonios_img{
  float:left;
  width:102px;
  margin-right:8px;
}
#testimonios_text{
  float:left;
  width:240px;
}
#testimonios_video{
  float:right;
  width:115px;
  height:21px;
  background-image:url(../images/video.jpg);
  background-position:left;
  background-repeat:no-repeat;
  margin-top:8px;
  padding-top:5px;
  padding-left:30px;
}
#div_resultados{
  width:350px;
  height:164px;
}
#resultados_title{
  height:30px;
}
#resultados_img{
  float:left;
  width:102px;
  margin-right:8px;
}
#resultados_text{
  float:left;
  width:240px;
}
#resultados_link{
  float:left;
  margin-top:8px;
}
#div_noticias{
  width:350px;
  height:320px;
}
#noticias_title{
  height:30px;
}
.noticias_block{
  float:left;
  margin-bottom:10px;
}

.testimonios_block{
  width: 100%;
  float:left;
  margin-bottom:10px;
}

.noticias_block_img{
  float:left;
  width:102px;
  margin-right:8px;
}
.noticias_block_text{
  float:left;
  width:240px;
}
.noticias_block_link{
  float:right;
}
.block{
  width:211px;
  height:177px;
  margin-bottom:20px;
  cursor:pointer;
  border:solid 0.3mm #ce110d;
}
.block div{
  width:207px;
  height:47px;
  padding-left:4px;
  padding-top:2px;
  background-color:#ce110d;
  background-image:url(../images/arrow.jpg);
  background-position:right bottom;
  background-repeat:no-repeat;
  color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
.block:hover{
  width:211px;
  height:177px;
  margin-bottom:20px;
  cursor:pointer;
  border:solid 0.3mm #333333;
}
.block:hover div{
  width:207px;
  height:47px;
  padding-left:4px;
  padding-top:2px;
  background-color:#333333;
  background-image:url(../images/arrows.jpg);
  background-position:right bottom;
  background-repeat:no-repeat;
  color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
.block_login{
  width:211px;
  height:185px;
  margin-bottom:20px;
  border:solid 0.3mm #ce110d;
}
#block_login_title{
  width:207px;
  height:47px;
  padding-left:4px;
  padding-top:2px;
  background-color:#ce110d;
  color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
#block_login_form{
  padding-left:8px;
  padding-top:10px;
}
.banner1{
  display:none;
  width:732px;
  height:193px;
  border:solid 0.3mm #ce110d;
}
.banner1 img{
  position:absolute;
  margin-left:0px;
  z-index:-2;
}
.banner2{
  display:none;
  width:732px;
  height:193px;
  border:solid 0.3mm #ce110d;
}
.banner2 img{
  position:absolute;
  margin-left:0px;
  z-index:-2;
}
.banner_left{
  position:absolute;
  width:86px;
  height:83px;
  border-left:solid 23px #ce110d;
  border-top:solid 23px #ce110d;
  z-index:-1;
}
.banner_right{
  position:absolute;
  margin-left:623px;
  margin-top:87px;
  width:86px;
  height:83px;
  border-right:solid 23px #ce110d;
  border-bottom:solid 23px #ce110d;
  z-index:-1;
}
.tool_tip_image{
  float:left;
  width:84px;
}
.tool_tip_data{
  float:left;
  width:240px;
}