/* CSS Document */

body{
	background-color:#DADADA;
	text-align:center;
	margin: 20 auto;
	z-index: 1;
}

#contenedorPie{
	margin: 0 auto;
	width: 710px;
	height: 43px;
	z-index: 1;
}

#Esq_Inf_Izq{
	float:left;
	width: 18px;
	height: 43px;
	margin: 0 auto;
	background-image:url(../imagenes/Esq_Inf_Izq.png);
	z-index: 1;
}

#Inf_Central{
	text-align:center;
	float:left;
	width: 671px;
	height: 43px;
	margin: 0 auto;
	background-image:url(../imagenes/Inf_Central.png);
	background-repeat:repeat-x;
	z-index: 1;	
	color:#FFFFFF;
}

#Esq_Inf_Der{
	float:left;
	width: 21px;
	height: 43px;
	margin: 0 auto;
	background-image:url(../imagenes/Esq_Inf_Der.png);
	z-index: 1;
}

#capaEmergenteAutor{
	position: fixed;
	border:solid 3px;
	border-color:#000000;

	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -150px;

	visibility:hidden;
	width: 300px;
	height: 280px;
	background-color:#FFFFFF;
	z-index: 4;
	background-color:#FFFF99;
	border-color:#0000FF;
}

#capaEmergenteAutorCerrar{
	width: 300px;
	height: 25px;
	text-align:right;
}

#datosAutor{
	width: 260px;
	height: 215px;
	text-align:justify;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	font-family:"Calibri";
	font-size: 12pt;
	font-weight:bold;
	color:#000066;
}

#capaEmergenteAutor A:link, A:visited { 
	text-decoration: none;
	color:#0000FF;
}
 
#capaEmergenteAutor A:hover { 
	text-decoration: none;
	font-weight: bold;
	color:#FF0000;
}

#Inf_Central A:link, A:visited { 
	text-decoration: underline;
	color:#FFFFFF;
}
 
#Inf_Central A:hover { 
	text-decoration: none;
	font-weight: bold;
	color:#FF0000;
}

#copyright
{
	magin: 0 auto;
	width: 700px;
	height: 60px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "Calibri";
	font-size: 12pt;
	color:#000000;
	text-align: justify;
	z-index: 1;
}

#creador
{
	margin-top: 5px;
	font-size: 10pt;
}