html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
		margin:0px;
	padding:0px;
	
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	width:989px;
	margin:auto;
	margin-top:0px;
	padding:0px;
	background-color: #FFFFFF;
	border-left:solid #999999 1px;
	border-right:solid #999999 1px;
	border-bottom:solid #999999 1px;
}
#header {
	height:137px;
	background-image:url(/images/intranet/imgs/headerbg_sintit.jpg);
	background-repeat: no-repeat;
	background-position: 7px 0px;
}
#menu {
	padding-top:100px;
	height:41px;
	background-image: url(/images/intranet/imgs/areasup.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu img {
	border:0px;
}
#menu ul {
	height:30px;
	margin:0px;
	margin-left:10px;
	padding-left:10px;
	padding-bottom:0px;
}
#menu ul li {
	display:inline;
}
#cont {
	background-image: url(/images/intranet/imgs/areamid.jpg);
	background-repeat: repeat-y;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.textos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.ventana{
width:96%;
margin:auto;
}
.ventana2{
	width:820px;
	margin:auto;
	border-bottom:2px solid #CCCCCC;
	background-color: #EFEFEF;
	margin-bottom:5px;
}
.ventana2 table{
	width:100%;
}
.ventana3{
	width:500px;
	margin:auto;
	border-bottom:2px solid #CCCCCC;
	background-color: #EFEFEF;
	margin-bottom:5px;
}

#footer {
	height:50px;
	background-image: url(/images/intranet/imgs/areainf.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.paginacion{
	text-align: center;
	color: #569acd;
	font-size: 14px;
}
.paginacion a{
	color: #569acd;
	font-size: 14px;
	text-decoration: none;
}
.paginacion a:hover{

}
.bold{
	font-weight: bolder;
}
.bold2{
	color: #569acd;
	font-size: 17px;
	text-decoration: none;
	font-weight: bolder;
}
.maintable{
	border:solid #569acd 1px;
	width:100%;
	border-collapse: collapse;
}
.maintable img {
	border:0px;
}
.maintable th{
	color: #FFFFFF;
	background-image: url(/images/intranet/imgs/titabla_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;	
	padding-left:5px;
}
.maintable td{
	border-bottom:solid #e4e4e4 2px;
	text-align: left;	
	padding-left:5px;
}

.botones{
	width:80%;
	margin:auto;
	text-align: center;
	padding-top:20px;
}
/*nuevo*/
h3{
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	padding-left:15px;
	padding-top:0px;
}

.campoestatico{
	border:solid #006699 1px;
	background-color: #FFFFFF;
}