body {
	background-color:#ffffff;
	margin-top:0px;
	text-align:center;
}

#contenedor {
	width: 890px;
	height:auto;
	background-image: url('../img/sombra.gif');
	background-repeat: repeat-Y;
	margin:0px auto;
	text-align:center;	
}

#contenedorInt {
	width:860px;
	height: auto;
	text-align: justify;
	margin:0px auto;	
}

#separador {
	width:860px;
	height:62px;
	margin-top:0px;	
}

#presenta {
	width: 860px;
	height: auto;
	background-color: #1075b9;
	margin: 0px auto;
}

#menu {
	width: 223px;
	height: auto;
	float:left;
	text-align:center;
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	color: #000000;
	background-color: #1075b9;
}

#contenedorPresenta {
	width: 637px;
	height:auto;
	float:right;	
}

#contenedorPie {
	width: 890px;
	height:40px;
	background-image: url('../img/sombra_inf.gif');
	margin:0px auto;
	text-align:center;		
}

#pie {
	width:860px;
	height:30px;
	background-image: url('../img/pie.jpg');
	background-repeat: repeat-X;
	margin: 0px auto;
	text-align:center;
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	color: #0DD0DF;
	padding-top: 14px;
}

.botonPrin {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	color: #ffffff;
	text-align: left;
	background-image: url(../img/boton.jpg);
	height: 33px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
	cursor: pointer;
}

.botonPrinOver {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	color: #29383F;
	text-align: left;
	background-image: url(../img/boton_over.jpg);
	height: 33px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
	cursor: pointer;
}

a.node {
	color: #ffffff;
	text-decoration: none;	
}

.botonsSec {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	color: #ffffff;
	text-align: left;
	padding-left: 22px;
	cursor: pointer;
	background-color: #148FDF;
	border-bottom: 1px solid #1075b9;
	padding-top:3px;
	padding-bottom:3px;	
}

.botonsSecOver {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	color: #0DD0DF;
	text-align: left;
	padding-left: 22px;
	cursor: pointer;
	background-color: #1E292D;
	border-bottom: 1px solid #1075b9;
	padding-top:3px;
	padding-bottom:3px;		
}

a.pie:link {
	color:#ffffff;
	text-decoration:none;
}

a.pie:hover {
	color:#ffffff;
	text-decoration:underline;
}

a.pie:active {
	color:#ffffff;
	text-decoration:none;
}

a.pie:visited {
	color:#ffffff;
	text-decoration:none;
}

#contenido {
	font-family: verdana, arial, tahoma;
	font-size: 9pt;
	color:#000000;
	width:620px;
	padding-top:10px;
	padding-right:17px;
	background-color: #ffffff;
	text-align: justify;
}

.inp {
	color: #ffffff;
	background-color: #1075b9;
	font-family: verdana, tahoma, arial;
	font-size: 9pt;
	border: 1px solid #273D4F;
}

.etiqueta {
	float: left;
	width:100px;
	margin-bottom:3px;
}

.contControl {
	float:left;
	width:300px;
	margin-bottom:3px;
}