@charset "utf-8";
/* CSS Document */

/************* TEXTOS CON LINK *****************/

.noticia-ver{
padding:5px;
border:solid 1px;
border-color:#D1D1D1;
background:#FFFFFF;
float:left;
}

.noticia-vertodas{
padding:5px;
margin:30px 10px 0 0;
border:solid 1px;
border-color:#D1D1D1;
background:#FFFFFF;
float:right;
}


a#logo-nuvico{width:152px; height:36px; display:block; background:url(../images/imgs/logo_nuvico.jpg) no-repeat;}
a#logo-nuvico:hover{background-position:bottom;}


a#logo_american{width:198px; height:36px; display:block; background:url(../images/imgs/logo_american.jpg) no-repeat;}
a#logo_american:hover{background-position:bottom;}

a#pelco{width:100px; height:47px; display:block; background:url(../images/imgs/pelco.jpg) no-repeat;}
a#pelco:hover{background-position:bottom;}

a#prefered{width:148px; height:52px; display:block; background:url(../images/imgs/prefered.jpg) no-repeat;}
a#prefered:hover{background-position:bottom;}

a#dell{width:80px; height:80px; display:block; background:url(../images/imgs/dell.jpg) no-repeat;}
a#dell:hover{background-position:bottom;}



/************* BOTONES ROLLOVER*****************/

a#btn-productos{
width:250px;
height:133px;

display:block;
text-indent:-9999px;
margin:5px auto 5px auto;
background:url(../images/contenido/btn-productos.jpg) no-repeat;
}
a#btn-productos:hover{
background-position:bottom;
}






/************* BOTONES PRINCIPALES*****************/

#botones ul{
list-style:none;
margin:auto;
padding:0;
}

#botones li{
margin:0 0 0 15px;;
padding:0;
list-style:none;
}

#botones li a{
width:200px;
display:block;
border:solid 1px;
border-color:#DEDEDE;
background:url(../images/design/btn-bg.gif);
background-position:bottom left;
padding:6px 0 6px 25px;

font:12px Arial, Helvetica, sans-serif;
color:#005DA3;
text-decoration:none;
}

#botones li a:hover{
background-position:top left;
}


