/* CSS Document */

/* GENERICAS PARAS TODAS LAS ROUND CORNER BOXES */

.top {

}
.top_left {
float:left;
background-repeat:no-repeat;
margin:0px;
padding: 0px;
}

.top_right {
float:right;
background-repeat:no-repeat;
margin:0px;
padding: 0px;
}

.top_inside{
background-repeat:repeat-x;
margin:0px;
padding: 0px;
}

.bottom {
height:100%;
width:100%;
}

.bottom_left {
float:left;
background-repeat:no-repeat;
}

.bottom_right {
float:right;
background-repeat:no-repeat;
}

.bottom_inside{
background-repeat:repeat-x;
margin:0px;
padding: 0px;
}

.box_content{
padding: 20px;
}


/* ESPECIFICAS BORDER BOX */

.extra_content {
    display:none;
	clear:both;
	width:962px;
	height:100x%;
	margin: 20px 0px 0px 0px;	
}

.inside {
border-right: 1px solid #E1E1E1;
border-left: 1px solid #E1E1E1;
width: 960px;
color:#999999;

}
.extra_content .top_left {
width:8px;
height:8px;
background-image: url(../img/borderbox_top_left.png);
}

.extra_content .top_right {
width:8px;
height:8px;
background-image: url(../img/borderbox_top_right.png);
}

.extra_content .top_inside {
background-image: url(../img/borderbox_top.png);
background-position:top;
height: 8px;
width: auto;
}

.extra_content .bottom_left {
width:8px;
height:8px;
background-image: url(../img/borderbox_bottom_left.png);
}

.extra_content .bottom_right {
width:8px;
height:8px;
background-image: url(../img/borderbox_bottom_right.png);
}

.extra_content .bottom_inside {
background-image: url(../img/borderbox_bottom.png);
background-position:bottom;
height: 8px;
width: auto;
}
