/********RESET ALL*****/


body  
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #333;
	font-size: 13px;
	/*background: #FFFFFF;*/
	background-image:url(../images/bg_pat.jpg);
	background-repeat:repeat;
}

a  
{
	color: #5084B8;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
}

h1, h2, h3, h4, p 
{
	font-weight: normal;
	color: #666666;
}

h2  
{
	margin: 11px 0 21px 0;
	font-size: 25px;
	color: #EE9600;
	font-weight: normal;
}

h3 
{
	margin: 9px 0 19px 0;
	font-size: 17px;
	font-weight: normal;
}

h4  
{
	font-size: 12px;
}

p   
{
	font-size: 14px;
}

legend  
{
	color: #666;
	font-size: 14px;
}

#page 
{
	width: 980px;
	background-color:#ffffff;
	margin: 0px auto;
}

#page123
{
	width: 980px;
	background-color: #ffffff;
	margin: 0px auto;
}

/**********LOGO*********/

#logo  
{
	width: 300px;
	height: 100px;
	margin:0px auto;
	float:right;
	
}

#principal  
{
	float:left;
	margin:0px auto;
	width: 958px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#132D5B;
	height:500px;
	margin-left:5px;
	margin-top:5px;
}





/***********SUBPAGE************/

#subpage  
{
	width:980px;
	background-color:#FFFFFF;
}


/***********MENU************/
#menu 
{
	width: 966px;
	margin: 0px;
	height:28px;
	float:left;
	background-color:#FFFFFF;
}

#menu li 
{
	height: 28px;
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
	width: 110px;
	background-color:#FFFFFF;
}

#menu a  
{
	margin: 0 3px;
	padding: 0;
	color: #000000;
	background: transparent url(../images/nav_hover.jpg) no-repeat left top;
	text-align: center;
	float: left;
	height: 28px;
	width: 110px;
	outline: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	background-color:#FFFFFF;
}

#menu a:hover 
{
	color: #000000;
	text-decoration: none;
	background-image:url(../images/nav_hover.jpg);
	
}

#menu.tab0 #tab0 a.,
#menu.tab1 #tab1 a,
#menu.tab2 #tab2 a,
#menu.tab3 #tab3 a,
#menu.tab4 #tab4 a  
{
	color: white;
	background: transparent url(../images/nav_normal.jpg) no-repeat left top;
	line-height: 28px;
	
}


/*******SUB MENU*******/

#submenu  
{
	float:left;
	text-align: center;
	height: 10px;
	width:980px;
	background-color:#B6DE2B;
}


/*********CONTENIDO**************/

#container  
{
	float:left;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 0px;
	width: 978px;
	color: #333;
	background-color:#FFFFFF;
}

#content  
{
	margin: 0;
	padding: 15px 15px 30px 22px;
	float:left;
	top: 0;
	min-height: 310px;
	z-index: 0;
	color: #222;
}

#content p 
{
	margin: 12px 0 12px 0;
	
}

#content p a  
{
	color: #5084B8;
	font-weight: bold;
}

#content p a:hover  
{
	text-decoration: none;
}

#content .username  
{
	color: #FE9D00;
}

/********FOOTER*********/

#footer  
{
	border-top: 1px solid #ddd;
	font-size:1em;
	margin-top: 15px;
	float:left;
	width:978px;
}

#footer a  
{
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover  
{
	color: #666;
	text-decoration: underline;
	/*font-weight: bold;*/
}

#footer h4  
{
	
	background: #efefef;
	color: #999;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-repeat:no-repeat;
	height:20px;
}

#footer_left  
{
	padding-left: 1em;
	float:left;
	width:600px;
}

#footer_left a  
{
	padding-left: 0.5em;
	padding-right:1em;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}

#footer_right   
{
	float:right;
	font-weight: bold;
}

#footer_right a 
{
	font-weight: normal;
	
}

#footer_naranja  
{
	color: #FE9D00;
	font-weight: bold;
}

.clear
{
	clear:both;
}

#topcontent
{
	width:968px; 
	float:left; 
	margin-left:5px; 
	margin-top:5px;
}

#contentbg
{
	clear:both;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#132E5B;
	width:963px;
}

#headerbg
{
	float:left;
	width:980px;
	background-color:#FFFFFF;
	/*background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;*/
}	