/* CSS esquinas redondeadas */

.roundcont {
	width: 200px;
	background-color: #f90;
	color: #fff;
}
.roundcont2 {
	width: 200px;
	background-color: #78CFF6;
	color: #fff;
}
.roundcont3 {
	width: 200px;
	background-color: #8248E4;
	color: #fff;
}

.roundcont p {
    
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

.roundtop2 { 
	background: url(../images/tr2.gif) no-repeat top right; 
}

.roundbottom2 {
	background: url(../images/br2.gif) no-repeat top right; 
}

.roundtop3 { 
	background: url(../images/tr3.gif) no-repeat top right; 
}

.roundbottom3 {
	background: url(../images/br3.gif) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



