@charset "utf-8";
html{
margin:0px;
padding:0px;
}
body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#5f5f5f;
background:#8f8f8f url(../images/cnt_bgr.jpg) top center repeat-y;
}

#container{
width:880px;
height:100%;
margin:0 auto;
}

h1{
font-size:15px;
text-transform:uppercase;
}

a, #menu ul li a:visited{
text-decoration: none;
color:#372676;
}
a:hover{
text-decoration: underline;
color:#372676;
}

.sideImg{
float:right;
margin:-10px -15px -10px 15px;
}

.useFrame{
	border:1px dotted #372676;
}

#top{
margin-left:52px;
padding-top:50px;
}

/* Menu principal*/
#menu {
margin-top:20px;
text-transform:uppercase;
font-size:1em;
margin-left:56px;
width:133px;
border-top: 2px dotted #372676;
border-bottom: 2px dotted #372676;
}
#menu ul{
list-style-type: none;
margin:0px;
padding:0px;
}
#menu li{
padding:2px 2px;
font-weight:bold;
display:block;
}
#menu ul li a, #menu ul li a:visited{
text-decoration: none;
color:#5f5f5f;
}
#menu ul li a:hover{
text-decoration: none;
color:#372676;
}
/* Fin menu principal*/

#main{
margin-top:-90px;
margin-left:200px;
font-size:1.2em;
padding:10px 15px;
width:594px;
background:#fff;
}

/* Bottom */
#bot {
margin-top:20px;
margin-bottom:40px;
text-transform:uppercase;
font-size:1em;
margin-left:56px;
padding:5px 0px;
width:768px;
height:72px;
border-top: 2px dotted #372676;
border-bottom: 2px dotted #372676;
}
#bot ul{
list-style:none;
float:left;
margin:0px;
padding:0px;
}
#bot li{
padding:2px 2px;
}
#bot ul li a, #bot ul li a:visited{
text-transform:lowercase;
text-decoration: none;
color:#5f5f5f;
}
#bot ul li a:hover{
text-transform:lowercase;
text-decoration: none;
color:#362575;
}
/* Fin Bottom*/
