/*
Theme Name: QKStudio HTML5 v2
Theme URI: http://www.qkstudio.com/
Version: 2.0
Description: HTML5 theme
Author: QKStudio
Author URI: http://www.qkstudio.com
*/


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
h2.none { display:none;}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; overflow-x:hidden; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.231;
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */
/*
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
*/

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { /*margin: 1em 0; padding: 0 0 0 20px;*/ }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */






/* ==================
   Initializr Theme
   ================== */


body{
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
}

section#clientes-destacados { height:635px; /*background:#666;*/ margin: 0px 0px 0px 0px;}


.wrapper{
	margin:auto;
	width:980px;
	position:relative;
	z-index:9999;
}

#contenido-central { clear:both; padding:10px 0px 15px 0px; margin:0px auto; /*background: url(images/sombra.png) top center no-repeat;*/}

/*
#header-container{
	background-color:#f16529;
	height:130px;
	border-bottom:20px solid #e44d26;
	margin-bottom:50px;
	-webkit-box-shadow:0 40px 40px -40px #AAA;
	   -moz-box-shadow:0 40px 40px -40px #AAA;
	        box-shadow:0 40px 40px -40px #AAA;
}
*/
h1,h2,h3,h4,h5,h6{padding: 0px; margin:0px;font-weight:normal; line-height:normal;}
p{padding: 0px; font-weight:normal;}


/*animation logo*/
@-moz-keyframes hoveraction {
   0% { -moz-transform: translateX(-190px); }
   40% { -moz-transform: translateX(-190px); }
   43% { -moz-transform: translateX(-285px); }
   43.01% { -moz-transform: translateX(-95px); }
   45% { -moz-transform: translateX(0); }
   90%  { -moz-transform: translateX(0); }
   95.97%{ -moz-transform: translateX(-95px); }
   96%{ -moz-transform: translateX(-285px); }
   99% { -moz-transform: translateX(-190px); }
   100% { -moz-transform: translateX(-190px); }
}
/*kill it */

header nav, 
header.wrapper div#qk_logo,
header.wrapper nav {
	float:left;
}
header.wrapper div#qk_logo { width:200px; }
header.wrapper div#qk_logo a, header.wrapper div#qk_logo a h1 {float: left;}
header.wrapper div#qk_logo a span { 
	display:block;
	width:95px;
	height:70px;
	float:left;
	overflow:hidden;
	}
	
header.wrapper div#qk_logo a span span#studio { 
	display:block;
	width:285px;
	height:70px;
	float:left;
	background-image:url(images/logo_qk_half2.html);
	background-repeat: no-repeat;
	-moz-animation-name: hoveraction;
	-moz-animation-duration: 10s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: hoveraction;
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
}

/*header.wrapper div#qk_logo a span span#studio:hover {
	-moz-animation-name: hoveraction;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease-in-and-out;
	-moz-animation-delay: 1s;
	-moz-animation-iteration-count: infinite; 
}*/

header.wrapper nav ul li{
	float: left;
	display: inline-block;
	vertical-align: top;
	font: 20px 'LeagueGothicRegular', Helvetica, sans-serif; color:#fff; line-height:20px; text-transform:uppercase;
	padding: 33px 15px 0px 0px;

}


header.wrapper nav ul li a:link,
header.wrapper nav ul li a:visited
 {
	color:#666666;
	text-decoration: none;
	
	
	
	background: none; margin: 0px 0px 0px 0px; padding:3px 5px; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
	
	-webkit-transition: background 0.5s linear; -moz-transition: background 0.5s linear; -o-transition: background 0.5s linear; transition: background 0.5s linear; 
}

header.wrapper nav ul li a:hover {
background:#f71a9d; 
color:#fff;

-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px;

-webkit-transition: background 0.5s linear; 
-moz-transition: background 0.5s linear; 
-o-transition: background 0.5s linear; 
transition: background 0.5s linear;
}


header.wrapper nav ul li.current-menu-item {
background:#f71a9d; 
color:#fff;

-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px;
-webkit-transition: background 0.5s linear; 
-moz-transition: background 0.5s linear; 
-o-transition: background 0.5s linear; 
transition: background 0.5s linear;

	float: left;
	display: inline-block;
	vertical-align: top;
	font: 20px 'LeagueGothicRegular', Helvetica, sans-serif; color:#fff; line-height:20px; text-transform:uppercase;
	    margin: 28px 10px 0 0;
    padding: 5px 3px;
	}

header.wrapper nav ul li.current-menu-item a { color:#FFF;}



header.wrapper nav ul ul{
	padding: 10px 0px 0px 0px;
}

header.wrapper nav ul ul li{
	font: 11px Helvetica, Arial, sans-serif; color:#c6c6c6; line-height:16px; text-transform: none;
	float: left;
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}


header.wrapper nav ul ul li a:link,
header.wrapper nav ul ul li a:visited{
	color:#c6c6c6;
	text-decoration: none;
}


header.wrapper nav ul ul li a:hover{
	color:#e1e1e1;
	text-decoration: underline;
}

div#box_aside { float:right; }

div#refound { 
	float:right;
	width:120px;
	}

div#lang_choose {
	height:33px;
	display:block;
	width:120px;
	}

div#lang_choose ul#qtranslateslug-3.qts-lang-menu li
{ 
		list-style-type:none; float: right; background-color:#333333; opacity:0.5;
		-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear;
		}
div#lang_choose ul#qtranslateslug-3.qts-lang-menu li a { 
	font:12px Arial, Helvetica, sans-serif; 
	color:#c6c6c6; 
	line-height:15px; float:left;
	text-transform: none;
	padding:4px 8px 4px 8px;
	text-decoration:none;
	
	}

div#lang_choose ul#qtranslateslug-3.qts-lang-menu li:hover { background-color:#F71A9D; opacity:1; }
div#lang_choose ul#qtranslateslug-3.qts-lang-menu li.active a { color:#F71A9D; }
div#lang_choose ul#qtranslateslug-3.qts-lang-menu li.current-menu-item  { background-color:#F71A9D; opacity:1; color:#fff; }
div#lang_choose ul#qtranslateslug-3.qts-lang-menu li.current-menu-item a {color:#fff;}

/*	
.qtrans_language_chooser { margin:0 0 5px 0 !important;  padding-left:16px; float:left; }
.qtrans_language_chooser li { 
		list-style-type:none; float: left; background-color:#333333; opacity:0.5;
div#lang_choose ul#qtranslateslug-3.qts-lang-menu li		-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear;
		}
.qtrans_language_chooser li a { 
	font:11px Arial, Helvetica, sans-serif; 
	color:#c6c6c6; 
	line-height:16px; float:left;
	text-transform: none;
	padding:10px 10px 5px 10px;
	text-decoration:none;
	
	}
.qtrans_language_chooser li:hover { background-color:#F71A9D; opacity:1; }
.qtrans_language_chooser li.active a { color:#F71A9D; }
*/
	
div.me_gusta {	
	display: inline-block;
	width: 120px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin-left: 12px;
	}

	
div.tec_menu {
	float:right;
	display: inline-block;
	width:110px;
	padding-top:20px;
	margin-right:10px;
}

div.tec_menu a {
	display: block;
	float:left;
	width:46px;
	height:46px;
	padding:2px;
	opacity:0.5;
	background: none; 
	-moz-border-radius: 25px; -webkit-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px;
	-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; 
}
div.tec_menu a:first-child { margin-right:5px; }
div.tec_menu a:hover { 
	background: #f71a9d; 
	opacity:1;
}
	
div.lenguaje {	
	float: left;
	display: inline-block;
	width: 50px;
	text-align:center;
	padding: 3px;
	font-size: 11px;
	vertical-align: top;
	margin: 33px 0px 0px 0px;
	
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius:5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;

background:#6a0b41;
color: #e74ba3;	
	}
	
	div.lenguaje:hover {	
	float: left;
	display: inline-block;
	width: 50px;
	text-align:center;
	padding: 3px;
	font-size: 11px;
	vertical-align: top;
	margin: 33px 0px 0px 0px;
	
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius:5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;

background:#e74ba3;
color: #fff;	
	}	




section#bajada-qkstudio { display:inline-block; width:315px; vertical-align: top; margin: 10px 10px 10px 0px;}
section#bajada-qkstudio h1 {font: 32px 'LeagueGothicRegular', Helvetica, sans-serif; color:#0072ac; line-height:32px;
text-transform:uppercase; padding:0px 0px 0px 20px;}

section#descripcion-qkstudio { display:inline-block;  width:620px; vertical-align: top; margin: 10px 0px 10px 0px;}
section#descripcion-qkstudio p { font: 15px Helvetica, Arial, sans-serif; color:#999999; line-height:21px; padding:0px; margin:0px;}
section#descripcion-qkstudio p a:link,
section#descripcion-qkstudio p a:visited { color:#ccc; text-decoration:none;}
section#descripcion-qkstudio p a:hover { color:#F61896; text-decoration:underline;}


section#creatividad-qkstudio { display:inline-block; vertical-align: top; width:350px; padding: 0px 0px 0px 0px; background: url(images/servicios_left.html) no-repeat 0 0 transparent; margin:0px; float:left;}
section#creatividad-qkstudio h2 { font: 24px 'LeagueGothicRegular', Helvetica, sans-serif; color:#fff;text-transform:uppercase;padding:20px 0px 5px 25px;}

section#creatividad-qkstudio p,
section#creatividad-qkstudio div.textwidget p { padding: 20px 50px 5px 25px; font-size:12px; color:#999999;}

section#creatividad-qkstudio p a:link, section#creatividad-qkstudio p a:visited,
section#creatividad-qkstudio div.textwidget p a:link, section#creatividad-qkstudio div.textwidget p a:visited  {color:#ccc; text-decoration:none;}

section#creatividad-qkstudio p a:hover ,
section#creatividad-qkstudio div.textwidget p a:hover  {color:#F61896; text-decoration:underline;}

section#creatividad-qkstudio div.boton-presupuesto { margin: 0 auto; width:290px; padding: 10px 20px;}

#presupuesto {
    background: url(images/solicite_presupuesto.html) no-repeat scroll 0 0 transparent;
    display: block;
    height: 70px;
    text-decoration: none;
    width: 230px;
}
#presupuesto:hover {
    background-position: -230px 0;
}
#presupuesto span {
    display: none;
}



.leermas {
    background: url(images/leermas.html) no-repeat scroll 0 0 transparent;
    color:#0172aa;
    display: block;
    height: 40px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    width: 100px;
	float:right;
	
}
.leermas:hover {
    background-position: -100px 0;
    color: #f61896;
}
.leermas span {
    font: 20px 'LeagueGothicRegular', Helvetica, sans-serif; 
    line-height: 30px;
    padding: 5px 0px 0px 15px;
    text-decoration: none;
    vertical-align: middle;
	display:block;
}


div#contenedor.wrapper {/*background: url(images/servicios.png) no-repeat 0 0 transparent;*/ height:280px; display:block;}

.navlist_servicios{position:relative;/*height:280px;*/ width:605px;}
.navlist_servicios li{margin:0px;padding:0px;list-style:none;/*position:absolute;*/top:0;}
.navlist_servicios li, .navlist_servicios h2 a{display:block;}

div.navlist_servicios ul.serv01 h2 a { font: 24px 'LeagueGothicRegular', Helvetica, sans-serif; color:#e1e1e1; text-transform:uppercase; line-height:24px; padding:40px 10px 0px 110px; float:left; text-decoration:none;}

div.navlist_servicios ul.serv02 h2.dos a{ font: 24px 'LeagueGothicRegular', Helvetica, sans-serif; color:#e1e1e1; text-transform:uppercase; line-height:24px; padding:25px 10px 0px 160px; float:left; text-decoration:none;}

div.navlist_servicios ul.serv03 h2.tres a { font: 24px 'LeagueGothicRegular', Helvetica, sans-serif; color:#e1e1e1; text-transform:uppercase; line-height:24px; padding:25px 10px 0px 190px; float:left; text-decoration:none;}



div.navlist_servicios ul.serv01 h2 a:hover,
div.navlist_servicios ul.serv02 h2.dos a:hover,
div.navlist_servicios ul.serv03 h2.tres a:hover
{color:#F61896;}



.serv01{left:0px; height:109px; /*border: 1px solid #060;*/}
.serv01{background:url(images/servicios.html) 0 0;}
.serv01:hover {background:url(images/servicios.html) 0 -291px; 
/*
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	*/
}

.serv02{left:0px; height:91px; /*border: 1px solid #060;*/}
.serv02{background:url(images/servicios.html) 0 -109px;}
.serv02:hover {background:url(images/servicios.html) 0 -690px;}


.serv03{left:0px; height:91px; /*border: 1px solid #060;*/}
.serv03{background:url(images/servicios.html) 0 -200px;}
.serv03:hover {background:url(images/servicios.html) 0 -1071px;}



section#tres-columnas article.s1 { float:left; height:109px;}
section#tres-columnas article.s2 { float:left; height:91px;}
section#tres-columnas article.s3 { float:left; height:109px;}

div.navlist_servicios ul.serv01,
div.navlist_servicios ul.serv02,
div.navlist_servicios ul.serv03 { padding:0px; margin:0px;}

section#tres-columnas article ul li{ list-style:none; padding:0px 15px 0px 0px; margin:0px 0px 0px 0px; /*float:left;*/}
span.separator {padding:45px 10px 0px 15px; display:block; }
span.separatordos {padding:30px 10px 0px 15px; display:block; }
span.separatortres {padding:22px 10px 0px 15px; display:block; }
/*
section#tres-columnas article ul li a:link,
section#tres-columnas article ul li a:visited{ color: #ccc; text-decoration:none;}
section#tres-columnas article ul li a:hover{ color: #ccc; text-decoration:underline;}
*/

section#tres-columnas article ul li a:link,
section#tres-columnas article ul li a:visited{ color: #ccc; text-decoration:none;}
section#tres-columnas article ul li a:hover{ color: #ccc; text-decoration:underline;}

section#tres-columnas { display:inline-block; width:605px; vertical-align: top; float:left; padding: 0px 0px 0px 0px; margin:0px; height:280px; }
/*section#tres-columnas h2 { font: 24px 'LeagueGothicRegular', Helvetica, sans-serif; color:#0172aa; text-transform:uppercase; line-height:24px;text-shadow: 1px 1px 1px #FFFFFF; padding:0px 0px 5px 0px; float:left;}

section#tres-columnas article { display:inline-block; width:32%;vertical-align: top; clear:both;}
section#tres-columnas article ul { list-style:none; padding:0px; margin:0px; float:left; }
section#tres-columnas article ul li{ list-style:none;padding:2px 0px; margin:0px; }

section#tres-columnas article ul li a:link,
section#tres-columnas article ul li a:visited{ color: #767676; text-decoration:none;}
section#tres-columnas article ul li a:hover{ color: #666; text-decoration:underline;}
section#tres-columnas article img { float:left; padding:0px 10px 50px 0px;}*/

section#novedades-inicio {  height:230px; margin: 15px 0px 0px 0px;}

article.col01,
article.col02,
article.col03 { float: left; width:33%; padding: 10px 0px 0px 0px;}

article.col01 div.nov_img,
article.col02 div.nov_img,
article.col03 div.nov_img { height:85px; width:310px; background:#999; border-bottom:1px solid #FFF;} 


article.col01 div.bg_not1,
article.col02 div.bg_not2,
article.col03 div.bg_not3 { width:290px; padding:10px 10px 0px 10px;}

article.col01 div.bg_not1 { background: url(images/bg_not1.html) 0 0 no-repeat; height:130px;}
article.col02 div.bg_not2 { background: url(images/bg_not2.html) 0 0 no-repeat; height:130px;}
article.col03 div.bg_not3 { background: url(images/bg_not3.html) 0 0 no-repeat; height:130px;}

article.col01 h2,
article.col02 h2,
article.col03 h2 { color: #333; font: 24px 'LeagueGothicRegular', Helvetica, sans-serif; line-height:24px; padding: 0px 0px 5px 0px;text-shadow: 1px 1px 1px #FFFFFF;} 

article.col01 h2 a:link, article.col01 h2 a:visited,
article.col02 h2 a:link, article.col02 h2 a:visited,
article.col03 h2 a:link, article.col03 h2 a:visited { color: #333; text-decoration:none;} 

article.col01 h2 a:hover,
article.col02 h2 a:hover,
article.col03 h2 a:hover { color: #333; text-decoration:none;} 


article.col01 p,
article.col02 p,
article.col03 p { color: #484848; font: 12px; padding: 0px 0px 5px 0px;} 

article.col01 p.fecha,
article.col02 p.fecha,
article.col03 p.fecha { color: #767676; font: 11px; line-height:16px; float:left; padding: 0px 19px 0px 0px; background:url(images/flecha_blanca.html) bottom right no-repeat; height:17px;} 

article.col01 p.etiquetas,
article.col02 p.etiquetas,
article.col03 p.etiquetas { color: #767676; font: 11px; float:left; padding: 0px 0px 0px 3px;} 

article.col01 p.etiquetas a:link, article.col01 p.etiquetas a:visited,
article.col02 p.etiquetas a:link, article.col02 p.etiquetas a:visited,
article.col03 p.etiquetas a:link, article.col03 p.etiquetas a:visited { color: #0072ac; text-decoration:none;} 

article.col01 p.etiquetas a:hover,
article.col02 p.etiquetas a:hover,
article.col03 p.etiquetas a:hover { color: #0072ac; text-decoration:underline;} 



/*
section#certificaciones { display:inline-block;border:1px solid #c5c5c5; margin: 0px 0px 0px 0px; padding:10px 10px 10px 10px; vertical-align:top; height:110px;width:290px; background:#ededed;}
*/

section#certificaciones { display:inline-block; margin: 0px 0px 0px 0px; padding:0px 0px 0px 0px; vertical-align:top; width:280px;}

section#certificaciones div#google { float:left;}
section#certificaciones div#iso9001-2008 {float:left; padding:0px 0px 0px 0px;}
section#certificaciones div#html5-dev {float:left;padding:0px 0px 0px 0px;}
div#tda-dev {float:left;padding:0px 0px 0px 0px;}
div#ar-dev{float:left;padding:0px 0px 0px 0px; margin-left:9px;}

#google2 {
    background:  url(images/google_adwords.html) no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 160px;
	
}
#google2:hover {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	 background-position: -160px 0;

}

#iso9001-20082 {
    background:  url(images/iso9001-2008.html) no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 120px;
	
}
#iso9001-20082:hover {
		-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
    background-position: -120px 0;

}

#html5-dev2 {
    background:  url(images/html5.html) no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 30px;
	
}
#html5-dev2:hover {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
    background-position: -30px 0;

}

#ar-dev2 {
    background:  url(images/ar_footer.html) no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 43px;
	}

#ar-dev2:hover {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
    background-position: -43px 0;

}

#tda-dev2 {
    background:  url(images/tda_footer.html) no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 68px;
	}

#tda-dev2:hover {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
    background-position: -68px 0;

}


#google2 span, #iso9001-20082 span, #html5-dev2 span, #ar-dev2 span, #tda-dev2 span {
    display: none;
}


section#sub-mapa ul {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

section#sub-mapa ul li{
	float: left;
	display: inline-block;
	width: 110px;
	vertical-align: top;
	font: 22px 'LeagueGothicRegular', Helvetica, sans-serif; color:#fff; line-height:24px; text-transform:uppercase;
	padding: 28px 0px 0px 0px;
}


section#sub-mapa ul li a:link,
section#sub-mapa ul li a:visited {
	color:#fff;
	text-decoration: none;
}

section#sub-mapa ul li a:hover {
	color:#c6c6c6;
	text-decoration: none;
}




section#sub-mapa ul ul{
	padding: 5px 0px 0px 0px;
}

section#sub-mapa ul ul li{
	font: 11px Helvetica, Arial, sans-serif; color:#c6c6c6; line-height:16px; text-transform: none;
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 110px;
	padding: 0px 0px 0px 0px;
}


section#sub-mapa ul ul li a:link,
section#sub-mapa ul ul li a:visited {
	color:#c6c6c6;
	text-decoration: none;
}

section#sub-mapa ul ul li a:hover {
	color:#e1e1e1;
	text-decoration: underline;
}

/*
section#sub-mapa { 
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
margin: 38px 0px 0px 10px; padding:0px 0px 0px 0px; vertical-align:top; width:330px; height:200px;}

section#twitter { 
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
height:200px; margin: 70px 0px 0px 40px; padding:0px 0px 0px 0px;vertical-align:top; width:240px;}

section#newsletter { 
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
height:200px; margin: 57px 0px 0px 10px; padding:10px 0px 0px 10px;vertical-align:top;width:250px;background:url(images/bar_newsletter.png) top center no-repeat;}
*/

section#sub-mapa { 
float: left;
display: block;
margin: 38px 0px 0px 10px; padding:0px 0px 0px 0px; 
width:330px; height:200px;
clear: none;}

section#newsletter { 
float: left;
display: block;
height:200px; margin: 57px 0px 0px 10px; 
padding:10px 0px 0px 10px;
width:250px;
background:url(images/bar_newsletter.html) top center no-repeat;
clear: none;}

section#twitter { 
float: left;
display: block;

height:200px; margin: 70px 0px 0px 50px; padding:0px 0px 0px 0px;
width:240px;
clear:right;}





#contenedor_prefooter {
	height:515px;
	background:url(FONDOPIE.html) top center no-repeat !important;
	margin:10px auto 0px auto;
	padding:0px 0px;
	display:block;
}

#cont_medio { margin:0px auto; padding:0px; width:980px;display: block; overflow-x:hidden;}

/*
section#sub-mapa { float:left; margin: 38px 0px 0px 10px; padding:0px 0px 0px 0px; width:330px; height:200px;}
section#twitter { float:left; height:200px; margin: 70px 0px 0px 40px; padding:0px 0px 0px 0px;width:240px;}
section#newsletter { float:left; height:200px; margin: 57px 0px 0px 10px; padding:10px 0px 0px 10px;vertical-align:top;width:250px;background:url(images/bar_newsletter.png) top center no-repeat;}*/

section#newsletter h3 { color: #fff; font: 23px 'LeagueGothicRegular', Helvetica, sans-serif; line-height:18px; padding: 2px 0px 10px 10px; text-transform:uppercase;} 


/*
section#newsletter p {color: #9e9e9e; padding:10px 10px 0px 10px; display:inline-block;vertical-align:top; width:100px; font-size:11px; }*/

section#newsletter p {color: #9e9e9e; padding:10px 10px 0px 10px;font-size:11px; }

section#newsletter div#_MP_mailpress-2.MailPress {
	width: 200px;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	
	}

section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormEmail,
section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormName,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormEmail,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormName
{
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #333333;
   	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
    
	color: #D1D1D1;
    padding: 5px 5px;
    vertical-align: top;
	width: 200px;
	margin: 3px 0px;
}

section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormSubmit,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormSubmit
{
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius:5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
	}


section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormSubmit:hover,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormSubmit:hover
{
    background-color: #333333;
}


section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormEmail:hover,
section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormName:hover,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormEmail:hover,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormName:hover {
    background-color: #333333;
    border-color: #999999;
}
section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormEmail:focus,
section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormName:focus
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormEmail:focus,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormName:focus {
    background: none repeat scroll 0 0 #999999;
    color: #333333;
}

section#newsletter div#_MP_mailpress-2.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormSubmit,
section#newsletter div#_MP_mailpress-3.MailPress div.mp-container div.mp-formdiv form.mp-form input.MailPressFormSubmit
 {
    background-color: #F61896;
    border: medium none !important;
    color: #FFFFFF;
    margin: 0;
    padding: 5px;
    width: 100px;
}

div.mp-loading {color: #C6C6C6;width: 200px;font-size:12px;}
div.mp-message {color: #C6C6C6;width: 200px; font-size:12px;}

section#newsletter .suscribite {
    background: url(images/btn_suscribite.html) no-repeat 0 0 transparent;
    color: #fff;
    display: block;
    height: 40px;
    margin: 5px 0px;
    text-decoration: none;
    width: 100px;
	display:inline-block;
	vertical-align:top;
}
section#newsletter .suscribite:hover {
    background-position: -100px;
    color: #FFFFFF;
}
section#newsletter .suscribite span {
    font: 20px 'LeagueGothicRegular', Helvetica, sans-serif; 
    padding: 10px 0px 0px 15px;
	display:inline-block;
	vertical-align:top;
    text-decoration: none;
	text-transform:uppercase;
}

article#sociales { border-top:1px solid #373737; margin:10px 0px 0px 0px; padding:0px 0px 0px 0px;}

#navlist_social{position:relative;}
#navlist_social li{margin:0;padding:0;list-style:none;position:absolute;top:0;}
#navlist_social li, #navlist_social a{height:40px;display:block;}

#facebook_ico{left:0px;width:43px;}
#facebook_ico {background:url(images/social.html) 0 0;}
#facebook_ico:hover {background:url(images/social.html) 0 -39px;}

#twitter_ico{left:43px;width:39px;}
#twitter_ico{background:url(images/social.html) -43px 0;}
#twitter_ico:hover{background:url(images/social.html) -43px -39px;}


#youtube_ico{left:85px;width:40px;}
#youtube_ico {background:url(images/social.html) -85px 0;} 
#youtube_ico:hover {background:url(images/social.html) -85px -39px;} 


#linkedin_ico{left:125px;width:40px;}
#linkedin_ico{background:url(images/social.html) -125px 0;}
#linkedin_ico:hover{background:url(images/social.html) -125px -39px;}


#flickr_ico{left:165px;width:40px;}
#flickr_ico {background:url(images/social.html) -165px 0;}
#flickr_ico:hover {background:url(images/social.html) -165px -39px;}

#googleplus_ico{left:205px;width:40px;}
#googleplus_ico{background:url(images/social.html) -205px 0;} 
#googleplus_ico:hover{background:url(images/social.html) -205px -39px;} 




/*
aside{
	color:white;
	padding:20px;
	float:right;
	height:500px;
	width:200px;
	background-color:#f16529;
	border-bottom:20px solid #e44d26;
	margin-bottom:50px;
	-webkit-box-shadow:0 0px 40px -10px #AAA;
	   -moz-box-shadow:0 0px 40px -10px #AAA;
	        box-shadow:0 0px 40px -10px #AAA;
}
*/

#main p{
	font:16px/26px Helvetica, Helvetica Neue, Arial;
	width:620px;
}

article header{
	margin-bottom:50px;
	padding-bottom:30px;
	width:700px;
	-webkit-box-shadow:0 45px 60px -60px #AAA;
	   -moz-box-shadow:0 45px 60px -60px #AAA;
	        box-shadow:0 45px 60px -60px #AAA;
}




/*
#footer-container{
	background-color:#f16529;
	height:240px;
	border-top:20px solid #e44d26;
	margin-top:50px;
	-webkit-box-shadow:0 -40px 40px -40px #AAA;
	   -moz-box-shadow:0 -40px 40px -40px #AAA;
	        box-shadow:0 -40px 40px -40px #AAA;
}

#footer-container footer{
	color:white;
}*/

section#clientes-destacados div.banda-clientes {
	/*background: url(images/banda_clientes_bg2.png) top center repeat-x;*/
	height:70px; width:100%; position:relative; top:490px; margin:0 auto;
	
	
	/*
	background: #b50769;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;*/}

/*
#estelares {
    background:  url(images/clientes_logo/estelares.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-decoration: none;
    width: 160px;
	
}
#estelares:hover {
    background-position: -160px 0;
 }
}

#bago {
    background:  url(images/clientes_logo/bago.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-decoration: none;
    width: 120px;
	
	
}
#bago:hover {
    background-position: -120px 0;
}


#tiza {
    background:  url(images/clientes_logo/tiza.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-decoration: none;
    width: 100px;
	
}
#tiza:hover {
    background-position: -100px 0;
}

#citibank {
    background:  url(images/clientes_logo/citibank.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-decoration: none;
    width: 140px;
	
}
#citibank:hover {
    background-position: -140px 0;
}

#pampers {
    background:  url(images/clientes_logo/pampers.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-decoration: none;
    width: 100px;
	
}
#pampers:hover {
    background-position: -100px 0;
}

#rexona {
    background:  url(images/clientes_logo/rexona.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-decoration: none;
    width: 100px;
	
}
#rexona:hover {
    background-position: -100px 0;
}

#hs {
    background:  url(images/clientes_logo/hs.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-decoration: none;
    width: 100px;
	
}
#hs:hover {
    background-position: -100px 0;
}



#bago span, #estelares span, #tiza span, #citibank span, #pampers span, #rexona span, #hs span {
    display: none;
}

div.logos { float:left;}*/

div.logos2 { float:left; padding: 0px 0px 0px 0px; margin: 0px 10px 0px 0px;}

div.banda-clientes div.wrapper div.logos2 a { }

/*div.banda-clientes div.wrapper div.logos2 a:hover {

	-moz-transition: background 0.5s linear 0s;
    background: none repeat scroll 0 0 #F71A9D;
    border-radius: 3px 3px 3px 3px;
	margin: 0px;
    padding: 5px 0px;

	}*/
	

div.banda-clientes div.wrapper div.logos2 a img {
	margin: 0px;
    padding: 5px 5px;
	opacity: 0.5;
	}

div.banda-clientes div.wrapper div.logos2 a:hover img {
	/*-moz-transition: background 0.5s linear 0s;
    background: none repeat scroll 0 0 #F71A9D;
    border-radius: 3px 3px 3px 3px;*/

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	margin: 0px;
    padding: 5px 5px;
	}


div.banda-clientes div.wrapper div.logos2.current a img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	margin: 0px;
    padding: 5px 5px;
	}




footer { background:url(images/footer.html) top center #272727 no-repeat; padding:7px 0px 0px 0px; margin:0px 0px 0px 0px; height: 100px;}
#cont_footer { vertical-align:top;}

footer p { font-size: 11px; color:#969696; margin:0px;}


div.data_fiscal{ float:left; width:50px; padding:5px 0px 0px 10px;}
div.data_fiscal img { width: 50px;}

div.texto_pie { float:left; width:190px; padding:5px 0px 0px 10px;
line-height:1.5;}
/*div.logo_pie { float:left; padding: 0px 5px; margin: 0px 10px; height:40px; border-left:1px solid #c5c5c5; border-right:1px solid #c5c5c5;}*/

div.tel{ float:left; width:340px;padding:13px 0px 0px 10px;}

div.tel p.pre-nro {color: #f61896; font: 18px 'LeagueGothicRegular', Helvetica, sans-serif; line-height:18px; padding: 0px 5px 0px 0px; display:inline-block;vertical-align:top;}


div.tel p.nro {color: #ffffff; font: 36px 'LeagueGothicRegular', Helvetica, sans-serif; line-height:36px; padding: 0px 10px 0px 0px;display:inline-block; vertical-align:top;}

div.tel p.nro a:link {color: #ffffff; text-decoration:none;}


div.arriba{ display:inline-block; vertical-align:top; width:45px; height:45px; padding:35px 0px 0px 16px;}

#subir {
    background:  url(images/subir.html) no-repeat scroll 0 0 transparent;
    display: block;
    height: 45px;
    text-decoration: none;
    width: 45px;
	outline: none;
}
#subir:hover {
    background-position: -45px 0;
	outline: none;
}
#subir span {
    display: none;
}


/*
#qkstudio {
    background:  url(images/qkstudio_pie.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    text-decoration: none;
    width: 110px;
}
#qkstudio:hover {
    background-position: -110px 0;
}
#qkstudio span {
    display: none;
}
*/


/*slider //////////////////////////////////////////////////////////////////// */

#footerSlideContainer {
	/*position: fixed;*/
	position:relative;
	bottom:0;
	width: 100%;
}
#footerSlideButton {
	background: url(images/tab_contacto2.html) top left no-repeat transparent;
	/*position: absolute;
	top: -35px;
	right: 200px;*/
	width:145px;
	height:35px;
	border: none;
	cursor: pointer;
	margin: 25px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
}
#footerSlideContent {
	width: 100%;
	height: 0px;
	background: #333;
	color: #CCCCCC;
	font-size: 0.8em;
	border: none;
	font-family: DejaVuSansBook, Sans-Serif;
}
#footerSlideText {
	background: #333;
	display: none;
	/*padding: 15px 10px 25px 25px;*/
}



/*panel contacto*/


/*
#panel {
    background: #333;
    height: 250px;
    display: none;
	padding:0px;
	margin:0px;
}

.slide {
    margin: 0px 300px 40px 0px;
    padding: 0px 0px 0px 0px;
	float:right;
	height: 40px;
	width: 150px;
	background: url(../images/tab_contacto.png) bottom center no-repeat;
	vertical-align:baseline;
	z-index: 10;
	display:inline-block;
}
.btn-slide {
    text-align: center;
    width: 150px;
    height: 25px;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    display: block;
    font: 18px 'LeagueGothicRegular', Helvetica, sans-serif; line-height:18px;
    color: #fff;
    text-decoration: none;
	
	
}
.active {

}
*/



html.js body div#contenedor_prefooter div#cont_medio section#twitter div#twtr-widget-1.twtr-widget div.twtr-doc div.twtr-ft { display:none;}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.mini_header { width:980px; margin:0 auto;}
.logo2 { padding:0px 0px 0px 270px;}

body#encuesta #forms_qkstudio h1 {font: 40px 'LeagueGothicRegular', Helvetica, sans-serif; color:#fff; line-height:40px;text-shadow: none; text-transform:uppercase; padding:50px 0px 0px 290px;}

#forms_qkstudio h1 {font: 40px 'LeagueGothicRegular', Helvetica, sans-serif; color:#0072ac; line-height:40px;text-shadow: 1px 1px 1px #FFFFFF; text-transform:uppercase; padding:0px 0px 0px 278px;}


/*OUTSOURCING*/

div.rotator-outsourcing { 
display: block;
margin: 10px 0px 10px 0px; 
padding:0px 0px 0px 0px; 
width:670px; 
height:300px;
background:#999;
}

html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick form#cforms9form.cform ol.cf-ol li#li-9-1 input#cf9_field_1.single,
html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick form#cforms9form.cform ol.cf-ol li#li-9-2 input#cf9_field_2.single,
html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick form#cforms9form.cform ol.cf-ol li#li-9-3 input#cf9_field_3.single,
html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick form#cforms9form.cform ol.cf-ol li#li-9-4 input#cf9_field_4.single,
html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick form#cforms9form.cform ol.cf-ol li#li-9-7 textarea#cf9_field_7.area

{
    width: 180px;
}


html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick form#cforms9form.cform ol.cf-ol li#li-9-5 select#cf9_field_5.cformselect,
html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick form#cforms9form.cform ol.cf-ol li#li-9-6 select#cf9_field_6.cformselect
{
    width: 190px;
}


html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick div#usermessage9a.cf_info,
html.js body.servicios div#contenedor2 div.descripcion aside.serv_diseno article.pod_clientedestacado div#quick div.failure

{
    width: 180px;
}



a.pf_comp:link, a.pf_comp:visited {
    background: none repeat scroll 0 0 #F61896;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    margin: 5px 0px 10px 0px;
    padding: 5px;
    text-decoration: none;
}
a.pf_comp:hover {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}



img.img_fl {
float: left;
    margin: 0 30px 0 0;
}



section#outsourcing_serv { 
display: block;
margin: 10px 0px 10px 0px; 
padding:0px 0px 0px 0px; 
width:670px; 
height:260px;
}

article.servi {
    -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
    float: left;
    height: 105px;
    padding: 10px 10px;
    width: 195px;
	}

article.servi img{
	float:left;
	padding: 0px 10px 0px 0px;
}

article.servi p{
    color: #CCCCCC;
    font-size: 12px;
    line-height: 18px;
	padding:0px;
	margin:0px;
}

article.servi a:link, article.servi a:visited
{
	color: #F61896;
    font: 18px 'LeagueGothicRegular',Helvetica,sans-serif;
    margin: 0px;
	padding: 0px;
    text-transform: uppercase;
	text-decoration:none;
}

article.servi a:hover
{
	color: #ccc;
	text-decoration:none;

}


section#quote_out { 
display: block;
margin: 30px 0px 30px 0px; 
padding:15px 0px 15px 0px; 
width:670px;
border-bottom: 1px solid #161616;
border-top: 1px solid #161616;
}


html.js body.servicios div#contenedor2 div.descripcion article.serv_cont section#quote_out article p.se1{
    color: #CCCCCC;
    font-size: 16px;
    line-height: normal;
	padding:0px;
	margin:0px;
	font-style:italic;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

html.js body.servicios div#contenedor2 div.descripcion article.serv_cont section#quote_out article p.se2{
    color: #CCCCCC;
    font-size: 26px;
    line-height: normal;
	padding:0px;
	margin:0px;
	font-style:italic;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}


article.pod_quick {
    background: none repeat scroll 0 0 #ffffff;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
    float: left;
    padding: 10px;
    width: 200px;
	height: 40px;
	margin: 10px 0px 0px 0px;
}



/*botones nuevos en home*/

.homepresupuesto {
	    float: left;
		padding: 0px 0px 0px 25px;
	}



#homepresu_icon{
  display: block;
  width: 140px;
  float:left;
  background: #ac0772; 
  margin: 0px 5px 0px 0px; 
  padding:5px 5px; 
  -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
   -webkit-transition: background 0.5s linear; -moz-transition: background 0.5s linear; -o-transition: background 0.5s linear; transition: background 0.5s linear;
   text-decoration:none;   
}

section#creatividad-qkstudio div.homepresupuesto a#homepresu_icon img { float:left;}

#homepresu_icon:link {text-decoration:none;}
#homepresu_icon:hover {/* background-position: -250px 0;*/  background: #333; text-decoration:none;  }
#homepresu_icon span { 
	font: 18px 'LeagueGothicRegular', Helvetica, sans-serif; text-transform:uppercase; color:#FFF;  padding:0px; margin:0px;  line-height:20px;
}  

section#creatividad-qkstudio div.homepresupuesto a#homepresu_icon p { 
	color:#FFF;
	font-size: 12px;
	padding:0px; margin:0px;
}  



#homeporf_icon{
  display: block;
  width: 140px;
  float:left;
  background: #980357; 
  margin: 0px 5px 0px 0px; 
  padding:5px 5px; 
  -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
   -webkit-transition: background 0.5s linear; -moz-transition: background 0.5s linear; -o-transition: background 0.5s linear; transition: background 0.5s linear;
   text-decoration:none;   
}

section#creatividad-qkstudio div.homepresupuesto a#homeporf_icon img { float:left; margin:0px 5px 0px 0px;}

#homeporf_icon:link {text-decoration:none;}
#homeporf_icon:hover {/* background-position: -250px 0;*/  background: #333; text-decoration:none;  }
#homeporf_icon span { 
	font: 18px 'LeagueGothicRegular', Helvetica, sans-serif; text-transform:uppercase; color:#FFF; padding:0px; margin:0px; line-height:20px;
}  

section#creatividad-qkstudio div.homepresupuesto a#homeporf_icon p { 
	color:#FFF;
	font-size: 12px;
	padding:0px; margin:0px;
}  


/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img {
	max-width: 100% !important;
	text-align: left;
}
  @page { margin: 0.5cm; }
  p, h2, h3 {
	orphans: 3;
	widows: 3;
	text-align: center;
}
  h2, h3{ page-break-after: avoid; }
}



div#col_central_blog article.destacado ul {}

/* 2013- agosto */

/* starting to theme */
div#jtweets-feed.theme-none { clear: both; margin: 0px 0px 5px 0px; height: 110px;}
div.followme { margin: 0px 0px 0px 10px;}

#jtweets-feed ul {
    margin: 10px 30px 10px 10px;
    position: relative;
}

#jtweets-feed ul li,
   {
	padding: 5px 0 5px 0;
	color: #333;
	}

#jtweets-feed ul li a:link,
#jtweets-feed ul li a:visited
   {
	color: #F61896;
	text-decoration: none;
	}

#jtweets-feed ul li a:hover
   {
	text-decoration: underline;
	}
