/* CSS Document */

/*RESET ETIQUETAS DE LISTA */
li {
margin:0px;
padding:0px;
list-style:none;
}
ul {
margin:0px;
padding:0px;
}

ul#pestanas {
	position:absolute;
	left:14px;
	top:-24px;
}

ul#pestanas li {
margin-right:6px;
float:left;
width:43px;
height:27px;
cursor:pointer;
}

.p1_on {
background: url(pes_1a.gif) no-repeat;
}
.p1_off {
background: url(pes_1b.gif) no-repeat;
}
.p2_off {
background: url(pes_2b.gif) no-repeat;
}

.p2_on {
background: url(pes_2a.gif) no-repeat;
}


#top {
background:url(top.gif) no-repeat;
width:323px;
height:11px;
position:relative;
margin:30px 0 0 0;
}
#bottom {
background:url(bottom.gif) no-repeat;
width:323px;
height:11px;
}



.ocultar {
display:none;
}

#cont1, #cont2 {
background: url(fondo_box.gif) repeat-y;
width:297px;
padding: 13px;
text-align:left;
}

#cont1 h1{
font-size:12px;
padding-left:5px;
}

#cont1 p{
font-size:11px;
padding-left:5px;
padding-top:4px;
}
