#container {
	background:url('./img/fondo_superior.jpg');
	background-repeat: repeat-x;
	position: absolute;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	width:100%;
}

#top{
	margin:0 auto 0 auto;
	width:900px;
	height:102px;
	border:0px solid;
}

#main{
	margin:0 auto 0 auto;
	width:900px;
	height:auto;
	border:0px solid;
}


#logo{
	background:url('./img/logo.jpg') no-repeat;
	position:relative;
	left:0px;
	top:8px;
	width:92px;
	height:45px;
}

#leyenda{
	position:relative;
	margin-left:200px;
	margin-top:-35px;
	width:600px;
	height:40px;
	color: #0092e8; text-decoration: none; font-family:"Trebuchet MS"; font-size:24px; font-weight:bold;
	text-align:right;
	float:right;
	
}


#menu-top {
	margin-top:8px;
	width:650px;
	height:40px;
	border:0px solid;
}

.itemtop2{
	background:url('./img/top_div2.jpg') no-repeat;
	width:600px;
	height:46px;
	color: #0099FF; 
	text-decoration: none; 
	font-family:"Trebuchet MS"; 
	font-size:18px; 
	font-weight:bold;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:0px;
	margin-left:0px;
}
.itemcuerpo{
	background:url('./img/fondo_div.jpg') no-repeat;
	background-position: bottom;
	width:605px;
	height:auto;
	color: #666666; 
	font-family:"Trebuchet MS"; 
	font-size:16px; 
	font-weight:normal;
	margin-left:0px;
	margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}

.top_ch{
	background:url('./img/top_div_ch.jpg') no-repeat;
	width:280px;
	height:10px;
	color: #0099FF; 
	text-decoration: none; 
	font-family:"Trebuchet MS"; 
	font-size:18px; 
	font-weight:bold;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:0px;
	margin-left:0px;
}
.cuerpo_ch{
	background:url('./img/fondo_div_ch.jpg') no-repeat;
	background-position: bottom;
	width:280px;
	height:auto;
	color: #666666; 
	font-family:"Trebuchet MS"; 
	font-size:16px; 
	font-weight:normal;
	margin-left:0px;
	margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}

body {
	background-color:white;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666; 
	font-family:"Trebuchet MS"; 
	font-size:16px; 
	font-weight:normal;
	
}
.menu_superior{ color: #0099FF; text-decoration: none; font-family:"Trebuchet MS"; font-size:14px; font-weight:bold;}

.menu_superior:hover { text-decoration: underline; color:#0066CC; }

.menu_superior_select { text-decoration: underline; color:#0066CC;font-family:"Trebuchet MS"; font-size:14px; font-weight:bold; }

.input {width:230px; font-size:12px;color:#0066CC;}

.error {color:#FF0000; font-weight:bold; background-color:#FFAAAA; width:100%; height:auto;
	border-top:1px solid #FF0000;border-bottom:1px solid #FF0000;vertical-align:middle;
	padding-top:10px; padding-bottom:10px;}

.ok {color:#1F6B14; font-weight:bold; background-color:#99DF95; width:100%; height:auto;
	border-top:1px solid #1F6B14;border-bottom:1px solid #1F6B14;vertical-align:middle;
	padding-top:10px; padding-bottom:10px;}