/* Revinicio.css */
/* Pagina principal */

#body{
  width:990px;
  margin: 0 auto;
}

/* */
/* Banner de transiciones */
/* */

#banner_inicio{
  margin: 0 auto;
  padding: 5px;
  width:960px;
  position:relative;
}
#navi{
  left: 800px;
  position: absolute;
  top: 245px;
  z-index: 100;
}
#navi a{
  padding:0;
  color:#FFF;
  background-color: #4257a6;
  color: #FFFFFF;
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  margin: 2px 0 2px 2px;
  text-align: center;
  line-height:25px;
}
#navi a.activeSlide{
  background-color:#2A3A91;
}
#navi a:hover{
  background-color:#103090;
}

/* */

#main_wrapper{
  margin:0;
  padding:0;
  width:726px;
  float: left;
}

#main_top_header{
  height:35px;
  background: url('../images/main-top.png') top left no-repeat;
}

#main{
  margin: 0;
  padding:0;
  margin-left:12px; 
  width:700px;
  background-color:#FFF;
}

/* columnas contenido: clase container*/

.column{
  margin:0;
  padding:0;
  float:left;
  width:260px;
  min-height:200px !important;
  font-size:12px;
  line-height:15px;
}

#column_1, #column_2{
  /*width:250px;
  height:200px;*/
}
#column_1{
   width:428px;
}

.column_item h1, #nuevo h1, #nuevo h1 a:visited, #certificaciones h1{
  font-family:SwitzerlandCondLight;
  font-size:20px;
  color:#4E63AD;
  /*line-height: 140%;*/
}
#nuevo h1, #nuevo h1 a:visited{
  text-indent:15px;
   line-height: 33px;
}

#nuevo h1 a:hover{
    text-decoration:underline;
}
.column_item h1{
  border-bottom:1px solid #7A86C1;
  line-height:150%;
}

.column_item ul li{
  list-style-type:none;
  background: url('../images/list-item.png') center left no-repeat ; 
  line-height:25px;
}

#column_1 .column_item ul li{
  background:none;
  width:190px;
  height:81px;
}

/* */

#left_column_first{
  /*width:250px;*/
  padding-left:20px;
}

#left_column_first h1{
  width:95%;
}

#left_column_first ul a{
  float:left;
}
#left_column_first ul a,
#left_column_first ul a:visited,
#center_column_first ul a,
#center_column_first ul a:visited{
  color:#494949;
}
#left_column_first ul li a:hover,
#center_column_first ul li a:hover{
  color:#000;
  text-decoration:underline;
}

#left_column_first ul{
  height: 90px;
  margin-top:5px;
  width:96%;
}

#left_column_first ul li{
  line-height:28px;
  list-style-type:none;
  font-family:HelveticaCondensedRegular,Georgia;
  font-size:15px;
  padding-left:0px;
}

#left_column_first ul li img{
  background-color:#f4f4f4;
  height:64px;
  width: 64px;
  padding:3px;
}
#left_column_first ul li img:hover{
  background-color:#e4e4e4;
}

/* */

#center_column_first{
  /*width:450px;*/
}
#center_column_first h1{
  width:95%;
}
#center_column_first h1 a:{
  padding: 2px;
}

#center_column_first h1 a:hover{
  background-color: #F4F4F4;
}

#center_column_first ul{
  line-height:170%;
  list-style-type:none;
  float:left; 
  margin-top:20px;
}

#center_column_first ul li{
  background-position:0px 5px;
    font-family:HelveticaCondensedRegular,Georgia;
  font-size:15px;
}

/* ultimas noticias */
#nuevo{
  padding:15px 0 5px 15px;
}
#nuevo h1 a{
   padding:5px 15px;
}
#nuevo h1 a{
  background-color:#f4f4f4;
}

#nuevo-int{
  background-color: #F4F4F4;
  margin-left: 3px;
  padding: 10px;
  width: 645px;
}
.item h2{
  padding:5px 0 5px 0;
}
.item h2 a{
  color:#494949;
}
.item h2 a:hover{
  text-decoration:underline;
}

#thumb{
  width:220px;
  float:left;
}

.thumb_img{
  height:1px;
  /*width:230px;*/
  float:left;
}

#thumb h4{
  padding-bottom:5px;
  padding-top:10px;
}
#thumb h4 a{
  font-family:Verdana,Arial,Helvetica;
  color:#555;
  font-size:14px;
  font-weight:bold;
  padding:2px;
}

#thumb h4 a:hover{
  background-color:#e0e0e0;
}

#thumb img{
  padding:7px 14px;
  background-color:#F4f4f4;

}
#thumb img:hover{
  background-color:#e0e0e0;
}

#thumb p{
  margin:0;
  padding:0;
  color:#494949;
  line-height:150%;
  width:200px;
  font-size:11px;
  padding-left:4px;
}

.left_img_shadow, .center_img_data, .right_img_shadow{
  float:left;
}
.inner_center_img_data{
  padding-bottom:8px;
  padding-left:3px;
  padding-right:3px;
  background: url('../images/img_bottom_shadow-2.png') repeat-x bottom center;
  height: 75px;
}
.left_img_shadow, .right_img_shadow{
  width:6px;
  height:100%;
}
.left_img_shadow{
  padding-top:75px;
  background: url('../images/img_left_shadow.png') no-repeat bottom center;
}

.right_img_shadow{
  padding-top:75px;
  background: url('../images/img_right_shadow.png') no-repeat bottom center;
}

.bottom_img_shadow{
  height:10px;
  /*background: url('../images/img_bottom_shadow.png') repeat-x bottom center;*/
  
}

/* sidebar/right panel */
#right_panel{
  margin:0;
  padding:0;
  float:left;
  width:255px;
}

#busqueda_block{
  padding-top:15px;
}
#busqueda_block h3{
  color:#231F20;
  font-family:SwitzerlandCondLight;
  font-size:18px;
  line-height:150%;
}

#busqueda_block ul{
  height:50px;
}
#busqueda_block ul li{
  float:left;
}

.block ul{
  list-style-type:none;
}

#contacto_block h1,
#enlacesrapidos_block h1{
  font-family:SwitzerlandCondLight;
  font-size:20px;
  border-bottom:2px solid #DF1F28;
}

#contacto_block h1 a,
#contacto_block h1 a:visited,
#enlacesrapidos_block h1{
  padding:3px;
  color:#231F20;
}
#enlacesrapidos_block h1{
  padding:8px 5px;
}

#contacto_block h1 a:hover{
  background-color:#E0e0e0;
}

#contacto_block ul,
#enlacesrapidos_block ul{
  padding-top:10px;
  color:#908e8f;
  font-family:verdana;
}

#enlacesrapidos_block ul{
  padding-left:20px;
  background-color:#efefef;
  height:220px;
}

#contacto_block ul li span{
font-size:17px;
  font-family:Arial;
  font-weight:bold;  
/*line-height:250%;*/
}

#contacto_block ul li span#celec{
  font-size:13px;
}

#contacto_block ul li{
  line-height:180%;
  height:55px;
  background: url('../images/list-item-strong.png') 0px 0px no-repeat ;
  padding-left:25px;
}

#enlacesrapidos_block ul li{
  line-height:150%;
  background: url('../images/list-item-strong.png') 0px 0px no-repeat ;
  padding-left:25px;
  height:35px;
  font-family:HelveticaCondensedRegular;
  font-size:16px;
}
#enlacesrapidos_block ul li a{
  color:#908E8F;
}
#enlacesrapidos_block ul li a:hover{
  color:#333;
  text-decoration:underline;
}

/* footer personalizado para este template */

#footer_top_header{
  width:700px;
  background-color:#FFF;
  height:35px;
  margin-left:2px;
}

h1 a, h1 a:visited{
  color:#7A86C1;
}

#ft img { display: none }


#left_column_first ul li{
  float:left;
}

#center_column_first ul li{
  padding-left:25px;
  height:55px;
}

#center_column_first h3{
  padding:7px 0px;
  position:relative;
  top:12px;
  width:200px;
  text-align:center;
  margin:0 auto;
  background-color:#f4f4f4;
  color: #4E63AD;
  font-family:SwitzerlandCondLight;
  font-size: 20px;
}

.news-item{
  padding:15px 3px;
  border-bottom:1px solid #e4e4e4;
}
.news-item:hover{
  background-color:#e4e4e4;
}
#news-item-3{
  border:none;
}

.news-item h4{
  padding:6px;
  font-size:15px;
  font-weight:bold;
  font-family:HelveticaCondensedRegular;
}
.news-item h4 a{
  font-weight:bold;
  color:#333;
}
.news-item h4 a:hover{
  text-decoration:underline;
}

.news-item p{
  color:#494949;
  padding:0 0 0 10px;
  line-height:130%;
}
#footer_container_bin{
    display:none;
}
#footer{
    height:120px;
}
#column_1 .column_item ul li:hover{
  background-color:#f8f8f8;
    border:1px solid #e4e4e4;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

