@charset "utf-8";
/* CSS Document */


body{
	background-color:#072B50;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/bgBody.jpg);
	background-repeat:  repeat-x;
	background-position: center top;
	scrollbar-face-color: #4688EC; 
	scrollbar-highlight-color: #C9DCFA; 
	scrollbar-shadow-color: #1768E1; 
	scrollbar-3dlight-color:#84B0F2;
	scrollbar-arrow-color:#C9DCFA; 
	scrollbar-track-color:#C9DCFA; 
	scrollbar-drakshadow-color:#114A9F;
}
.header, .workingArea, .footer{
	margin-right: auto;
	margin-left: auto;
}
.header, .conteHeader{
	background-repeat:  repeat-x;
	background-position: left top;
	height: 122px;
	width: 955px;
}
.header{
	background-image: url(../images/bgHeader.jpg);
	margin-top:51px;
}
.conteHeader{
	background-image: url(../images/texHeader.png);
}
.logApp{
	font-size: 14px;
	color: #E8EDF0;
	background-image: url(../images/logoApp.png);
	background-repeat:  repeat-x;
	background-position: left top;
	height: 11px;
	width: 247px;
	position:relative;
	top:28px;
	left:122px;
	text-align:center;
	padding-top: 45px;
	letter-spacing: 2px;
	float:left
}
.logMin{
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../images/logoMinHacienda.png);
	background-repeat:  no-repeat;
	background-position: right top;
	height: 76px;
	width: 390px;
	position: relative;
	top: 22px;
	right: 68px;
	float:right;
	padding-top:21px;
}
.logMin span{
	font-weight:bold;
}
.workingArea{
	background-image: url(../images/bgWorkArea.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	height: 323px;
	width: 955px;
}
.footer{
	background-image: url(../images/bgFooter.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	height: 125px;
	width: 955px;
}
.footer div.creditos{
	font-size: 10px;
	color: #357DEA;
	text-align:right;
	padding-right:8px;
}

/********************************************************
*************************  MENU  ************************
********************************************************/
.menuMain{
	background-image: url(../images/bgMenu.png);
	background-repeat:  repeat-x;
	background-position: left 22px;
	padding-left:128px;
	padding-top:24px;
	height:65px;
}
.menuMain ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menuMain li{
	float:left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/icoMenu.png);
	background-repeat:  no-repeat;
	background-position: left top;
	padding-left: 24px;
	padding-right:20px;
	height:25px;
}
.menuMain li a, .menuMain li a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.menuMain li a:hover{
	color:#FFCC00;
}
/********************************************************
*********************  AREA TRABAJO  ********************
********************************************************/
.marcoGuardianes, .bgContText{
	float:left}
.bgContText{
	background-image: url(../images/bgContText.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 229px;
	width: 525px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 40px;
}
/********************************************************
*************************  TABS  ************************
********************************************************/
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5{
	height: 310px;
	width: 940px;
	/*margin-right: auto;
	margin-left: auto;*/
}
#tabcontent6{
	width:955px;
	height:320px;
}
.contText{
	width:99%;
	height:210px;
	text-align:justify;
	font-size:12px;
	margin-bottom:5px;
	overflow:scroll;
	overflow-x:hidden;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.bgContText h1{
	font-size: 16px;
	font-weight: bold;
	color: #0F4088;
	margin: 0px;
	padding: 0px;
}
.bgContText h2{
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bgContText p{
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 0px;
	margin-left: 0px;
}
.bgContText hr{
	border: 0;
  	width: 100%;
	color: #F89828;
	background-color: #F89828;
	height: 1px;
}
.bgContText ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.bgContText li{
	background-image: url(../images/icoVineta.jpg);
	background-repeat:  no-repeat;
	background-position: left 5px;
	padding-left:24px;
	padding-top:5px;
	padding-bottom:5px;
}






