/* CSS Document */

body, table { 
	margin:				0;
	color:				#666666;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}

input, textarea {
	border:				1px solid #000033;
	color:				#666666;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}

.boton {
	width:				75px;
	color:				#fff;
	background-color:	#000033;
	font-weight:		bold;
}

#logo {
	text-align:			center;
	margin:				80px 0;
}

ul {
	text-align:			center;
	padding:			0;
}

li {
	display:			inline;
	list-style:			none;
}
	
#opciones {
	font-size:			14px;
	font-weight:		bold;
	margin-bottom:		60px;
}

#opciones li {
	padding:			0 15px 8px 15px;
}

#opciones a {
	color:				#0057A6;
	text-decoration:	none;
	padding-bottom:		8px;
}

#opciones a:hover {
	background-image:	url(images/flechaOpciones.gif);
	background-repeat:	no-repeat;
	background-position:bottom center;
}

#pie {
	font-size:			10px;
}
#pie li {
	padding:			0 5px;
}
a {
	color:				#666666;
}
a:hover {
	color:				#0057A6;
}


#contentPopup {
	padding:			20px;
}

h1 {
	font-size:			16px;
	letter-spacing:		-1px;
	color:				#5C89D8;
	margin-top:			0;
	padding:			30px 10px 5px 10px;
	border:				1px solid #5C89D8;

	background-image:	url(images/logoOndinaPeq.gif);
	background-repeat:	no-repeat;
	background-position:right;
}

p {
	margin:				15px 12px;
}

dt {
	color:				#000033;
	font-size:			12px;
	padding:			0;
	margin:				40px 0 0 10px;
	font-weight:		bold;
}

dd {
	margin:				15px 12px;
}

.derecha {
	text-align:			right;
}

.invisible { display:	none; }
.visible { display:		block; }

#logoPeq {
	text-align:			right;
	margin-top:			15px;
	margin-right:		25px;
}
