body{
	background:url(../imgs/css/body_bkg.jpg) repeat-x top left #cae5f8;
	background-position:top;
	}
	
/* enlaces */
a{
	color:#6699CC;
	}
	
/* Headers */
h1{
	color:#3d7aaa;
	font-size:20px;
	border-bottom:2px solid #abc9de;
	background:url(../imgs/css/h1_bkg.jpg) right bottom no-repeat;
	padding:10px 0px;
	}
			
/* MENÚS */
#mainNav{
	
	}

#mainNav a{
	color:#FFFFFF;
	margin:5px 0px;
	font-weight:bold;
	}
	
#mainNav li:hover a, #mainNav li.over a{
	color:#000066;
	}
	
#mainNav li.sel{
	background:url(../imgs/css/menu_sel.png) center 15px no-repeat;
	}

#mainNav li ul li{
	border:2px solid #84b6d9;
	border-top:0;
	background-color:#55789d;
	cursor:pointer;
	}
		
#mainNav li:hover ul, #mainNav li.over ul{
	background:url(../imgs/css/menu_over.jpg) 10px 1px no-repeat;
	}

#mainNav li.sel > a:hover{
	color:#000066 !important;
	}
	
#mainNav li ul li a, li.sel ul li a{
	color:#FFFFFF!important;
	margin:0;
	}
	
#mainNav li:hover ul a:hover, #mainNav li.over ul a:hover{
	color:#660000!important;
	}
	

	
/* TITULARES */

.grey3D, .blue3D, .blueDark3D{
	height:25px;	
	padding:10px 15px;
	font-size:18px;
	}
	
.grey3D a:hover, .blue3D a:hover, .blueDark3D a:hover{
	font-weight:bold;
	}

.grey3D{	
	background:url(../imgs/css/grey3D.gif) repeat-x top left;
	color:#666666;
	}
	
.blue3D{
	background:url(../imgs/css/blue3D.gif) repeat-x top left;
	}
	
.blueDark3D{
	background:url(../imgs/css/blueDark3D.gif) repeat-x top left;
	color:#FFFFFF
	}
	
	
/* LISTAS */
ul.destacado{
	border:2px solid #FFFFFF;
	background-color:#336699;
	margin-bottom:10px;
	}

ul.destacado li{
	padding:10px 15px;
	border-bottom:1px dotted #FFFFFF;
	} 
	
ul.destacado li:hover{
	background:url(../imgs/css/red3D.jpg) repeat-x top left;
	}

ul.destacado li.last{
	border:none;
	}
	
ul.destacado li a{
	color:#FFFFFF;
	}
	
ul.destacado .sel, ul.destacado .sel:hover{
	padding-left:40px;
	background:url(../imgs/css/menu_sel.png) 10px bottom no-repeat;
	}
	
/* normal */	
ul.normal li{
	margin:10px;
	background:url(../imgs/css/bulletList.jpg) left top no-repeat;
	padding-left:40px;
	}
	
ul.normal span{
	font-size:0.8em;
	}

/* Pestañas */
ul.pest{
	background:url(../imgs/css/bkgPestBottom.gif) repeat-x bottom left;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
	
ul.pest li{
	margin:0;
	list-style-type:none;
	float:left;
	height:19px;
	padding:8px 15px;
	background-color:#336699;
	cursor:pointer;
	border:1px solid #A3C1D9;
	font-size:0.9em;
	}
		
ul.pest li.sel{
	background-color:#A3C1D9;
	}

ul.pest li.sel a, ul.pest li.selLast a{
	color:#FFFFFF;
	}	

ul.pest a{
	color:#FFFFFF;
	text-decoration:none;	
	}
	
ul.pest a:hover{
	color:#660000;
	text-decoration:none;
	}	
	
#cntPest{
	padding:10px;
	margin-right:10px;
	font-size:0.95em;
	background-color:#A3C1D9;
	}
	
/* FORMULARIO */
form{
	padding:10px;
	width:95%;
	overflow:hidden;
	}
	
form div{
	margin:10px 0px;
	overflow:hidden;
	width:97%;
	}
	
form span{
	color:#336699;
	}
		
input, select, textarea{
	float:right;
	border:2px solid #A3C1D9;
	font-size:13px;
	}
	

form .button{
	background:url(../imgs/css/bkgButton.jpg) repeat-x top left;
	border:2px solid #FFFFFF;
	height:30px;
	font-size:12px;
	padding:0 10px;
	color:#FFFFFF;
	}

/* CENTRAL */
#content .square{
	background:url(../imgs/css/square_top.jpg) no-repeat top left;
	padding-top:13px;
	}
	
#content .square .cnt{
	background:url(../imgs/css/square_cnt.jpg) repeat-y top left;
	padding-right:20px;
	padding:5px 20px 10px 15px;
	}
	
#content .square .bottom{
	background:url(../imgs/css/square_bottom.gif) no-repeat bottom left;
	}
	
/* SITEMAP */
.sitemap .width_100{
	height:35px;
	margin-bottom:10px;
	}
.sitemap .child{
	margin-right:6px;
	background:url(../imgs/css/blue3D.gif) repeat-x top left;
	padding-top:5px;
	}

.sitemap a.titular{
	color:#FFFFFF;
	padding-left:15px;
	}
	
.sitemap .child .destacado{
	margin-top:10px;
	}
	
.rounded{
	background:url(../imgs/css/topSubmenu.gif) no-repeat top left;
	padding-top:6px;
}

.develop{
	font-size:12px;
	padding:10px 0px;
	float:right;
	}
	
.develop img{
	margin-bottom:-1px;
	}
