/* 
Theme Name: IONIX THEME
Theme URL: http://faunadiseno.com/
Description: Theme developed for IONIX
Author: Fauna Diseno
Author URI: http://faunadiseno.com
Version: 1.0

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	background-color: #454545;
}

#container {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	height: 150px;
	width: 100%;
	background-image: url(images/header-background.gif);
	border-top: 7px solid black;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
}

img#logo-ionix {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

#topTitle {
	position: relative;
	width: 955px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

div.menu {
	position: relative;
	float: right;
	margin-top: 109px;
	background-color: transparent;
	width: auto;
	height: 40px;
	text-align: center;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
}

.menu li {
	position: relative;
	/*display: table;*/
/* Para que el texto quede centrado en el menu */
	float: left;
	width: 150px;
	height: 40px;
	list-style-type: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	background-image: url(images/rollover-button.png);
	text-align: center;
}

.menu li:hover {
	background-position: bottom;
}

.current_page_item {
	background-position: bottom;
}

.menu li a {
	position: relative;
	display: block;
	/*display: table-cell;*/
	text-decoration: none;
	color: #808080;
	font-family: 'TitilliumText14L250wt' , Arial, Verdana;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
}



ul#secondary-menu {
	margin-top: 5px;
	position: absolute;
	right: 150px; /*150px*/
	width: 455px;
	height: 20px;
	background-color: transparent;
}

#secondary-menu li {
	float: left;
	padding: 1px 3px 3px 3px;
	list-style-type: none;
	background-color: transparent;
	border-right: 1px dotted #ccc;
}

#secondary-menu li a {
	padding: 5px;
	font-family: "Arial", verdana;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #999;
}

#secondary-menu li a:hover {
	color: #fff;
	background-color: #21b25a;
}

ul#qtranslate-chooser.qtrans_language_chooser {
	position: absolute;
	text-align: center;
	right: 0px;
	width: 140px;
	height: 30px;
	background-image: url(images/fondo-noticias.gif);
	background-position: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#qtranslate-chooser li {
	float: left;
	line-height: 15px;
	margin-left: 8px;
	list-style-type: none;
}

#qtranslate-chooser li a {
	font-family: "Arial", verdana;
	font-size: 11px;
	text-decoration: none;
	color: #ccc;
	vertical-align: middle;
	line-height: 28px;
}

#qtranslate-chooser li a:hover {
	text-decoration: underline;
}

div#lower-content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: both;
	background: url(images/contenido-back.gif) repeat-x;
	padding-bottom: 30px;
	background-color: #fff;
}

div#lower-content-holder {
	position: relative;
        width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

div#left-info {
	position: relative;
	float: left;
	width: 420px;
	margin-top: 15px;
	margin-left: 10px;
}

@-webkit-keyframes elGlower {
	from {
	-webkit-box-shadow: 0 0 9px #fff;
		 }

	50% {
	-webkit-box-shadow: 0 0 18px #fdb913;
		}

	to {
	-webkit-box-shadow: 0 0 9px #fff;
		}
}

ul#features {
	width: 420px;
	height: 100px;
}

#left-info p.features-info {
	color: #555;
	font-family: 'TitilliumText14L250wt' , Arial, Verdana;
	font-size: 15px;
	line-height: 20px;
	text-shadow: 0px 1px 0px #fff;	margin-top: 20px;
	width: 420px;
}

p.mas-info {
	color: #555;
	font-family: 'lucida grande' , Arial, Verdana;
	font-size: 11px;
	line-height: 20px;
	text-shadow: 0px 1px 0px #fff;	margin-top: 5px;
	width: 420px;
}

p.mas-info a {
	color: #555;

}

p.mas-info a:hover {
	color: #f0b913;

}

#features li {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
	list-style-type: none;
	overflow: hidden;
}

#features li#feature-1 {
	background-image: url(images/feature-1.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-1:hover {
	background-image: url(images/feature-1.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

#features li#feature-2 {
	background-image: url(images/feature-2.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-2:hover {
	background-image: url(images/feature-2.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

#features li#feature-3 {
	background-image: url(images/feature-3.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-3:hover {
	background-image: url(images/feature-3.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

#features li#feature-4 {
	background-image: url(images/feature-4.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-4:hover {
	background-image: url(images/feature-4.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}


/*Ingles features */
#features li#feature-1-en {
	background-image: url(images/feature-1-en.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-1-en:hover {
	background-image: url(images/feature-1-en.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

#features li#feature-2-en {
	background-image: url(images/feature-2-en.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-2-en:hover {
	background-image: url(images/feature-2-en.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

#features li#feature-3-en {
	background-image: url(images/feature-3-en.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-3-en:hover {
	background-image: url(images/feature-3-en.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

#features li#feature-4-en {
	background-image: url(images/feature-4-en.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#features li#feature-4-en:hover {
	background-image: url(images/feature-4-en.gif);
	background-position: bottom;
	-webkit-animation-name: elGlower;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

/* fin ingles feautures */

div#bubbleWrap {
	position: relative;
	float: left;
	margin-left: 370px;
	width: 400px;
	height: 150px;
	z-index: 20;
	height: 300px;
}

.bubble {
	position: absolute;
	width: 400px;
	right: 0px;
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0px #444;
	text-align: left;
}

img.imagen-estatica {
	position: absolute;
}

#bubbleWrap p.texto-estatico {
	position: absolute;
	width: 400px;
	right: 0px;
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0px #444;
	text-align: left;
}

div#bobbleWrap {
	position: relative;
	width: 158px;
	height: 215px;
float: left;
	background-color: transparent;
	z-index: 2;
}

.bobble  {
	position: absolute;
}

div#overview {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #ddd;/*#afd560*/
	/*background-image: url(images/overview-back.jpg);*/
	float: left;
	clear: right;
	background-image: url(images/stripe.png);
}

div#overview-holder {
	position: relative;
	background-image: url(images/background-test.jpg);
	height: 300px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid #aaa;
	border-right: 3px solid #aaa;
}

div#phone {
	position: relative;
	width: 200px;
	margin-left: 107px;
	margin-top: -30px;
	float: left;
	z-index: 2;
	display: none;
}

#phone img.logo-wifi {
	position: absolute;
	top: 75px;
	left: 22px;
	z-index: 1;
}

#bobbleWrap div.bobble img {
	z-index: -1;
}

#news-marquee {
	position: relative;
	height: 207px;
	width: 490px;
	background: url(images/border-news.gif) no-repeat;
	float: right;
        display:inline;
}

div.news-scroller {
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
	width: 470px;
	border: 1px solid #333;
	background-image: url(images/fondo-noticias.gif);
	background-color: #666;
	padding: 0px 0px 0px 0px;
    min-height: 185px;
}

div.news-scroller ul {
	position: relative;
}

#lower-content-holder div.news-scroller ul li {
	padding-top: 20px;
	position: relative;
	float: left;
	min-height: 165px;
}

#lower-content-holder div.news-scroller ul li h2 {
	margin-bottom: 20px;
	padding: 0px 30px 0px 30px;
	width: 408px;
}

#lower-content-holder div.news-scroller ul li h2 a:hover {
	color: #f0b913;
}

#lower-content-holder div.news-scroller ul li h2 a {
	color: #fff;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 12px;
	text-shadow: 0px 1px 0px #000;
	text-decoration: none;
}

#lower-content-holder div.news-scroller ul li p {
	color: #eee;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 30px 0px 30px;
	min-height: 42px;
	text-shadow: 0px 1px 0px #000;
	width: 408px;

}

#news-marquee div.news-scroller ul li p a.more-link {
	color: #f0b913;
}

#news-marquee a.prev {
	background: url(images/news-button-left.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 90px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
}

#news-marquee a.prev:active {
	background: url(images/news-button-left-active.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 90px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
}

#news-marquee a.next {
	background: url(images/news-button-right.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 91px;
	right: -10px;
	z-index: 3;
	overflow: hidden;
}

#news-marquee a.next:active {
	background: url(images/news-button-right-active.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 91px;
	right: -10px;
	z-index: 3;
	overflow: hidden;
}

#content-pages {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#content-pages div.info-holder img.imagen-if {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 80px;
}

#content-pages div.info-holder p {
	margin-top: 15px;
	position: relative;
	width: 360px;
	min-height: 135px;
	color: #444;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 11px;
	line-height: 22px;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
	float: left;
	margin-left: 20px;
	text-align: left;
}

#content-pages div.info-holder {
	position: relative;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 465px;
	min-height: 135px;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
} 

#content-pages div.info-holder p strong {
	font-weight: bold;
	color: #21b25a;
	text-shadow: 0px 1px 0px #fff;
}

#content-pages div.about-holder p {
	margin-top: 8px;
	position: relative;
	width: 420px;
	color: #666;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 11px;
	line-height: 16px;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#content-pages div.about-holder h1 {
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 18px;
	line-height: 36px;
	color: #21b25a;
	margin-left: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 1px dotted #aaa;
}

#content-pages h1.clientes-asociados {
	font-family: "TitilliumText14L250wt" , arial, verdana;
	font-size: 16px;
	line-height: 28px;
	color: #777;
	margin-left: 10px;
	margin-bottom: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	text-align: center;
}


#content-pages div.about-holder {
	position: relative;
	margin-bottom: 5px;
	margin-right: 18px;
	margin-left: 19px;
	width: 440px;
	min-height: 120px;
	float: left;
	padding-bottom: 10px;
} 

#content-pages div.about-holder p strong {
	font-weight: bold;
	color: #21b25a;
	text-shadow: 0px 1px 0px #ddd;
}

#content-pages div.desc-holder h1 {
	font-family: "TitilliumTitle01Thin" , arial, verdana;
	font-size: 18px;
	line-height: 26px;
	color: #808080;
	margin-top: 10px;
	width: 380px;
}

#content-pages div.info-holder h1 {
	font-family: "TitilliumTitle01Thin" , arial, verdana;
	font-size: 18px;
	line-height: 26px;
	color: #808080;
	margin-top: 10px;
	width: 380px;
}

#content-pages div.desc-holder p {
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 10px;
	line-height: 22px;
	margin-top: 10px;
	width: 380px;
	text-shadow: 0px 1px 0px #bbb;
	color: #444;
}

/*
div.desc-holder {
	top: 80px;
	left: 530px;
	position: absolute;
	clear: both;
	z-index:9999;
}
*/

div.desc-holder {
position: relative;
margin-left: 555px;
}

#overview-holder div.desc-holder h1 {
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0px #444;
	text-align: left;
	width: 380px;
	text-shadow: 0px 1px 0px #000;

} 

#overview-holder div.desc-holder p {
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
	width: 380px;
	text-shadow: 0px 1px 0px #000;
	color: #fff;
} 

#footer {
	height: 100px;
	width: 100%;
	background: url(images/fondo-footer.gif) repeat-x;
	border-top: 1px solid #aaa;
}

#footer-contents {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}

div#footer-info-left {
	float: left;
	width: 955px;
	margin-top: 20px;
}

#footer-info-left p {
	position: relative;
	float: left;
	color: #999;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 10px;
	line-height: 18px;
	text-shadow: 0px 1px 0px #000;
	text-align: left;
	border-left: 1px dotted #666;
	padding-left: 10px;
	margin-right: 10px;
	width: 190px;
	height: 55px;
}

#footer-info-left p a {
	text-decoration: none;
	color: #f0b913;
	line-height: 18px;
}

#footer-info-left p a:hover {
	text-decoration: underline;
	color: #f0b913;
	line-height: 18px;
}

#footer-info-left img.logo-footer {
	position: relative;
	float: right;
}

#footer-info-left p a img.checkmark {
	margin-right: 3px;
	vertical-align: text-bottom;
}

#content-pages div.info-holder ul {
	margin-top: 8px;
	position: relative;
	width: 400px;
	color: #444;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 11px;
	line-height: 22px;
	text-shadow: 0px 1px 0px #ccc;
	text-decoration: none;
	float: left;
	margin-left: 40px;
	text-align: left;
}

img.logo-partner {
	padding: 20px;
	border-right: 1px dotted #ccc;
}

#titulo-noticias {
	position: relative;
	float: left;
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 18px;
	color: #222;
	margin-left: 40px;
	margin-bottom: 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

#content-pages h1 {
	position: relative;
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 18px;
	color: #222;
	margin-bottom: 25px;
	margin-left: 9px;
	text-decoration: underline;
	text-shadow: 0px 1px 0px #fff;
}

div.post {
	float: left;
	min-height: 140px;
	width: 414px;
	padding-bottom: 20px;
	padding: 20px 20px 30px 20px;
	margin-bottom: 15px;
	margin-right: 9px;
	margin-left: 9px;
	border: 1px dotted #ccc;
	border-left: 4px solid #ccc;
	background-color: #efefef;
}

div.post:hover {
	background-color: #e9e9e9;
}

div.post h2 {
	position: relative;
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 16px;
	line-height: 18px;
	color: #21b25a;
	margin-bottom: px;
	text-shadow: 0px 1px 0px #fff;
}

#content-pages div.post p.fecha-noticias {
	font-size: 10px;
	color: #999;
	margin-bottom: 10px;
}

#post- p.fecha-noticias {
		font-size: 10px;
	color: #999;
	margin-bottom: 10px;
}


#content-pages div.post p {
	position: relative;
	color: #444;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 11px;
	line-height: 22px;
	text-shadow: 0px 1px 0px #ccc;
	text-decoration: none;
	text-align: left;
}

#post- p {
	position: relative;
	color: #444;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 11px;
	line-height: 22px;
	text-shadow: 0px 1px 0px #ccc;
	text-decoration: none;
	text-align: left;
	margin-bottom: 15px;
}

#overview-holder div.desc-holder h2 {
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0px #444;
	text-align: left;
	width: 380px;
	text-shadow: 0px 1px 0px #000;
}

#content-pages div.post p a.more-link {
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 11px;
	line-height: 22px;
	text-shadow: 0px 1px 0px #ccc;
	text-decoration: none;
	text-align: left;
	color: #21b25a;
}

#post- h2 a {
	position: relative;
	font-family: "TitilliumText14L400wt" , arial, verdana;
	font-size: 16px;
	line-height: 18px;
	color: #21b25a;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
}

#noticias-nav {
	float: left;
	width: 100px;
}

#noticias-nav a {
	color: #444;
	font-family: "Lucida Grande" , arial, verdana;
	font-size: 11px;
	text-shadow: 0px 1px 0px #ccc;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 120px;
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #ccc;
	background-color: #efefef;
	text-align: center;
	margin-bottom: 5px;
}

#noticias-nav a:hover {
	background-color: #ccc;
}