@charset "utf-8";
/* CSS Proyecto Netmedia */

/* Generales
------------------------------------*/
body {
margin-top: 0px;
margin-bottom:0px;
margin-right: auto;
margin-left: auto;
position: relative;
font-size:12px;
font-family:arial;
color: #404040;
background: #E2E2E4}

a{
font: normal 12px Arial;
text-decoration:none
}
a:hover{
font: normal 12px Arial
}

table{
padding:0px;
}

img{
border:0px
}

p{}

ul{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0
}

h1{margin:0px}

h2{margin:0px}


/* Estructura web
------------------------------------*/

#screen {
background: #FFF url('../img/fondo-top.png') repeat-x;
position:relative;
top: 0;
left: 0;
width: 100%;
float:left
}

#bottomscreen {
background: transparent url('../img/fondo-bottom.png') repeat-x bottom;
position:relative;
top: 0;
left: 0;
width: 100%;
height:157px;
float:left
}

#content-web{width:1000px; height:auto; margin-top:0px; margin-bottom:0px; margin-right:auto; margin-left:auto}
.alt{ display:none}

/*top*/
#top{width:1000px; height:388px; background: transparent url('../img/fondo-contop.png') no-repeat; float:left}
#tops{width:1000px; height:126px; background: transparent url('../img/fondo-contop.png') no-repeat; float:left}
#top-logo{width:216px; height:110px; background: transparent url('../img/logo-netmedia.png') no-repeat top right; float:left}
#top-btn{float:right; height:126px; width:755px}

#btn-red{padding-top:11px; padding-right:27px; height:63px; float:right}
#btn-red li{ list-style:none; display:block; padding-right:17px; float:right}
.btn-blog{width:70px; height:18px; text-align:center; background: transparent url('../img/btn-blog.png') no-repeat}
.btn-blog a{color:#666}
.btn-blog a:hover{color:#9C0}

#menu{float:right; width:750px; padding-right:24px; background: transparent url('../img/menucola2.png') no-repeat top right}
#menu li{list-style:none; display:block; width:125px; height:43px; line-height:45px; background: transparent url('../img/menu-btn1.png') no-repeat; text-align:center; color:#F00; font-weight:bold; float:right}
#menu li a{list-style:none; display:block; width:125px; height:43px; line-height:47px; background: transparent url('../img/menu-btn2.png') no-repeat; text-align:center; color:#666}
#menu li a:hover{color:#F00; background: transparent url('../img/menu-btn2.png') no-repeat}

/*Estructura A*/
#contenido{width:1000px; float:left}
#columna-a{padding-left:14px; width:359px; float:left}
#columna-b{width:620px; float:left}

/*bottom*/
#bottom{width:1000px; margin-top:0px; margin-bottom:0px; margin-right:auto; margin-left:auto; font: normal 12px Arial; color: #757575; padding-top:67px; height:90px}
#bottomtext{padding-left:65px; width:303px; height:90px; float:left; background: transparent url('../img/div-bottom.png') no-repeat top right}
#bottom-logo{width:220px; height:55px; background: transparent url('../img/netmedia-bottom.png') no-repeat}
#bottomli{float:left; padding-left:45px; padding-top:10px}
#bottomli li{list-style:none; padding-bottom:5px}
.btm-dir{background: transparent url('../img/ic-dir.gif') no-repeat; padding-left:25px}
.btm-telf{background: transparent url('../img/ic-telf.gif') no-repeat; padding-left:25px}
.txt-nbold{color:#222; font-weight:bold}
.txt-vbig{color:#F00; font:bold 17px Arial}
.txt-sm{color:#999; font:bold 10px Arial}

/*SLIDER - Required*/
		.container { width:974px; height:252px; overflow:hidden; position:relative; cursor:pointer; }
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides > div,ul.slides li { position:absolute; top:0; width:974px; display:none; padding:0; margin:0; }
/*SLIDER - Optional*/
		#loopedSlider{ margin:0 auto; width:974px; clear:both; position:absolute; padding:1px 0px 0px 13px; z-index:999; top:126px;}
		ul.pagination { list-style:none; padding:8px 0px 0px 30px; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; color:#666; font-size:11px; font-weight:bold}
		ul.pagination li.active a { background:#F00; color:#FFF; font-size:11px; font-weight:bold }
		.btnslide{background: transparent url('../img/btn-slide.png') no-repeat bottom right; width:123px; height:31px; padding-left:834px; float:left}

