/****General*************************************/
html {
	margin:0; 
	padding:0; 
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;	
	background-position: center;			
}

body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	color: #333333; 
}

a {	
	color: #B12406;
   text-decoration: none;
}

p {
	margin: 0 0 8px 0;
	padding: 0;
}

ul {
	
}

li {
	list-style: none;
	list-style-image: url(images/checkmark.gif);
	margin-bottom: 4px;
}

h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 20px;	
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #0066CC;	
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;	
}

span.ImageLeft, span.ImageRight {
	display: none;
}

#pagewidth { 
	margin: 0;
	padding: 0;
	width:804px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
	border-left: 2px solid #3B94CD;
	border-right: 2px solid #3B94CD;	
	background-image: url(images/topborder.gif);
	background-repeat: repeat-x;	
	background-position: top;	
	background-color: #ffffff;
	padding-top: 35px;
} 
html>body #pagewidth {
	width:800px; 
}

/****Cabecera******************************/
#header {
	margin-top: -35px;
	padding: 45px 10px 14px 20px;
	height: 120px;
	width:  800px;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;	
	background-position: 0px 35px;
}
html>body #header {
	width:  770px;	
	height: 189px;
}

	#header h1 {
		margin: 0;
		padding: 0;
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;	
		background-position: top left;
		height: 78px;
	}
	
	#header h1 span {
		position: absolute;
		left:-2000px;	
	}

	#header h2 {
		padding: 0;
		position: absolute;
		left:-2000px;	
	}

	#header table.moduletable {
   	padding: 0;
      margin: 0;
      width: 450px;
		float: left;
	}

	#header p {
		margin: 20px 0 0 0;
		padding: 0;
		font-size: 18px;
		color: #4F5C64;
	}
	

	#header table th {
		margin: 0px;
		padding: 0px;
	}

	#header table td {
		margin: 0px;
		padding: 0px;
	}
	
	#header table tr {
		margin: 0px;
		padding: 0px;
	}
	
	#header table.moduletable-pantalla {
		float: right;		
		height: 226px;
		width: 275px;
		margin-top: -35px;
		margin-right: 20px;
		background-image: url(images/pantalla.gif);
		background-repeat: no-repeat;	
		background-position: top left;
	}
	
	
/***Menu*****************************************/
#menu {
	background-image: url(images/topborder.gif);
	background-repeat: repeat-x;	
	background-position: top;	
	background-color: #0066CC;
	height: 23px;
}

#menu div.moduletable {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu div.moduletable ul#mainlevel-nav {
	padding: 0;
	margin: 0;	
	list-style: none;
}

#menu div.moduletable ul#mainlevel-nav li {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

#menu div.moduletable ul#mainlevel-nav li a {
	color: #C6E1F1;
	text-decoration: none;
	text-align: center;
	padding-left: 13px;
	padding-right: 12px;
}

#menu div.moduletable ul#mainlevel-nav li a:hover {
	color: #F2F2F2;
	text-decoration: none;	
}

#menu div.moduletable ul#mainlevel-nav li a:active {
	text-decoration: none;
	color: #fff;
}

#menu div.moduletable ul#mainlevel-nav li#active a {
	text-decoration: none;
	color: #fff;
}

#menu div.moduletable ul#mainlevel-nav li a#active_menu-nav {
	background-image: url(images/selectedmenu.gif);
	background-repeat: repeat-x;	
	background-position: top;	
	color: #333333;
}


/****MAIN PANEL**************************/
#mainbody {
	float: left;
	width: 550px;
	padding: 20px;
}
html>body #mainbody {
	width: 500px;
}

#mainbody h1 {
	color: #E3682F;
}


/****RIGHT PANEL**************************/
#rightpanel {
	background-color: #fff;
	background-image: url(images/back_right.gif);
	background-repeat: repeat-x;	
	background-position: top;	
	float: right;
	width: 250px;	
	padding: 10px;
}
html>body #rightpanel {
	width: 240px;
}

#rightpanel h2 {
	color: #015388;
	margin-bottom: 8px;	
	margin-top: 20px;	
}

#rightpanel h3 {
	color: #E3682F;
}

#rightpanel ul {
	margin: 0;
	padding-left: 15px;
}

#rightpanel li {
	list-style: none;
	list-style-image: url(images/checkmark.gif);
	margin-bottom: 8px;
}

#rightpanel li strong {
	color: #993300;
}

/****FOOTER*******************************/
#footer {
	background-image: url(images/topborder.gif);
	background-repeat: repeat-x;	
	background-position: top;	
	height:24px;
	color: #F2F2F2;
   padding: 8px 0 0 8px;
   margin: 0;
   clear: both;
}

	#footer p { 
		text-align: left;
	}	

	#footer a {
		color: #D4D4D4;
	}
	

