@charset "UTF-8";
/* CSS Document */
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
fieldset div {
}
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.input {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
.input:hover, .input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
.login {
	background-image: url(../images/user.gif);
	background-repeat: no-repeat;
	background-position: 95% 3em;
}
.contact {
	background-image: url(../images/email2.gif);
	background-repeat: no-repeat;
	background-position: 98% 1em;
}
.form {
	/*background:#fff;*/
	padding:1em;
	border:1px solid #eee;
	width: 90%;
}
.date input {
	background-image:url(../images/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}
.radio, .date {
	position:relative;
	overflow: visible;
	visibility: visible;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
.email {
	width:14em;
}
.input.default {
	color:#bbb;
}
select {
	padding:0.15em;
	width:auto;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
textarea {
	padding:0.15em;
	width:auto;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
dl, dt, dd {
	margin:0;
	padding:0;
}
dd {
	width:416px;
	height:41px;
	background:url(../images/bg_bar2.gif) no-repeat 0 0;
	position:relative;
}
dd span {
	position:absolute;
	display:block;
	width:400px;
	height:25px;
	background:url(../images/bar2.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em {
	position:absolute;
	display:block;
	width:400px;
	height:25px;
	background:url(../images/bg_cover.gif) repeat-x;
	top:0;
}
#bar_pro {
	margin: auto;
	width: 450px;
}
.boton {
	background-color: #303685;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.boton:hover {
	background-color: #E82B21;
}
#menu_usuario {
	width: 20%;
	float: left;
	margin-right: 10px;
}
#menu_usuario ul {
	margin: 0px;
	padding: 0px;
}
#menu_usuario li {
	list-style-type: none;
}
#menu_usuario a {
	font-weight: bold;
	display: block;
	height: 30px;
	line-height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin: 0px;
}
#menu_usuario a:hover {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.boton_k {
	background-color: #6196D6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 30%;
}
.boton_k:hover {
	background-color: #E86E61;
}
.agregar a {
	background-color: #0E3581;
	display: block;
	width: 94px;
	height: 23px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-image: url(../images/iconos/agregar.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	font-size: 10px;
}
.agregar a:hover {
	background-color: #4171AF;
	display: block;
	width: 94px;
	height: 23px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-image: url(../images/iconos/agregar.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	font-size: 10px;
}
img {
	border: 0;
}
#siteWrap {
	width: 500px;
	height: 250px;
}
#pageWrap {
	width: 100%;
	height: 100px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.page {
	cursor: pointer;
	height: 96px;
	width: 77px;
	margin-left: 10px;
	float: left;
}
#bubbleWrap {
	left: 100px;
	top: 10px;
	width: 310px;
	height: 115px;
	margin-top: 10px;
	margin-right: 90px;
	margin-bottom: 10px;
	margin-left: 90px;
}
.bubble {
	position: absolute;
	height: 112px;
	width: 308px;
	margin: auto;
	text-align: center;
}
