/******************** CSS Document / webexperience.es ********************/

* { margin: 0; padding: 0; }

html, body, img { margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff url(images/background.jpg) repeat-x;
	font: normal 12px/1.8em arial, sans-serif;
	color: #666;
	text-align: center;
}

a {
	color: #666;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

/******************** Container ********************/

#container {
	width: 900px;
	margin: auto;
	background: url(images/logo.gif) no-repeat top left;
	text-align: left;
	position: relative;
}

#gorro_noel {
	position: absolute;
	z-index: 1;
	width: 63px;
	height: 55px;
	top: 5px;
	left: -11px;
}

/******************** Top ********************/

#top {
	width: 900px;
	height: 25px;
	background: url(images/top.gif) repeat-x top;
}

ul#top_links {
	float: right;
}

ul#top_links li {
	list-style: none;
	float: left;
}

ul#top_links li a {
	display: block;
	padding: 0 10px;
	background-color: #005BC3;
	font: normal 10px/25px arial, sans-serif;
	text-decoration: none;
	color: #BFD6F0;
}

ul#top_links li a:hover, ul#top_links li a:active {
	text-decoration: underline;
	color: white;
}

ul#top_links li#top_grey {
	width: 107px;
	height: 25px;
	background: #D9D9D9 url(images/top_grey.gif) no-repeat;
	margin-right: 10px;
}

ul#top_links li a#acceso {
	margin: 0 10px;
	padding-left: 15px;
	padding-right: 0;
	background: url(images/lock.gif) no-repeat left center;
	color: #666;
}

ul#top_links li a#inicio {
	padding-left: 20px;
	background: #005BC3 url(images/top_left.gif) no-repeat bottom left;
}

ul#top_links li a#legal {
	padding-right: 20px;
	background: #005BC3 url(images/top_right.gif) no-repeat bottom right;
}

body#inicio_active ul#top_links li a#inicio, body#legal_active ul#top_links li a#legal, body#quienes_somos_active ul#top_links li a#quienes_somos, body#empleo_active ul#top_links li a#empleo, body#contacto_active ul#top_links li a#contacto {
	color: white;
}

/* Teléfono */

#telefono, #telefono1, #telefono2, #telefono3, #telefono4, #telefono5, #telefono6, #telefono_inside {
	width: 900px;
	height: 80px;
	background: url(images/telefono.jpg) no-repeat right;
	text-align: right;
}

#telefono1 {background: url(images/telefono1.jpg) no-repeat right; }
#telefono2 {background: url(images/telefono2.jpg) no-repeat right; }
#telefono3 {background: url(images/telefono3.jpg) no-repeat right; }
#telefono4 {background: url(images/telefono4.jpg) no-repeat right; }
#telefono5 {background: url(images/telefono5.jpg) no-repeat right; }
#telefono6 {background: url(images/telefono6.jpg) no-repeat right; }

#telefono_inside {
	background: url(images/telefono_inside.gif) no-repeat right;
}

a#logo {
	position: relative;
	left: 20px;
	display: block;
	width: 131px;
	height: 80px;
	float: left;
}

a#logo span { display: none; }

#telefono p, #telefono1 p, #telefono2 p, #telefono3 p, #telefono4 p, #telefono5 p, #telefono6 p, #telefono_inside p {
	position: relative;
	top: 42px;
	right: 20px;
	font: normal 11px/1em arial, sans-serif;
	/*color: #005BC3;*/
}

/******************** Navbar ********************/

#navigation, #navigation1, #navigation2, #navigation3, #navigation4, #navigation5, #navigation6 {
	clear: both;
	width: 900px;
	height: 30px;
	background: url(images/navigation.jpg) no-repeat right;
}

#navigation1 { background: url(images/navigation1.jpg) no-repeat right; }
#navigation2 { background: url(images/navigation2.jpg) no-repeat right; }
#navigation3 { background: url(images/navigation3.jpg) no-repeat right; }
#navigation4 { background: url(images/navigation4.jpg) no-repeat right; }
#navigation5 { background: url(images/navigation5.jpg) no-repeat right; }
#navigation6 { background: url(images/navigation6.jpg) no-repeat right; }

ul#navbar {
	width: 760px;
	height: 30px;
	float: left;
}

ul#navbar li {
	list-style: none;
	float: left;
}

ul#navbar li a {
	display: block;
	height: 23px;
	margin: 2px 0 3px 0;
	padding: 1px 15px;
	font: normal 12px/23px arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #E5E5E5;
	float: left;
}

ul#navbar li a:hover, body#presencial_active ul#navbar li a#presencial, body#estandar_active ul#navbar li a#estandar, body#avanzado_active ul#navbar li a#avanzado, body#posicionamiento_active ul#navbar li a#posicionamiento, body#servicios_active ul#navbar li a#servicios, body#productos_active ul#navbar li a#productos {
	padding: 0 14px;
	text-decoration: none;
	color: white;
	border: 1px solid #666;
}

ul#navbar li a#presencial:hover { background: url(images/nav_green.gif) repeat-x; }

ul#navbar li a#estandar:hover { background: url(images/nav_orange.gif) repeat-x; }

ul#navbar li a#avanzado:hover { background: url(images/nav_avanzado.gif) repeat-x; }

ul#navbar li a#posicionamiento:hover { background: url(images/nav_red.gif) repeat-x; }

ul#navbar li a#servicios:hover { background: url(images/nav_blue.gif) repeat-x; }

ul#navbar li a#productos:hover { background: url(images/nav_violet.gif) repeat-x; }

body#presencial_active ul#navbar li a#presencial:link,
body#presencial_active ul#navbar li a#presencial:visited,
body#presencial_active ul#navbar li a#presencial:hover,
body#presencial_active ul#navbar li a#presencial:active {
	background: url(images/nav_green.gif) repeat-x;
}

body#estandar_active ul#navbar li a#estandar:link,
body#estandar_active ul#navbar li a#estandar:visited,
body#estandar_active ul#navbar li a#estandar:hover,
body#estandar_active ul#navbar li a#estandar:active {
	background: url(images/nav_orange.gif) repeat-x;
}

body#avanzado_active ul#navbar li a#avanzado:link,
body#avanzado_active ul#navbar li a#avanzado:visited,
body#avanzado_active ul#navbar li a#avanzado:hover,
body#avanzado_active ul#navbar li a#avanzado:active {
	background: url(images/nav_avanzado.gif) repeat-x;
}

body#posicionamiento_active ul#navbar li a#posicionamiento:link,
body#posicionamiento_active ul#navbar li a#posicionamiento:visited,
body#posicionamiento_active ul#navbar li a#posicionamiento:hover,
body#posicionamiento_active ul#navbar li a#posicionamiento:active {
	background: url(images/nav_red.gif) repeat-x;
}

body#servicios_active ul#navbar li a#servicios:link,
body#servicios_active ul#navbar li a#servicios:visited,
body#servicios_active ul#navbar li a#servicios:hover,
body#servicios_active ul#navbar li a#servicios:active {
	background: url(images/nav_blue.gif) repeat-x;
}

body#productos_active ul#navbar li a#productos:link,
body#productos_active ul#navbar li a#productos:visited,
body#productos_active ul#navbar li a#productos:hover,
body#productos_active ul#navbar li a#productos:active {
	background: url(images/nav_violet.gif) repeat-x;
}

/* Google search */

#google_search {
	width: 140px;
	height: 30px;
	float: right;
	display: none;
}

#google_search form#google_form {
	width: 140px;
}

#google_search form#google_form div { float: left; }

#google_search form#google_form div input {
	font-size: 10px;
	border: 1px solid #666;
	width: 105px;
	height: 14px;
	margin: 5px 0 0 0;
	padding: 1px;
}

#google_search form#google_form div input.google_button {
	width: 26px;
	height: 18px;
	margin-left: 5px;
	background: none;
	border: none;
	color: white;
	background: url(images/google_button.jpg) no-repeat;
}

/******************** Header ********************/

#header, #header1, #header2, #header3, #header4, #header5, #header6 {
	width: 850px;
	height: 205px;
	padding: 0 0 0 50px;
	background: url(images/header.jpg) no-repeat;
	position:relative;
}

#header h3, #header1 h3, #header2 h3, #header3 h3, #header4 h3, #header5 h3, #header6 h3 {
	font: normal 13px/1.2em arial, sans-serif;
	color: #BFD6F0;
	position:absolute;
	top:78px;
}

#header1 { background: url(images/header1.jpg) no-repeat; }
#header2 { background: url(images/header2.jpg) no-repeat; }
#header3 { background: url(images/header3.jpg) no-repeat; }
#header4 { background: url(images/header4.jpg) no-repeat; }
#header5 { background: url(images/header5.jpg) no-repeat; }
#header6 { background: url(images/header6.jpg) no-repeat; }

p#free_domain {
	padding: 0 0 0 50px;
	font-size: 12px;
	color: #EAB700;
	position:absolute;
	top:130px;
}

#buscador {
	width: 289px;
	height: 38px;
	padding: 0 20px;
	font: normal 11px/1.6em arial, sans-serif;
	color: white;
	position:absolute;
	top:160px;
}

#buscador form#form_buscador {
	width: 289px;
}

#buscador form#form_buscador div {
	float: left;
}

#buscador form#form_buscador div input, #buscador form#form_buscador div select {
	font-size: 11px;
	margin-right: 5px;
}

#buscador form#form_buscador div input {
	border: 1px solid #004F94;
	width: 110px;
	height: 12px;
	padding: 2px;
}

#buscador form#form_buscador div select {
	width: 50px;
	height: 16px;
}

#buscador form#form_buscador div input.button {
	width: 70px;
	height: 18px;
	background: none;
	border: none;
	color: white;
}

/******************** Banners (Home) ********************/

#web_presencial, #web_actual {
	width: 395px;
	height: 111px;
	margin: 15px 0; 
	padding: 27px 20px 12px 20px;
	float: left;
}

#web_presencial {
	background: url(images/web_presencial.jpg) no-repeat;
	margin-right: 30px;
}

#web_actual { background: url(images/web_actual.jpg) no-repeat; }

#web_presencial h3, #web_actual h3 {
	font: bold 22px/24px trebuchet ms, sans-serif;
}

#web_presencial h3, #web_presencial h3 a { color: #75C325; }

#web_actual h3, #web_actual h3 a { color: #ea7106; }

#web_presencial p, #web_actual p {
	width: 235px;
	margin-top: 5px;
	font: normal 11px/16px verdana, sans-serif;
}

#web_presencial p span, #web_actual p span {
	font-weight: bold;
	text-decoration: underline;
}

#web_presencial a.banners_button, #web_actual a.banners_button {
	display: block;
	width: 103px;
	height: 25px;
	margin-top: 8px;
	padding: 0 10px;
	font: bold 12px/25px arial, sans-serif;
	color: white;
	text-decoration: none;
}

#posiciona {
	clear: both;
	width: 880px;
	height: 41px;
	margin-bottom: 30px;
	background: url(images/posiciona.jpg) no-repeat;
	padding: 0 0 0 20px;
}

#posiciona p {
	margin: 0;
	font: normal 12px/41px arial, sans-serif;
	color: #EA0B06;
	float: left;
}

#posiciona p a { color: #EA0B06; }

#posiciona a.banners_button {
	position: relative;
	right: 9px;
	display: block;
	width: 103px;
	height: 25px;
	margin: 8px 0 0 0;
	padding: 0 10px;
	font: bold 12px/24px arial, sans-serif;
	color: white;
	text-decoration: none;
	float: right;
}

/******************** Content ********************/

#content {
	width: 900px;
	margin: 0 0 30px 0;
}

#content h3 {
	margin-top: 15px;
	font: normal 24px/1.2em trabuchet ms, sans-serif;
}

#content h4 {
	font: bold 14px/14px arial, sans-serif;
	color: #005BC3;
	text-decoration: none;
}

#content p {
	margin-top: 15px;
}

#content_left {
	width: 280px;
	padding: 20px 0 0 0;
	float: left;
}

#content_left h4 { width: 178px; height: 22px; text-indent: -999999px; background: url(images/our_work.gif) no-repeat top left; margin-bottom: 0; }


#right_inside {
	position: relative;
	right: 20px;
	width: 400px;
	padding-top: 0;
	float: right;
}

#content_right, #content_inside {
	padding: 20px 30px 0 50px;
	font-size: 1.1em;
	float: left;
}

#content_right {
	width: 540px;
	background: url(images/content.jpg) no-repeat top;
}

#content_right h3 { margin-top: 0; text-indent: -999999px; }

#content_inside {
	margin-top: 5px;
	width: 400px;
}

#right_inside h5, #content_inside h5, h5.only_table, #content_works h5, #content_works h1, #content_all h5 {
	font: bold 16px/1em arial, sans-serif;
	margin: 20px 0 5px 0;
	color: #005BC3;
}

h5 a { color: #005BC3; }

#content_inside p, #right_inside p { margin-top: 0; }

body#productos_active #content_inside p { margin-bottom: 20px; }

html>body .content_margin {
	clear: both;
	width: 900px;
	height: 0;
}

* html .content_margin { display: none; }

#content_all {
	width: 820px;
	padding: 20px 30px 0 50px;
}

a.features_btn, a.features2_btn, a.back {
	display: block;
	height: 29px;
	margin: 20px 0 0 0;
	font: normal 12px/27px arial, sans-serif;
	text-decoration: none;
	color: white;
}

a.features_btn:hover, a.features2_btn:hover, a.back:hover {
	text-decoration: underline;
}

a.features_btn, a.features2_btn {
	width: 239px;
	padding: 0 34px 0 12px;
}

a.features2_btn { width: 154px; }

a#features_blue { background: url(images/features_blue.jpg) no-repeat; }

a#features2_blue { background: url(images/features2_blue.jpg) no-repeat; }
a#features2_green { background: url(images/features2_green.jpg) no-repeat; }
a#features2_orange { background: url(images/features2_orange.jpg) no-repeat; }
a#features2_red { background: url(images/features2_red.jpg) no-repeat; }
a#features2_avanzado { background: url(images/features2_avanzado.jpg) no-repeat; }
a#features2_violet { background: url(images/features2_violet.jpg) no-repeat; }

a.back {
	width: 54px;
	padding: 0 22px 0 34px;
	text-align:right;
}

div#banner_info {
	display: block;
	width: 820px;
	height: 27px;
	margin: 20px 0 0 0;
	background: url(images/banner_info.jpg) no-repeat;
	font: normal 12px/27px arial, sans-serif;
	text-align: center;
}

body#inicio_active #content #content_left img {
	margin-top: 15px;
}

/******************** Content left ********************/

img.capturas {
	width: 280px;
	height: 233px;
	margin: 15px 0 0 0;
}

/* Years */

#years {
	position: relative;
	left: 50px;
	width: 400px;
	background: url(images/7years.gif) no-repeat top left;
	margin: 5px 0 30px 0;
	border-top: 5px solid #005BC3;
	float:left;
}

#years h3 {
	width: 235px;
	margin: 20px 0 10px 0;
	font: bold 22px/1.2em trebuchet ms, sans-serif;
	color: #005BC3;
	text-align: left;
	float: right;
}

#years p { clear: both; }

/* Note */

#note {
	position: relative;
	right: 20px;
	width: 340px;
	padding: 25px 30px;
	background: url(images/note.jpg) no-repeat;
	float: right;
}

#note h4 { text-align: right; }

#note p {
	margin: 20px 0 10px 0;
	font: normal 22px/1.4em trebuchet ms, sans-serif;
	font-style: italic;
	text-align: right;
}

/******************** Contact ********************/

#contact_body { width: 900px; background: url(images/contact_body.gif) repeat-y; }

#contact_header { width: 900px; background: url(images/contact_header.gif) no-repeat top; }

#contact { width: 900px; background: url(images/contact_footer.jpg) no-repeat bottom; }

form#form {
	width: 840px;
	margin: 0;
	padding: 20px 30px;
	background: url(images/contact.jpg) no-repeat bottom right;
}

form#form h2 { margin: 0 0 20px 0; font: bold 16px/1em trebuchet ms, sans-serif; }

form#form p { margin: 10px 0 0 0; }

form#form .line { margin: 5px 0; float: left; }

form#form .line label.etiqueta {
	width: 60px;
	padding: 5px 0;
	margin-right: 10px;
	float: left;
	text-align: right;
	font: normal 12px/1em arial, sans-serif;
}

form#form .line input.field , form#form .line textarea.field {
	width: 200px;
	padding: 3px;
	background: #F7F7F7 url(images/field_background.gif) repeat-x top;
	font: normal 12px/1em arial, sans-serif;
	border: 1px solid #BFBFBF;
	float: left;
	resize: none;
}

form#form .line input.button_form {
	width: 75px;
	margin: 5px 0 0 0;
	float: left;
}

/******************** Footer background ********************/

#footer_layer {
	clear: both;
	width: 100%;
	margin-top: 30px;
	background: #666 url(images/footer_background.gif) repeat-x top;
	text-align: left;
}

#footer_background {
	width: 900px;
	margin: auto;
	padding: 25px 0 30px 0;
	font: normal 12px/1.2em arial, sans-serif;
	color: white;
}

#footer_background h3 { font: normal 18px/1.8em trebuchet ms, serif; color: white; }

#footer_background h3 span { text-decoration: underline; font-style: italic; color: #ccc; }

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 66px;
	background: url(images/footer.jpg) no-repeat;
}

#footer p {
	width: 430px;
	padding: 10px 20px;
	font: normal 11px/1.4em arial, sans-serif;
	float: left;
}

#footer a { color: white; }

#footer a#we {
	display: block;
	width: 64px;
	height: 45px;
	margin-right: 20px;
	float: left;
}

#footer a#we span { display: none; }

a#sitemap {
	display: block;
	height: 25px;
	padding-left: 19px;
	font: normal 11px/25px arial, sans-serif;
	float: right;
}

a#rss {
	display: block;
	height: 25px;
	background: url(images/rss.jpg) no-repeat center left;
	padding-left: 19px;
	font: normal 11px/25px arial, sans-serif;
	float: right;
}

#more_links { clear: both; margin-top: 15px;}

#more_links h3 { padding-left: 25px; color: #ccc; }

#more_links ul { width: 300px; margin: 0 0 20px 0; float: left; }

#more_links ul li {
	list-style-type: none;
	background: url(images/icon_list.gif) no-repeat top left;
	padding-left: 25px;
	margin-top: 5px;
}

#more_links ul li a { color: white; }

#more_links ul li a:hover { color: #ccc; }

#creditos {
	clear: both;
	width: 900px;
	background: url(images/footer_separator.gif) no-repeat top;
	padding: 20px 0 0 0;
}

#creditos p {
	width: 210px;
	padding: 0 20px;
	float: left;
}
