/* CSS Document */
#page_breadcrumb{
  width:100%;
  margin-top:5px;
}
#page_submenu{
  float:left;
  width:237px;
}
#interior_content{
  float:left;
  width:740px;
}
#two_cols{
  float:left;
  margin-top:20px;
}
#two_cols_left{
  float:left;
  width:450px;
}
#two_cols_right{
  float:left;
  width:290px;
  text-align:right;
}
.div_siguiente{
  width:428px;
  padding:10px;
  margin-top:5px;
  border:dotted 0.3mm #ce110d;
}

/* Submenu Styles */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 210px;
}
ul.menu a {
  display: block;
  text-decoration: none;	
}
ul.menu li {
  margin-top: 1px;
}
ul.menu li a {
  background: #ce110d;
  color: #fff;	
  padding: 10px;
}
ul.menu li a:hover {
  background: #ce110d;
}
ul.menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 20px;
  border: 1px #fff solid;
}
ul.menu li ul li a:hover {
  background: #fff;
  border: 1px #ce110d solid;
  padding-left: 20px;
}
.submenu_selected{
  background: #ccc;
  border: 1px #999 solid;
  border-left: 8px #999 solid;
  padding-left: 13px;
  padding-top:10px;
  padding-bottom:10px;
}
.submenu_selected:hover{
  background: #ccc;
  border: 1px #999 solid;
  border-left: 8px #999 solid;
  padding-left: 13px;
  padding-top:10px;
  padding-bottom:10px;
}
/* End Submenu Styles */

#login_form{
  float:left;
  width:250px;
  height:199px;
  border:dotted 0.3mm #ce110d;
  padding:8px;
  margin-right:20px;
}
#join_form{
  float:left;
  width:450px;
}
.join_block{
  float:left;
  width:450px;
  margin-top:8px;
}
#newsletter_form{
  float:left; 
  width:700px;
  margin-top:15px;
}
.noticias_block{
  float:left;
  padding-top:12px;
  margin-top:10px;
  height:120px;
  width:100%;
  border-top:dotted 0.3mm #cccccc;
}
.testimonios_block{
  width: 730px;
  float:left;
  margin-bottom:10px;
}

.noticias_first_block{
  float:left;
  margin-bottom:10px;
  width:450px;
}
.noticias_block_img{
  float:left;
  width:102px;
  margin-right:8px;
}
.noticias_block_text{
  float:left;
  width:340px;
}
.noticias_block_link{
  float:right;
}