body {
	margin: 0px;
	background-color: #32485e;
	text-align: center;
}

img {
	border:0px;	
}

#contenedor {
	width: 940px;
	font-family: tahoma, helvetica, arial;
	font-size: 11pt;
	line-height: 18pt;
	color: #444e57;
	margin: 0px auto;
	text-align: justify;
}

.menu1 {
	background-image: url('../img/backMenu.jpg');
	background-repeat: repeat-X;
	height: 37px;
	color: #ffffff;
	padding-top: 14px;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	cursor: pointer;
}

.menu2 {
	background-image: url('../img/backMenu2.jpg');
	background-repeat: repeat-X;
	height: 37px;
	color: #ffffff;
	padding-top: 14px;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	cursor: pointer;
}

a.menu {
	text-decoration: none;	
}

a.menu:hover {
	text-decoration: none;		
}

#contenido {
	background-image: url('../img/fondo.jpg');
	background-repeat: repeat-X;
	background-color: #ffffff;
	margin-top: 0px;
	padding: 10px;
	font-size: 11pt;
}

#pie {
	font-size:10pt;
	font-family: arial, verdana, tahoma;
	color: #ffffff;
	text-align: center;
	background-image: url('../img/fondopie.jpg');
	background-repeat: repeat-X;
	height:38px;
	padding-top:19px;
}

.tabActive {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	cursor: pointer;
	padding: 4px;
	font-size: 9pt;
	font-weight: bold;
}

.tabInactive {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	cursor: pointer;
	padding: 4px;
	font-size: 9pt;
	font-weight: normal;
}

#tabCont {
	float: left;
	border: 1px solid #cccccc;
	margin-left:-1px;
	position: relative;
	z-index:2;
	background-color: #ffffff;
}

.label {
	font-family: verdana, tahoma, arial;
	font-size:11pt;
	color: #32485e;
	font-weight: bold;
}

.control {
	font-family: verdana, tahoma, arial;
	font-size:11pt;
	color: #32485e;
	border:1px solid #32485e;
	padding:2px;
	background-image: url('../img/fondoCelda.jpg');
	background-repeat: repeat-x;
}

.boton {
	font-family: verdana, tahoma, arial;
	font-size:11pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #32485e;
	border:1px solid #000000;
	padding:2px;
}

a {
	color: #32485e;
	font-weight: bold;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}