/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 0px 0;
background: #CFA9A7;
background-image: none;
background-repeat: repeat-y;
background-position: center;
text-align: center;
font-family: Tahoma;
font-size: 12pt;
color: #222222;
}


/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 800px;
margin: 0 auto;
background: #ffffff;
}
#header{
width: 100%;
background: #FFFFFF url("images/head.gif") top center no-repeat;
height: 100px;
}
#header h1{ 
font-size: 10pt; 
font-family: Tahoma;
color: #CFA9A7;
azimuth: behind;
text-align: left;
position: relative;
top: 70px;
left: 77px;
line-height: 20px;
}
#menu{
width: 150px;
height: 70px;
margin-top: 0px;
float: right;
margin-right: 25px;
font-family: Tahoma;
font-size: 10pt;
text-align: left;
color: #555555;
}
#menu ul{
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 8px;
display: block;
padding: 0 5px;
color: #222222;
text-decoration: none;
border-top: none;
}
#menu li a:hover{
border-color:#CFA9A7;
}
#searchbox{
float: right;
margin-right: 10px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}
#menu_image{
float:left;
margin-left:5px;
margin-top:8px;
}
#menu_image a{

}
#searchbox input{
background: #ffffff url('images/mg.jpg') right no-repeat;
border: 1px solid #FFFFFF;
font-family: "Lucida Sans Unicode", "Lucida Grande";
font-size: 8pt;
}
.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff;
}
#main h1{
font-size: 16pt;
padding-bottom: 22px;
color: #000000;
background: url('images/titles.jpg') bottom left no-repeat;
}
#main h2{
font-size: 16pt;
padding-bottom: 0px;
margin-bottom: 5px;
margin-left: 25px;
margin-top: 10px;
color: #8E403E;
}
#main h3{
font-size: 11pt;
padding-bottom: 5px;
margin-bottom: 5px;
margin-left: 25px;
color: #CFA9A7;
}
#main a{
color: #222222;
text-decoration: underline;
border-bottom: 1px solid #ffffff;
}
#main a:hover{
color:white; background:#CFA9A7;
}
#submain{
padding: 8px;
}
#left{ 
float: right;
width: 550px;
margin-bottom: 5px;
margin-top: 16px;
background-color:#EEEEEE;
margin-right: 10px;
}
#caja{
float: left;
width: 535px;
margin-left: 6px;
background: #FFFFFF;
margin-bottom: 5px;
border:solid 1px #E4E4E4;
padding-bottom: 6px;
}
#left p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
margin-top: 5px;
}
#left ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left ul li{
margin-bottom: 5px;
}
#right{
margin-top: 16px;
margin-bottom: 5px;
margin-left: 1px;
border-left: 1px solid #FFFFFF;
padding-left: 5px;
width: 208px;
height:700px;
float: left;
height:20px; 
}
#right_banner{
	margin-top: 240px;
	margin-bottom: 5px;
	margin-left: 13px;
	width: 190px;
	height:350px;
	float: left;
	top: 111px;
}
#linksmenu a{
	float: left; 
	width:200px; 
	height:20px; 
	background-color:#8E403E; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu_banner a{
	float: left; 
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#right p{
font-size: 13px;
line-height: 0px;
margin-bottom: 8px;
}
#right ul{
margin-left: 20px;
font-size: 11px;
}
#right ul li{
margin-bottom: 3px;
}
#footer{
clear: both;
width: 100%;
background: #777777;
}
#subfooter{
padding: 20px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #FFFFFF;
margin-bottom: 3px;
}
#subfooter a{
color: #FFFFFF;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #222222;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #ffffff;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}
table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
padding: 5px;
border: 1px solid #FFFFFF;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid;
}

