/* CSS Document */


#novedades{
  /*border: 1px solid #ccc;*/
  width: 190px;
  height: 380px;
  overflow: hidden;
  
  color: #eee; font-size: 12px; font-family: arial; padding: 10px;
}

#novedades ul{
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}

#novedades li{
  margin: 0;
  padding: 5px;
  height: 380px;
  overflow: hidden;
  line-height: 16px;
}

#novedades li a{
  font-weight: bold;
  text-transform: uppercase;
	text-decoration: none;
	color: #eee;
}

#novedades li a:hover{
	color: #000;
}


.noticias, .noticias.a{
	font-family: arial;
	font-size: 1em;
	color: #fff;
	text-decoration:  none;
	padding: 0 10px;
}


/* ---------------- */

.submenu{
	margin-bottom: 80px;
}

.submenu, .submenu.li.a{
	color: #fff;
	text-decoration: none;
}

.submenu li a{
	color: #fff;
	text-decoration: none;	
}

.submenu li a:hover{
	color: #000;
	text-decoration: none;	
}

.submenu-tit{
	font-weight: bold;
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 10px;
}


/* ---------------- */


#menu_hor{
	background-color:  #fff;
	margin-top: 2px;
}

#navlist li{
	display: inline;
	list-style-type: none;
	padding: 20px 10px;
	border-left: 1px solid #444;
	background-color: #fff;
}

#navlist li a {
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2.1em;
    color: #444;
    text-transform: uppercase;
}

#navlist li:hover a, #navlist li a:focus {
    background: #6FC0B7;
    color: #fff;
}


/* ------------------- */

/*
* {
    margin: 0;
    padding: 0;
    border: o none;
    position: relative;
}
*/

#menu_gral {
    font-family: Verdana;
    width: 100%;
    font-size: 1em;
    height: 34px;
    background-color: #fff;
    /*float: left;*/
    /*margin: 1.5rem auto;*/
}

#menu_gral ul {
    list-style-type: none; 
    text-align: center;
    font-size: 0;
}

#menu_gral > ul li {
    display: inline-block;
    /* width: 25%; */
    position: relative;
    background: #fff;
    border-left: 1px solid #ccc;
}

#menu_gral li a {
    display: block;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 2.1rem;
    color: #444;
    text-transform: uppercase;
}

#menu_gral li:hover a, #menu_gral li a:focus {
    background: #6FC0B7;
    color: #fff;
}

#menu_gral li ul {
    position: absolute;
    width: 0;
    overflow: hidden;
}

#menu_gral li:hover ul, #menu_gral li:focus ul {
    width: 100%;
    margin-left: -2.5rem;
    background-color: #fff;    
    /*margin: 0 -4rem -4rem -4rem;*/
    /*padding: 0 4rem 4rem 4rem;
    background:  #bbb;
    z-index: 5;*/
}
#menu_gral li li {
    display: block;
    width: 100%;
}
#menu_gral li:hover li a, #menu_gral li:focus li a {
    font-size: 0.7rem;
    line-height: 1.5rem;
    border-top: 1px solid #e5e5e5;
    background: #666;
    color: #fff;
}
#menu_gral li li a:hover, #menu_gral li li a:focus {
    background: #8AA9B8; 
}

/*--------------------*/


textarea, input{
	padding: 5px;
	border: 1px solid #666;
}

.caja{
	padding: 10px;
	border: 1px solid #ccc;
	width: 50%;
}

.label1{
	width: 50%;
	float: left;
}


.label2{
	width: 50%;
	float: left;
}


/**************************************************************/


        
        .example2 {
            margin:0;
            padding:0;
            list-style:none;
            width:685px;
            height:164px;
            overflow:hidden;
        }
        
        .example2 li {
            text-align:left;
            display:block;
            width:697px;
            height:400px;
        }
        
        .carousel-pagination li {
            display:block;
            width:10px;
            height:10px;
            margin-right:5px;
            cursor:pointer;
            float:left;
            background:#333;
        }
        
        .carousel-pagination .carousel-pagination-active {
            background:#ff0000;
        }
