#logo {
	background-image: url("../images/Logo_final.jpg");
	background-color: white;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 76px;
	width: 246px;
	margin-top: -250px;
	margin-left: -123px;
	z-index: 2;
}

#contenido {
	background-image: url("../images/nuevo_1.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 300px;
	width: 595px;
	margin-top: -190px;
	margin-left: -400px;
	z-index: 1;
}

#opcion_1 {
	position: absolute;
	top: 40px;
	left: 36px;
	text-align: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #134d86;
}
#opcion_1 a, a:link, a:visited { color: #134d86; text-decoration: none; }
#opcion_1 a:hover { color: #cf5214; }

#opcion_2 {
	position: absolute;
	top: 93px;
	left: 2px;
	text-align: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #134d86;
}
#opcion_2 a, a:link, a:visited { color: #134d86; text-decoration: none; }
#opcion_2 a:hover { color: #cf5214; }

#opcion_3 {
	position: absolute;
	top: 154px;
	left: 0px;
	text-align: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #134d86;
}
#opcion_3 a, a:link, a:visited { color: #134d86; text-decoration: none; }
#opcion_3 a:hover { color: #cf5214; }

#opcion_4 {
	position: absolute;
	top: 212px;
	left: 30px;
	text-align: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #134d86;
}
#opcion_4 a, a:link, a:visited { color: #134d86; text-decoration: none; }
#opcion_4 a:hover { color: #cf5214; }

#opcion_5 {
	position: absolute;
	top: 252px;
	left: 156px;
	text-align: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #134d86;
}
#opcion_5 a, a:link, a:visited { color: #134d86; text-decoration: none; }
#opcion_5 a:hover { color: #cf5214; }

#mensajes {
	position: absolute;
	background-color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 400px;
	margin-top: -110px;
	margin-left: -200px;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	z-index: 2;
}

#cargando {
	background-image: url("../greybox/indicator.gif");
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	margin-top: -100px;
	margin-left: -50px;
	visibility: hidden;
	z-index: 3;
}