* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("bg.gif") top center repeat-y;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
/*  background: #000 url("header.gif") no-repeat;
    padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF; */
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 580px;
/*	background: #fff url("sidebar.gif") repeat-y right;*/
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url(horizontal.gif);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	text-align:center;
	
}

#horizontal a, #horizontal a:visited {
	color: #006699;
	text-decoration: none;
	margin-right: 15px;
	padding-top:5px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
	background:url(flecha_menu.png) no-repeat center top;

}

/*

.contenido-derecha {
	color: #FFFFFF;
	width: 134px;
	background: url(menutop.gif) no-repeat top center; 
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
	text-align:center;

}
*/

.fondo_tablas_derecha{
	background: url(menutop.gif) no-repeat top center; 
}

#right-column {
	color: #FFFFFF;
	width: 134px;
	float: right;
/*	padding: 10px;*/
	border-right: 4px solid #FFF;
	text-align:center;
/*	background: url(sidebar.gif);*/
}



#content {
	float: left;
	width: 98%;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(h2bg.gif) top left repeat-y;
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;

}

ul, li{
margin-left: 18px;

}


input.text {
	width: 70px;	
	height: 15px;
	border: none;
	color:#FFFFFF;
	background:url(bg_text.gif);
	font-size:15px;

}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;	
	border: none;
	background: #FFFFFF;
	}

#searchbox {
	background: url(searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 85%;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}


.margen_tablas_derechas{
	margin-bottom: 10px;
	padding: 0px;
}

form{
padding:0px;
margin:0px;
}

hr{
color:#0099CC;
background:#0099CC;
text-align:center;
margin-top, margin-bottom:10px;
}