/* ---- IMPORT STYLES ----- */

@import url(content.css);

/* ---- MAIN STYLES ----- */

body, html {
	background: #fff url(../images/bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}

body, td {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 15px;
}

p {
	margin: 5px 0 10px 0;
}

p.zero {
	margin: 0;
}

table, td {
	vertical-align: top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.displayno {
	display: none;
}

div.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.cleaner hr {
	display: none;
}

/* -- 1st HYPERLINK STYLE -- */

a {
	color: #df4c53;
	text-decoration: none;
}

a:hover {
	color: #bf0a22;
	text-decoration: underline;
}

/* -- 2nd HYPERLINK STYLE -- */

.a2 {
	color: #666;
	text-decoration: none;
}

.a2:hover {
	color: #333;
	text-decoration: underline;
}

/* - NAVIGATION STYLES - */

#navigation {
	margin: 155px 0 0 300px;
	width: 395px;
	height: 60px;
	padding: 0;
	position: absolute;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	
}

#navigation li, #navigation a {
	width: 75px;
	height: 60px;
	display: block;
}

#nav_home {left: 0; background: url(../images/navigation/nav_inicio_off.gif) left top no-repeat; }
#nav_home a:hover {background: url(../images/navigation/nav_inicio_on.gif) left top no-repeat; }
#nav_home a:visited:hover {background: url(../images/navigation/nav_inicio_on.gif) left top no-repeat; }
#nav_home_selected {left: 0; background: url(../images/navigation/nav_inicio_on.gif) left top no-repeat; }

#nav_auplans {left: 80px; background: url(../images/navigation/nav_planes_off.gif) left top no-repeat; }
#nav_auplans a:hover {background: url(../images/navigation/nav_planes_on.gif) left top no-repeat; }
#nav_auplans a:visited:hover {background: url(../images/navigation/nav_planes_on.gif) left top no-repeat; }
#nav_auplans_selected {left: 80px; background: url(../images/navigation/nav_planes_on.gif) left top no-repeat; }

#nav_usplans {left: 160px; background: url(../images/navigation/nav_promos_off.gif) left top no-repeat; }
#nav_usplans a:hover {background: url(../images/navigation/nav_promos_on.gif) left top no-repeat; }
#nav_usplans a:visited:hover {background: url(../images/navigation/nav_promos_on.gif) left top no-repeat; }
#nav_usplans_selected {left: 160px; background: url(../images/navigation/nav_promos_on.gif) left top no-repeat; }

#nav_support {left: 240px; background: url(../images/navigation/nav_soporte_off.gif) left top no-repeat; }
#nav_support a:hover {background: url(../images/navigation/nav_soporte_on.gif) left top no-repeat; }
#nav_support a:visited:hover {background: url(../images/navigation/nav_soporte_on.gif) left top no-repeat; }
#nav_support_selected {left: 240px; background: url(../images/navigation/nav_soporte_on.gif) left top no-repeat; }

#nav_contact {left: 320px; background: url(../images/navigation/nav_contacto_off.gif) left top no-repeat; }
#nav_contact a:hover {background: url(../images/navigation/nav_contacto_on.gif) left top no-repeat; }
#nav_contact a:visited:hover {background: url(../images/navigation/nav_contacto_on.gif) left top no-repeat; }
#nav_contact_selected {left: 320px; background: url(../images/navigation/nav_contacto_on.gif) left top no-repeat; }

/* --- LAYOUT STYLES --- */

#container { 
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#layout_home 	{ width: 700px; background: transparent url(../images/bg_home.jpg) top left no-repeat; }
#layout_auplans { width: 700px; background: transparent url(../images/bg_auplans.jpg) top left no-repeat; }
#layout_usplans { width: 700px; background: transparent url(../images/bg_usplans.jpg) top left no-repeat; }
#layout_support { width: 700px; background: transparent url(../images/bg_support.jpg) top left no-repeat; }
#layout_contact { width: 700px; background: transparent url(../images/bg_contact.jpg) top left no-repeat; }
#layout_terms	{ width: 700px; background: transparent url(../images/bg_terms.jpg) top left no-repeat; }

#logo {
	position: absolute;
	margin: 31px 0 0 402px;
	width: 181px;
	height: 94px;
	background: transparent url(../images/logo.gif) top left no-repeat;
	background-image: url(../images/logo.gif);
}

#content_left {
	margin: 305px 45px 0 0;
	padding-left: 5px;
	float: left;
	width: 325px;
}

#content_right {
	margin: 250px 0 0 0;
	float: right;
	width: 325px;
}

#content {
	padding: 0 5px;
	width: 690px;
}

#footer {
	width: 100%;
	height: 57px;
	margin: 20px 0 10px 0;
	background: #fff url(../images/footer_bg.gif) top left repeat-x;
}

#footer_layout {
	width: 700px;
	margin: 0 auto;
}

#terms {
	position: absolute;
	margin: 25px 0 0 5px;
	font-size: 10px;
}

#copyright {
	position: absolute;
	margin: 11px 0 0 270px;
	width: 157px;
	height: 46px;
	background: transparent url(../images/copyright.gif) top left no-repeat;
}

#beeinteractive a {
	position: absolute;
	margin: 20px 0 0 580px;
	width: 119px;
	height: 27px;
	display: block;
	background: transparent url(../images/beeinteractive_off.gif) top left no-repeat;
}

#beeinteractive a:hover {
	background: transparent url(../images/beeinteractive.gif) top left no-repeat;
}

/* --- CONTENT STYLES --- */

.line {
	border-bottom: solid 1px #ccc;
	padding: 0;
	margin: 5px 0;
}

.line_dashed {
	border-bottom: dashed 1px #ccc;
	padding: 0;
	margin: 5px 0;
}

.line_dashed hr {
	display: none;
}

h1 {
	margin: 10px 0;
	padding: 3px 0;
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #bf0a22;
	border-bottom: dashed 1px #eaadb7;
	background: #fff;
}

h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

.table_cell {
	float: left;
	margin: 0 5px 5px 0;
}

/* --- UL & LI STYLES --- */

ul.bullets li, ol.bullets li {
	list-style: none;
	background: url(../images/bullet.gif) top left no-repeat;
	margin: 0 0 0 -40px;
	padding: 0 0 0 13px;
	line-height: 20px;
}
 
ul.bullets li li, ol.bullets li li {
	background: url(../images/bullet2.gif) top left no-repeat;
}

ul.bullets li li li, ol.bullets li li li {
	background: url(../images/bullet3.gif) top left no-repeat;
}

ul.bullets {
	margin-top: 0;
	margin-bottom: 0;
}

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff;
	border: solid 1px #cb2337;
	padding: 1px 3px 1px 3px;
}

textarea {
	overflow: auto;
	padding-right: 0;
}

input.submit {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #cb2337;
	border: solid 1px #333;
	padding: 1px 2px 1px 3px;
}

.required {
	color: #df4c53;
}

