@charset "UTF-8";



/*=====================
Eric Meyer's reset start
=====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*=====================
Eric Meyer's reset end
=====================*/



body {
	color: #333;
	overflow-y: scroll;
	font: 62.5% Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	color: #166a55;
	font-size: 2.5em;
}
h3 {
	color: #000;
	font-size: 2em;
}
h4 {
	color: #fff;
	background-color: #166a55;
	font-size: 1.3em;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 2px;
}
/*h4 a {
	color: #fff;
	background-color: #166a55;
	text-decoration: none;
	display: block;
}*/
h4 a:hover {
	text-decoration: underline;
}
p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}

.container {
	width: 821px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.container .header {
	height: 224px;
	background: url(../images/header_bg.jpg) no-repeat left top;
	border-bottom: 7px solid #166a55;
	position: relative;
	margin-bottom: 20px;
}
img#eplus_logo {
	position: absolute;
	top: 55px;
	right: 0;
}
.container .header h2 {
	position: absolute;
	text-align: center;
	top: 142px;
	left: 191px;
}
#busqueda {
	clear: both;
	float: left;
	width: 821px;
	margin: 20px 0;
}
#col1 {
	float: left;
	width: 410px;
}
label {
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#buscaCodigos fieldset {
	background-color: #d9dadc;
	padding: 10px;
	display: block;
	float: left;
	width: 390px;
	margin-bottom: 10px;
}
#buscaCodigos fieldset a {
	color: #166a55;
	margin-left: 15px;
}
#buscaCodigos fieldset a:hover {
	text-decoration: none;
}
#buscaCodigos input {
	float: left;
	border: 1px solid #333;
	height: 24px;
	margin-right: 0.5em;
	font-size: 2em;
	width: 13em;
}
#buscaCodigos .green_btn {
	float: left;
	background: #166a55 url(../images/green_btn_l.png) no-repeat left top;
}
#buscaCodigos .green_btn input {
	border: 0;
	background: url(../images/green_btn_r.png) no-repeat right top;
	height: 28px;
	color: #fff;
	margin: 0;
	cursor: pointer;
	font-size: 1.3em;
	width: 5em;
}
#resultados {
	clear: both;
	border: 2px solid #d9dadc;
	padding: 8px;
	height: 140px;
	overflow-y: auto;
}
#resultados .resultado {
	background: url(../images/eplus_symbol.png) no-repeat left top;
	padding-left: 40px;
	margin-bottom: 2em;
}
#col2 {
	float: right;
}
#col2 a#mapa {
	display: block;
	padding: 10px;
	background-color: #d9dadc;
}
#ads {
	clear: both;
	border: 2px solid #d9dadc;
	padding: 8px;
	height: 140px;
	overflow-y: auto;
}
#ads .green_btn {
	float: left;
	margin: 0 0 0 150px;
	background: #166a55 url(../images/green_btn_w_l.png) no-repeat left top;
}
#ads .green_btn a {
	display: block;
	border: 0;
	background: url(../images/green_btn_w_r.png) no-repeat right top;
	height: 23px;
	margin: 0;
	padding-top: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 1.3em;
	width: 9em;
	text-align: center;
	text-decoration: none;
}
#explicacion {
	clear: both;
}
.expandable {
	/*border-top: 1px dotted #aaaaaa;
	background-color: #eeeeee;
	padding: 20px;*/
}

.container .footer {
	border-top: 7px solid #166a55;
	margin: 50px 0;
	padding-top: 20px;
}
.container .footer img {
	float: right;
	margin-right: 10px;
}
.container .footer p {
	margin-left: 10px;
}
.container .footer p a {
	color: #FF0000;
	text-decoration: none;
}
.container .footer p a:hover {
	text-decoration: underline;
}

