/* CSS Document */
/* Cajas*/

.curvedArea{
display:block;
width:249px;
}

.curvedArea_345{
display:block;
width:344px;
}

.topLeft {
background-image:url(../images/cajas/bg_topLeft.jpg);
width:100%;
height:20px;
float:left;}

.topRight {
background-color:#FFFFFF;
background-image: url(../images/cajas/bg_topRight.jpg);
background-repeat: no-repeat;
background-position:100% 0;
width:20px;
height:20px;
float:right;
}

.centerLeft{
background-image:url(../images/cajas/bg_centerLeft.jpg);
background-repeat:repeat-y;
width:100%;
float:left;
}

.centerRight{
background-image:url(../images/cajas/bg_centerRight.jpg);
background-repeat:repeat-y;
background-position:100% 0;
height:100%;
width:100%;
float:right;
}

.bottomLeft{
background-image: url(../images/cajas/bg_bottomLeft.jpg);
background-repeat:no-repeat;
width:100%;
float:left;
}

.bottomRight{
background-color:#FFFFFF;
background-image:url(../images/cajas/bg_bottomRight.jpg);
background-repeat:no-repeat;
background-position:100% 0;
width:20px;
height:20px;
float:right;
}

/* Naranja */ 
.ntopLeft {
background-image:url(../images/cajas/bg_topLeft_naranja.jpg);
width:100%;
height:20px;
float:left;}

.ntopRight {
background-color:#FFFFFF;
background-image: url(../images/cajas/bg_topRight_naranja.jpg);
background-repeat: no-repeat;
background-position:100% 0;
width:20px;
height:20px;
float:right;
}

.ncenterLeft{
background-image:url(../images/cajas/bg_centerLeft_naranja.jpg);
background-repeat:repeat-y;
width:100%;
float:left;
}

.ncenterRight{
background-image:url(../images/cajas/bg_centerRight_naranja.jpg);
background-repeat:repeat-y;
background-position:100% 0;
height:100%;
width:100%;
float:right;
}

.nbottomLeft{
background-image: url(../images/cajas/bg_bottomLeft_naranja.jpg);
background-repeat:no-repeat;
width:100%;
float:left;
}

.nbottomRight{
background-color:#FFFFFF;
background-image:url(../images/cajas/bg_bottomRight_naranja.jpg);
background-repeat:no-repeat;
background-position:100% 0;
width:20px;
height:20px;
float:right;
}

.content {
text-align:center;
margin-right:20px;
margin-left:20px;
height:140px;}


.content h3 a {
color:#666699;
}

.content h4 {
font-size:medium;
}



.clear{
clear: both;
}

