@charset "utf-8";
/* CSS Document */
html{
 background:none;
}
	
body{
 background-color:#cdc3e1;
 font-family:Arial, Helvetica, sans-serif;
 text-align:center;
}

blockquote{
 text-align:center;
 margin:20px;
}

p{
 margin-bottom:4%;
}
ul, ol{
 margin:2% 0 0 10%;
}
ul li{
 list-style:circle;
 margin:2%;
}
strong{
 font-weight:bolder;	
}
/*MAIN LAY-OUT***************************/

#page{
 background-image:url('imaxes/page-bk.jpg');
 background-position:top left;
 background-repeat:no-repeat;
 border:1px solid #4e4587;
 display:table;
 margin:10px auto;
 width:800px;
}
#header-bar{
 height:110px;
 padding:10px;
}
#breadcrumb-bar{
 background-image:url('imaxes/lapel-left-bk.png');
 background-position:119px top;
 background-repeat:no-repeat;
 display:table;
 float:left;
 margin-top:4px;
 _margin-top:0;
 padding-left:126px;
 height:28px;
 width:671px;
}

#left-bar{
 background-color:#a799ef;
 float:left;
 display:table-cell;
 width:120px;
}
#right-bar{
 background-color:#fff;
 float:right;
 display:table-cell;
 padding-bottom:50px;
 text-align:left;
 width:680px;
 
}
#footer-bar{
 background-image:url('imaxes/footer-bk.jpg');
 color:#fff;
 float:left;
 font-size:70%;
 height:34px;
 padding-left:120px;
 padding-top:10px;
 text-align:left;
 width:680px;
}

/*header****/
#logo-sp{
 float:left;
 margin-top:30px;
}
#logo-va{
 float:right;
}
/*breadcrumb****/
.breadcrumb{
 background-color:#fff;
 background-image:url('imaxes/lapel-right-bk.png');
 background-position:top right;
 background-repeat:no-repeat;
 float:left;
 font-size:70%;
 height:8px;
 padding:10px 20px 10px 10px;
 text-transform:uppercase; 
}



/*left-side****/
/*ver tb menu-style*/
.lema{
 color:#fff;
 font-size:90%;
 padding:5px;
 text-align:right;
}


/*right-side****/
.title, #title{
 font-family:Century Gothic, Verdana;
 font-size:200%;
 margin:6px 0 6px 16px;
}
#title{
 background-image:url('imaxes/title-bk.jpg');
 background-position: center right;
 background-repeat:repeat-y;
}
#content-bar{
 float:right;
 font-size:80%;
 display:table-cell;
 width:665px;
}
/*MISC****/

.td-left{
 float:left;
 display:table-cell;
}
.td-right{
 float:right;
 display:table-cell;
}
.destacado{
 font-family: Century Gothic, Verdana;
 font-size:150%;
 color:#be000b;
}
.red{color:#be000b;}
.small{ font-size:70%;}

.textform{
 display:table;
 margin:6px 0;
}
.textform input, .textform textarea{
 border:1px solid black;
 border-width:1px;
 border-color:#000 #aaa #aaa #000;
 font-size:90%;
 background-color:#ddd;
}
.clase{
 border:1px solid #ccc;
 padding:10px;
 margin:10px 0;
 float:left;
 width:96%;
}
.clase h2{
 font-size:140%;
}
#front-page-flash{
 background-image:url('imaxes/flash-bk.jpg');
 background-position: center right;
 background-color:blue;
 display:table;
 width:100%;
 text-align:center;
}
#front-page-flash div{
 width:600px;
 padding:0 auto;
 margin:10px auto;
}

