@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #EAEAFF;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-size: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 


#container_hydra {
	width: 500px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-size: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container_index {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-size: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image: url(images/qll.jpg);
	background-repeat: no-repeat;
	height: 75px;
} 

#header_hydra {
	background-image: url(images/Hydra_logo.jpg);
	background-repeat: no-repeat;
	height: 75px;
	background-color: #FFFFFF;
	background-position: center center;
	border: 1px solid #9DACBF;
} 

a
{
  outline: none;
}

#subscribe {
	margin: 0px;
	padding: 0px;
}

#subscribe table {
	border-spacing: 0;
	 *border-collapse: collapse; /* hack is needed for IE7 also */ 
}

#subscribe td, #subscribe th { padding: 0; }

#top_menu{
	padding-top: 5px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 20;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 25px;
} 

#mainContent_hydra {
	margin: 1px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	border: 1px solid #9DACBF;
}

#mainContent_nutshell {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 125%;
	color: #000066;
}

#mainContent_nutshell_down {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 125%;
	color: #000066;
}

#mainContent_nutshell p{
	margin: 2px;
	padding: 2px;
}



#mainContent_nutshell li {
	padding-bottom: 2px;
}

#mainContent_nutshell_offer li {
	padding-bottom: 4px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000066;
}

#mainContent h3 {
	color: #D40139;
	margin-top: 10px;
	padding-top: 10px;
}
#mainContent  img {
	float: right;
	padding-left: 5px;
	padding-bottom: 3px;
	text-decoration: none;
}

#footer_login{
	font-size: 70%;
	color: #333333;
}

.valign {
	vertical-align: middle;
}
.around {
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.no_padding {
	margin: 0px;
	padding: 0px;
}

.around_inside {
	width: 350px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 10px;
}

.smaller {
	font-size: 80%;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#container table {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer_website {
	clear: left;
	float: none;
	font-size: 90%;
	padding: 1px;
	color: #666666;
}
.tdblock a { /* this formats the actual links as link boxes */
	text-align: center;
	color: #09014E;
	outline: none;
	padding: 1px;
}
.tdblock a:hover {
	text-decoration: none;
	color: #D40139;
}
.tdblock_footer_website { /* this formats the actual links as link boxes */
	font-size: 90%;
}
.tdblock_footer_website  a { /* this formats the actual links as link boxes */
	text-align: center;
	color: #666666;
	outline: none;
	padding: 1px;
	text-decoration: none;
}
.tdblock_footer_website  a:hover {
	text-decoration: underline;
	color: #CC0033;
}

.active {
	color: #008000;
	margin: 0px;
	font-size: 100%;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	text-decoration: none;
	font-weight: bold;
}
.inactive {
	text-decoration: none;
	margin: 0px;
	font-size: 100%;
	color: #0000AE;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}

.encima a:hover {
	background-color: #2B3AAA;
	color: #FFFFFF;
	text-decoration: none;
}
.clearleft {
	clear: left;
}#clearleft {
	clear: both;
}
.warning {
	color:#D40139;
}

