html{
	color: #3399ff;
	background-image:url(/images/bgi/bg_html.jpg);
	background-position: top right; background-color: #bbbfc0 ; background-repeat:repeat-x; background-attachment:fixed;
}

body{
	background-image:url(/images/bgi/bg_body_bottom.png);
	background-position:bottom center; background-repeat: no-repeat;
	padding-bottom:18px;
}
body .box {
	background-image:url(/images/bgi/bg_body.png);
	background-position:top; background-repeat:repeat-y;
}

#ft { margin-top:10px; margin-bottom: 0;}
#ft img {float:right;}
#ft p {
  background-color:#3399FF;
  background-image:url(/images/bgi/bg_footer.jpg);
  background-position:top center;
  background-repeat:repeat-x;
  color: #ffffff;
  border-top: solid 5px #E6E6E6;
  text-align:center;
  vertical-align: middle;
  padding: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#ft a {
  color: white;
}

#hd {
	border-bottom: solid 5px #3399ff;
  padding-bottom:10px;
}

/* basic */

strong {
	font-weight: bold;
}

/* layout */
/* header */

.logo img {
  float: left;
}

.logo h1 {
	float:left;
	font-weight:bold;
	margin-left: 20px;
	padding-left: 20px;
	margin-top:35px;
	border-bottom-width:2px;
	border-left-color:#3399ff;
	border-left-style:solid;
}

.logo a {
  text-decoration: none !important;
}

/* mensaje flash */

.flash div {
  font-size: 160%;
  font-weight: bold;
	margin-top: 15px;
	padding: 20px 60px;
	border-top: 5px solid;
	border-bottom: 5px solid;
}

.flash .notice {
	background: #ffeeaa url(/images/confirmacion.gif) no-repeat 10px center;
	border-color: #93c600;
}

.flash .error {
	background: #ffeeaa url(/images/atencion.gif) no-repeat 10px 5px;
	border-color: #DE4327;
}

.flash .tip {
	background: #ffeeaa url(/images/tip.png) no-repeat 10px 5px;
	border-color: #6e9ccd;
}

.separador {
  width: 100%;
  text-align: center;
}

.separador img {
  width: 100%;
}