/* CSS Document */

/*RESET ETIQUETAS DE LISTA */
* {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

li {
margin:0px;
padding:0px;
list-style:none;
}
ul {
margin:0px;
padding:0px;
}

ul#pestanas {
position:absolute;
top:-33px;
}

ul#pestanas li {
margin-right:6px;
float:left;
width:128px;
height:24px;
padding:10px 0 0 0;
font-weight:bold;
cursor:pointer;
text-align:center;
}

.p1_on {
background: url(onglet_on.jpg) no-repeat;
color:#FF0000;
}
.p1_off {
background: url(onglet_off.jpg) no-repeat;
color:#000000;
}

.p2_on {
background: url(onglet_on.jpg) no-repeat;
color:#FF0000;
}
.p2_off {
background: url(onglet_off.jpg) no-repeat;
color:#000000;
}

#top {
background:url(top.jpg) no-repeat;
width:580px;
height:10px;
position:relative;
margin:30px 0 0 0;
}
#bottom {
background:url(bottom.jpg) no-repeat;
width:580px;
height:10px;
}



.ocultar {
display:none;
}

#cont1, #cont2 {
background: url(fondo_box.jpg) repeat-y;
width:560px;
padding: 10px;
}
