/* CSS Document */

body{
	background-color:#DADADA;;
	text-align:center;
	margin: 20 auto;
	font-family:"Arial";
	font-size: 10pt;
}

#contenedor{
	/*position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -305px;
	margin-left: -355px;*/
	margin: 0 auto;
	width:710px;
	height:611px;
	z-index: 1;
}

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

#centro{
	float:left;
	margin: 0 auto;
	width: 671px;
	height: 400px;
	background-color:#FFFFFF;
	z-index: 1;
}

#menu{
	margin: 0 auto;
	text-align:center;
	width: 671px;
	height: 25px;
	background-color:#000000;
	z-index: 1;
}

.opciones{
	float:left;
	margin: 0 auto;
	width: 111px;
	height: 25px;
	font-size: 12pt;
	font-weight:bold;
	color:#FFFFFF;
	z-index: 1;
}

#opcion6{
	float:left;
	margin: 0 auto;
	width: 116px;
	height: 25px;
	font-size: 12pt;
	font-weight:bold;
	color:#FFFFFF;
	z-index: 1;
}

#opcionActiva{
	float:left;
	margin: 0 auto;
	width: 111px;
	height: 25px;
	font-size: 12pt;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000;
	cursor:default;
	z-index: 1;
}

#opcionActiva6{
	float:left;
	margin: 0 auto;
	width: 116px;
	height: 25px;
	font-size: 12pt;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000;
	cursor:default;
	z-index: 1;
}

#contenido{
	margin: 0 auto;
	width: 631px;
	height: 375px;
	background-color:#FFFFFF;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #333333 ;
	scrollbar-darkshadow-color: #333333 ;
	scrollbar-shadow-color: #333333 ;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	z-index: 1;
}

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

#capaFondo{
	z-index: 2;
	visibility:hidden;
	position:absolute;
	padding:0px;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#DADADA;
}

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

	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -275px;

	visibility:hidden;
	width: 550px;
	height: 500px;
	background-color:#FFFFFF;
	z-index: 3;
}

#capaEmergenteCerrar{
	width: 275px;
	height: 25px;
	float: left;
	text-align: right;
}

#capaEmergenteCerrar A:link{
	color:#666666;
	text-decoration: none;
}

#capaEmergenteCerrar A:hover{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#capaEmergenteCerrar A:visited{
	color: #666666;
	text-decoration: none;
}

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

#contenedorCabecera{
	margin: 0 auto;
	width: 710px;
	height: 108px;
}

.derecha{
	text-align:right;
	font-size: 10pt;
	font-weight:bold;
}

#capaEmergenteArriba{
	width: 550px;
	height: 25px;
}

#capaEmergenteFotografo{
	width: 275px;
	height: 25px;
	float: left;
	font-weight: bold;
	text-align: left;
}

#contenidoEnlaces{
	margin: 0 auto;
	width: 631px;
	height: 375px;
	background-color:#FFFFFF;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #333333 ;
	scrollbar-darkshadow-color: #333333 ;
	scrollbar-shadow-color: #333333 ;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	z-index: 1;
}

#contenidoEnlaces A:link{
	color:#000000;
	text-decoration: none;
}

#contenidoEnlaces A:hover{
	text-decoration: underline;
	font-weight: bold;
}

#contenidoEnlaces A:visited{
	color: #666666;
	text-decoration: none;
}

input.boton{
	background-color:#999999;
	border-style:outset;
	margin-bottom:5px;
	font-weight:bold;
	color:#000000;
}

input.botonIn{
	background-color:#000000;
	border-style:inset;
	color:#FFFFFF;
	margin-bottom:5px;
	font-weight:bold;
}

#datos{
	margin: 0 auto;
	margin-top: 5px;
	background-color:#CCCCCC;
	width: 255px;
	height: 40px;
	text-align:justify;
	border:solid 2px;
	border-color:#000000;
	color:#000000;
}

#contDatos{
	width:auto;
	margin-top: 0px;
	height: 60px;
	text-align:center;
}

font{
	font-family:"Arial";
	font-size: 10pt;
}

form{
	margin-bottom: 0px;
}