@charset "utf-8";
/* CSS Document */
#seleccion { font-size:10px; } img { border:none; } .opt:hover { background:#1a78be; color:#FFF; }
body {						background:			#e4e9f4;
							margin:				0;
							padding:			0;
							margin-left:		auto;
							margin-right:		auto;
							font-family:		"Century Gothic", Verdana, Geneva, sans-serif;
							font-size:			10px;
}
img {						border:				none;
}
a {							text-decoration:	none;
							color:				#00F;
}
a:visited {					color:				#00F;
}
a:hover {					color:				#FFF;
							text-decoration:	underline;
							background:			#1a78be;

}
#topMenu {					width:				1000px;
							margin-left:		auto;
							margin-right:		auto;
}
#topMenu a {				color:				#000;
							text-decoration:	none;
}
#topMenu a:hover {			color:				#fff;
							text-decoration:	none;
							background:			#1a78be;
							height:				20px;
							margin-bottom:		0;
}
#wrapper {					width:				1000px;
							border:				solid;
							border-width:		1px;
							border-color:		#d9d9d9;
							background:			#FFF;
							margin-left:		auto;
							margin-right:		auto;
}
#topLogo {					background:			#1a78be;
							margin-left:		auto;
							margin-right:		auto;
							text-align:			center;
}
#container { 				width:				500px;
							position:			relative;
							float:				left;
							margin-left:		10px;
}
#promo {					width:				450px;
							position:			relative;
}
#desplieguePromo {			height:				196px;
}
.errores {					border:				solid;
							border-color:		#F90;
							border-width:		1px;
							background:			#FFE3D7;
							color:				#F00;
							font-size:			15px;
							padding:			10px;
							font-size:			10px;
							width:				80%;
							margin-left:		auto;
							margin-right:		auto;
}
#lastRecordAdded {			border:				solid;
							border-color:		#0CF;
							border-width:		1px;
							background:			#CFF;
							color:				#000;
							font-size:			15px;
							padding:			10px;
							font-size:			10px;
							width:				80%;
							margin-left:		auto;
							margin-right:		auto;
}
#opIntranet a {				text-decoration:	none;
}
#opIntranet a:visited {		color:				#00F;
}
#opIntranet a:hover {		background:			#1a78be;
							color:				#FFF;
}
#info {						text-align:left !important;
							padding:0 !important;
							margin:0 !important;
}

input {						font-size:			10px;
}