/*
Theme Name: Paginar.Net 2012
Theme URI: 
Description: 
Author: Nahuel Vercellino para PNET
Version: 1.0
License: Copyrigth
*/

a img {
    border: none;
    outline: none;
}
a {
    outline: none;
    text-decoration: none;
	border:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


a{ color:#999; }

/*body#web a{ color: #FF9933;}
body#mobile a{ color: #CC0066; }
body#business a{ color: #3399CC; }*/


.page-wrap {
    height: auto;
    margin: auto;
    overflow: hidden;
    max-width: 960px;
	width:100%;
}
.header {
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.header a#paginar-logo{
	width:200px;
	height:40px;
	display:block;
	border:none;
	outline:none;
	cursor:pointer;
	margin-top: 33px;
}
/*.header p {
    color: #A7A5A6;
    font-family: 'Open Sans', sans-serif; 
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
    margin-top: 34px;
}
.header p span {
    color: #5D5D60;
}*/
.header ul {
    height: 56px;
    overflow: hidden;
}
.header ul li {
    float: left;
    margin-right: 14px;
    font-size: 56px;
}
.header ul li a {
    color: #A7A5A6;
    font-family: 'Open Sans', sans-serif; /* font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 56px;
    line-height: 56px;
    text-transform: uppercase;
	letter-spacing:-3px;
	
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;		
}
.header ul li a#web-boton:hover, .header ul li a#web-boton.active {
    color: #FF9933;
}
.header ul li a#mobile-boton:hover, .header ul li a#mobile-boton.active {
    color: #CC0066;
}
.header ul li a#business-boton:hover, .header ul li a#business-boton.active {
    color: #3399CC;
}
.header a.logo{
    position: absolute;
    right: 0;
    top: 80px;
	width:65px;
	height:40px;
	display:block;	
}
.header a.logo img{ position:absolute;}
.header a.logo img#hover{ display:none;}


.menu-dos {
    height: 40px;
    position: relative;
    width: 100%;
	margin-top:-2px;
}
.menu-dos ul {
    bottom: 12px;
    height: 21px;
    left: 0;
    position: absolute;
}
.menu-dos ul li {
    float: left;
    margin-right: 8px;
}
.menu-dos ul li ul{
	padding-top:8px;
}
.menu-dos ul li ul li{
    float: none;
    margin-right: 0;
	background-color:#FFF;
	padding:3px 6px;
}
.menu-dos ul li ul li:last-child{
	box-shadow:0px 2px 5px -5px #333333;
}
.menu-dos ul li ul li a {
    color: #A7A5A6;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
	
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;		
}
.menu-dos ul li a {
    color: #999;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 0px;	
    margin-right: 3px;
	letter-spacing: -1px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;		
}
.menu-dos ul li a:hover, .menu-dos ul li a.active {
    color: #5D5D60;
}
body#web .menu-dos ul li a:hover, body#web .menu-dos ul li a.active {
    color: #FF9933;
}
body#mobile .menu-dos ul li a:hover, body#mobile .menu-dos ul li a.active {
    color: #CC0066;
}
body#business .menu-dos ul li a:hover, .header .menu-dos ul li a.active, body#business .menu-dos ul li a.active   {
    color: #3399CC;
}
.footer-wrap {
    background-color: #999999;
    height: 200px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}
body#web .footer-wrap {
    background-color: #FF9933;
}
body#mobile .footer-wrap {
    background-color: #CC0066;
}
body#business .footer-wrap {
    background-color: #3399CC;
}
body#bg-full .footer-wrap {
    position: absolute;
    bottom: -183px;
}
.footer-wrap .footer {
    height: 100%;
    margin: 20px auto auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}
.footer-wrap .footer ul.idiomas {
    float: left;
    height: 20px;
}
.footer-wrap .footer ul.idiomas li {
    float: left;
    height: 100%;
    width: 40px;
}
.footer-wrap .footer ul.idiomas li a {
    background-color: #FFFFFF;
    color: #999999;
    display: block;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 12px;
    line-height: 20px;
    opacity: 0.5;
    text-align: center;
    text-transform: uppercase;
}
body#web .footer-wrap .footer ul.idiomas li a {
    color: #FF9933;
}
body#mobile .footer-wrap .footer ul.idiomas li a {
    color: #CC0066;
}
body#business .footer-wrap .footer ul.idiomas li a {
    color: #3399CC;
}
.footer-wrap .footer ul.idiomas li a:hover, .footer-wrap .footer ul.idiomas li a.active {
    background-color: #FFFFFF;
    opacity: 1;
}
.footer-wrap .footer ul.menu-footer {
    float: left;
    height: 160px;
    margin-left: 75px;
    overflow: hidden;
    width: 640px;
}
.footer-wrap .footer ul.menu-footer li {
    float: left;
    height: 100%;
    width: 160px;
}
.footer-wrap .footer ul.menu-footer li ul {
    height: 100%;
    width: 100%;
}

.footer-wrap .footer ul.menu-footer li ul li {
    height: auto;
    width: 100%;
	overflow:hidden;
}
.footer-wrap .footer ul.menu-footer li ul li a {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
	
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;		
}
.footer-wrap .footer ul.menu-footer li ul li a:hover {
    color: #CCCCCC;
}






/*.footer-wrap .footer ul.menu-footer li ul li#menu-item-28 a:hover {
    color: #FF9933;
}
.footer-wrap .footer ul.menu-footer li ul li#menu-item-27 a:hover {
    color: #CC0066;
}
.footer-wrap .footer ul.menu-footer li ul li#menu-item-26 a:hover {
    color: #3399CC;
}*/

.footer-wrap .footer ul.menu-footer li ul li ul{
	height:auto;
	overflow:hidden;
	width:100%;
}
.footer-wrap .footer ul.menu-footer li ul li ul li{
}

.footer-wrap .footer ul.menu-footer li ul li ul li a {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
	
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;		
}
/*.footer-wrap .footer ul.menu-footer li ul li ul li a:hover{ color: #ccc; }*/



.footer-wrap .footer img {
    position: absolute;
	opacity:0.6;
	filter: alpha(opacity = 60);	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;			
}
.footer-wrap .footer img:hover {
	opacity:1;
	filter: alpha(opacity = 100);	
}
}
.footer-wrap .footer img#microsoft{
	top:10px; right:66px;
}
.footer-wrap .footer img#iso{
	top:0px; right:0px;
}
.content {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.content .slider {
}
/*.content .oneByOne1 {
    height: 540px;
    position: relative;
    width: 960px;
}
.content .oneByOne1 #categoria.slider .slider-item .contenedor-info{
    position: absolute;
    z-index: 999;
    max-width: 250px;
    height: auto;
	left:620px;
	top:400px;
}
.content .oneByOne1 .slider .slider-item .contenedor-info img.logo {
	margin-bottom:14px;
}
.content .oneByOne1 .slider .slider-item .contenedor-info span {
    font-family: 'Open Sans', sans-serif;
    width: auto;
	display:block;
}
.content .oneByOne1 .slider .slider-item .contenedor-info span.text1 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom:10px;
}
.content .oneByOne1 .slider .slider-item .contenedor-info span.text2 {
    font-size: 18px;
    line-height: 20px;
	margin-bottom:8px;
}
body#web .content .oneByOne1 .slider .slider-item .contenedor-info span.text2 {
    color: #FF9933;
}
body#mobile .content .oneByOne1 .slider .slider-item .contenedor-info span.text2 {
    color: #CC0066;
}
body#business .content .oneByOne1 .slider .slider-item .contenedor-info span.text2 {
    color: #3399CC;
}

body#web .content .oneByOne1 .slider .slider-item .contenedor-info span.text3 {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
	margin-bottom:8px;
}
body#business .content .oneByOne1 .slider .slider-item .contenedor-info span.text3 {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
}
body#mobile .content .oneByOne1 .slider .slider-item .contenedor-info span.text3 {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
}

.content .oneByOne1 .slider .slider-item img.grande {
    left: 0;
    margin-top: 0;
    position: absolute;
}
*/

#texto-slider-bg {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif; 
    font-size: 36px;
    left: 50%;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 40%;
    padding-bottom: 10px;
}


.content .destacado {
    height: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 940px;
}



h1 a, h1{
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 48px;
    line-height: 56px;
	color:#333;
	letter-spacing: -1px;
}
body#web h1 a, body#web h1{
    color: #FF9933;
}
body#mobile h1 a, body#mobile h1{
    color: #CC0066;
}
body#business h1 a, body#business h1{
    color: #3399CC;
}


h2 a, h2{
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 36px;
    line-height: 42px;
	color:#333;	
}
body#web h2 a, body#web h2{
    color: #FF9933;
}
body#mobile h2 a, body#mobile h2{
    color: #CC0066;
}
body#business h2 a, body#business h2{
    color: #3399CC;
}

h3 a, h3{
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 24px;
    line-height: 28px;
	color:#333;	
}
body#web h3 a, body#web h3, body#web h4 a, body#web h4, body#web h5 a, body#web h5, body#web h6 a, body#web h6{
    color: #FF9933;
}
body#mobile h3 a, body#mobile h3, body#mobile h4 a, body#mobile h4, body#mobile h5 a, body#mobile h5, body#mobile h6 a, body#mobile h6{
    color: #CC0066;
}
body#business h3 a, body#business h3, body#business h4 a, body#business h4, body#business h5 a, body#business h5, body#business h6 a, body#business h6{
    color: #3399CC;
}

h4 a, h4{
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 20px;
    line-height: 22px;
	color:#333;
}




h5 a, h5{
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 12px;
    line-height: 14px;
	color:#333
}




.boton-mas {
    bottom: 0;
    height: 20px;
    left: 0;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 20px;
}
.boton-mas a {
    background-color: #999999;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: -1px;
    text-align: center;
	cursor:pointer;
}
body#web .boton-mas a:hover {
    background-color: #FF9933;
}
body#mobile .boton-mas a:hover {
    background-color: #CC0066;
}
body#business .boton-mas a:hover{
    background-color: #3399CC;
}





.content .destacado p {
    color: #666666;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}
.content ul.otros {
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: auto;
	float:left;
}
.content ul.otros li {
    float: left;
    height: auto;
    margin-right: 20px;
    min-height: 210px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.content ul.otros li .trabajo-imagen {
    height: auto;
    margin-bottom: 10px;
    min-height: 90px;
    min-width: 160px;
    width: auto;
}

.content ul.otros li p {
    color: #666666;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}





.content ul.boxes {
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
	float:left;
}
.content ul.boxes li {
    background-color: #999999;
    float: left;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 300px;
}
.content ul.boxes li a {
    display: block;
    height: 100px;
}


/* INTERNA */

.content .main{
	width:620px;
	margin-right:40px;
	float:left;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

.content .main p.tags a.tags-links, address a{
	background-color:#999;
	border: 0 none;
	height: 24px;
	width: auto;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	padding:2px 6px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.content div.main p.tags a.tags-links:hover, address a:hover{
	background-color:#5D5D60;
}
body#web .content div.main p.tags a.tags-links:hover, body#web address a:hover{
	background-color:#ff9933;
}
body#mobile .content div.main p.tags a.tags-links:hover, body#mobile address a:hover{
	background-color:#cc0066;
}
body#business .content div.main p.tags a.tags-links:hover, body#business address a:hover{
	background-color:#3399CC;
}


/*.content .main p.tags a.tags-links{
	height:26px;
	padding:0px 8px;
	border-radius:8px;
	border:1px solid #eee;
	color:#A7A5A6;
	margin-right:4px;
	
	font-size:12px;
	
	transition: all 0.5s ease-in;	
	
	background-image: linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #F0F0F0),
		color-stop(1, #FFFFFF)
	);
}
.content .main p.tags a.tags-links:hover{
	
	border:1px solid #CCC;	
	
	background-image: linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E6E6E6),
		color-stop(1, #FFFFFF)
	);
}*/



.content .main h1,.content .main h2,.content .main h3,.content .main h4{
	margin-bottom:20px;
}
.content .main img{
	margin-bottom:0px
}
.content .main p a img{
	margin-top:0px;	
}

.content .main p{
	font-size:16px;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:20px;
}

.content .main p a.read-more{
	background-color: #999999;
	border: 0 none;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 2px 6px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: auto;
}
.content .main p a.read-more:hover{
	background-color: #5D5D60;
}

.content .side-bar{
	float:left;
	width:300px;
	height:auto;
	/* overflow:hidden; */
}
.content .side-bar ul.relacionados{
	width:100%;
	height:auto;
	overflow:hidden;
}
.content .side-bar ul.relacionados li{
	height: auto;
	margin-bottom: 20px;
	min-height: 140px;
	overflow: hidden;
	width: 100%;
}
.content .side-bar ul.relacionados li p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666;
}


/* CATEGORY */

.content ul.proyectos{
	width:100%;
	height:auto;
	overflow:hidden;
}
.content ul.proyectos li{
	width:300px;
	height:260px;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.content ul.proyectos li a.img-proyecto{
	border:0px solid #666;
	overflow:hidden;
	display:block;
	width:300px;
	height:170px;
	background-position:center center;
	background-repeat:none;
	background-size:300px 171px;
	
	/*
-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
*/
}
.content ul.proyectos li a.img-proyecto:hover{
	background-size:103% 103%;
}

.content ul.proyectos li a.noLink:hover{
	background-size:100% 100%;
}

.content ul.proyectos li a img{
	text-align:center;
	margin:auto;
	width:300px;
	height:170px;
	
	/*
-webkit-transition: width 0.2s ease-in-out , height 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out , height 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out , height 0.2s ease-in-out;
	transition: width 0.2s ease-in-out , height 0.2s ease-in-out;
*/
}
.content ul.proyectos li a img:hover{
	width:285px;
	height:162px;
}
.content ul.proyectos li a.noLink img:hover{
	width:300px;
	height:170px;
}

.content ul.proyectos li h3, .content ul.proyectos li h4{
	margin:3px 0px;
}

.content ul.pager{
	width:auto;
	height:20px;
	overflow:hidden;
	margin-top:20px;
}
.content ul.pager li{
	width:20px;
	height:20px;
	float:left;
	margin-right:10px;
}
.content ul.pager li a{
	display:block;
	width:100%;
	height:100%;
	background-color:#999;
}
.content ul.pager li a:hover, .content ul.pager li a.active{
	background-color:#000;
}


/* TRABAJO */

#sin-sidebar { width: 100%;}

.content .main .estamos-buscando h2, .content .main .estamos-buscando p{
	color:#666;
}
.content .main ul.lista-empleos{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin-top:20px;
}
.content .main ul.lista-empleos li{
	background-color:#999;
	width:100%;
	max-width:600px;
	height:auto;
	padding:10px;
	margin-bottom:20px;
}
.content .main ul.lista-empleos li h5, .content .main ul.lista-empleos li h3{
	color:#FFF;
}

.content .main ul.lista-empleos li .info{
	width:580px;
	height:80px;
	overflow:hidden;
}
.content .main ul.lista-empleos li .info p{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}

.content .main ul.lista-empleos li .boton-mas a {
    background-color: #fff;
    color: #999;
    display: block;
    font-family: 'Open Sans', sans-serif; /* font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: -1px;
    text-align: center;
	cursor:pointer;
}
.content .main ul.lista-empleos li .boton-mas a:hover{
    background-color: #666;
	color:#fff;
}

.content .side-bar h2, .content .side-bar  p{
	color:#666;
}

.content .side-bar div.wpcf7{
	margin-top:20px;
	white-space:100%;
}
.content .side-bar div.wpcf7 p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
}
.content .side-bar div.wpcf7 p input{
	margin-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	width:98%;
}
.content .side-bar div.wpcf7 p textarea{
	width:98%;
}

.content .side-bar div.wpcf7 p input.wpcf7-file{
	width:200px;
}
.content .side-bar div.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap div input.wpcf7-form-control{
	margin-top:0px;
}


.content .side-bar .wpcf7 form p input.wpcf7-submit, .main form.wpcf7-form input.wpcf7-submit {
	width:90px;
	height:25px;
	border:0;
	background-color:#999;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;			
}
.content .side-bar .wpcf7 form p input.wpcf7-submit:hover{
	background-color:#5D5D60;
}


/* CLIENTES */

.page-wrap .content ul#clientes.proyectos li{
	height:170px;
	background-color:#bfbfbf;
}
.page-wrap .content ul#clientes.proyectos li img{
	display:block;
}


/* CONTACTO */ 

div#map_canvas{
	width:960px;
	height:540px;
	margin:20px 0px;
}


/* BLOG */

ul.redes-sociales-blog{
	height:20px;
	overflow:hidden;
	margin-bottom:40px;
}
ul.redes-sociales-blog li{
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
ul.redes-sociales-blog li a{
	width:20px;
	height:20px;
	display:block;
	background-color:#999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
ul.redes-sociales-blog li a.fb:hover { background-color:#3b5998; }
ul.redes-sociales-blog li a.twitter:hover { background-color:#4cc2ff; }
ul.redes-sociales-blog li a.linkedin:hover { background-color:#4aa8db; }
ul.redes-sociales-blog li a.google:hover { background-color:#d23e2b; }
ul.redes-sociales-blog li a.mail:hover { background-color:#666; }








/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


.info-window{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
}
.info-window a{
	color:#0000FF;
}

div.content ul.boxes li a img {

	height:auto;

}


/* PAGINADOR */

.wp-pagenavi{
	width:auto;
	height:20px;
	overflow:hidden;
}
.wp-pagenavi span, .wp-pagenavi a{
	float:left;
	text-indent:-9000px;
	width:20px;
	height:20px;
	margin-right:10px;
}
.wp-pagenavi span.pages{
	display:none;
}
.wp-pagenavi a.first, .wp-pagenavi a.last{
	display:none;
}
.wp-pagenavi span.extend{
	display:none;
}
.wp-pagenavi a.previouspostslink{
	background:url(img/paginador-left.jpg) center center no-repeat;
	width:20px;
	height:20px;
	margin-right:20px;
}
.wp-pagenavi a.nextpostslink{
	background:url(img/paginador-right.jpg) center center no-repeat;
	width:20px;
	height:20px;
	margin-left:10px;
}
.wp-pagenavi a.page{
	background-color:#999;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.wp-pagenavi a.page:hover{
	background-color:#000;
}

.wp-pagenavi span.current{
	background-color:#000;
}

.recaptcha-9 .wpcf7-not-valid-tip { display:block; margin-left: 21px; }

.main form.wpcf7-form p {line-height: 5px; }



/* SOLO DESKTOP */

@media screen and (max-width: 960px) {

	div.content ul.boxes li a img {

		max-width:300px; height:auto; max-height:100px;

	}
}


/* MOBILE */

@media screen and (max-width: 959px) {


	body {margin-left: 12px; margin-right: 12px;}
	
	h3 a, h3 {
    color: #333333;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    line-height: 28px;
	}

	
	/* MENU */
	
	.page-wrap {
	width: 100%;
	}
	
	.header ul {
	margin-top: 0;
	}
	
	
	.menu-dos {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 11px;
	margin-bottom: 6px;
	margin-top: 30px;
	padding-bottom: 23px;
	}
	
	.menu-dos ul li a { 
	font-size: 36px;
	line-height: 36px;
	}
	
	.header {
	height: auto;
    overflow: hidden;
	}
	
	.header a#paginar-logo {
		margin-bottom: 25px;
    	margin-top: 12px;
	}
	
	.menu-dos ul {
    	height: auto;
    	position: relative;
    	bottom: 0px;
    	left: 0px;
    }
    
    .menu-dos ul li {
    float: left;
    margin-right: 8px;
    width: 100%;
    
	}
	
	.header ul {
	margin-top: 0;
	overflow: hidden;
	right: -4px;
	height: auto;
	}
	
	.header a.logo {
	right: 5px;
    top: 12px;
	}
	
	.header ul li a {
	font-size: 72px;
    line-height: 59px;
	}
	
	.header ul li {
	font-size: 31px;
	margin-right: 7px;
	width: 1238px;
	}
	
	.header p {
	margin-top: 10px;
	}
	
	.header a.logo img {
    	width: 60px;
    	
	}
	
	
	/* FOOTER */
	
	.footer-wrap{
		height:auto;
		overflow:hidden;
	}
	body#bg-full .footer-wrap {
		left: 0;
		bottom:-922px;
		position: absolute;
	}
	
	.footer-wrap .footer{
		width:auto;
		margin:0;
		padding:20px;
	}
	
	.footer-wrap .footer ul.idiomas {
		width:100%;
		height: 40px;
	}
	.footer-wrap .footer ul.idiomas li {
		width: 50%;
	}
	.footer-wrap .footer ul.idiomas li a {
		font-size: 24px;
		line-height: 40px;
	}
	.footer-wrap .footer ul.menu-footer {
		height: auto;
		overflow:hidden;
		margin-left: 0px;
		width: 100%;
	}
	.footer-wrap .footer ul.menu-footer li {
		width: 100%;
		margin-top:30px;
	}
	.footer-wrap .footer ul.menu-footer li ul li {
		margin-top:10px;
	}
	.footer-wrap .footer ul.menu-footer li ul li a {
		font-size: 24px;
		line-height: 20px;
		padding: 10px;
		background:url(img/bg-menu-footer-20.png) top left repeat;
	}
	.footer-wrap .footer ul.menu-footer li ul li a.on{
		background:url(img/bg-menu-footer-40.png) top left repeat;
	}
	.footer-wrap .footer ul.menu-footer li ul li ul li a {
		font-size: 24px;
		line-height: 20px;
		padding-left:45px;
		background:url(img/bg-menu-footer-40.png) top left repeat;
	}
	.footer-wrap .footer ul.menu-footer li ul li ul li a.click {
		background:url(img/bg-menu-footer-60.png) top left repeat;
	}
	.footer-wrap .footer img {
	  margin-right: 20px;
	  margin-top: 40px;
	  opacity: 1;
	  position:relative;
	}
	.footer-wrap .footer img#microsoft{
		top:auto; right:auto;
	}
	.footer-wrap .footer img#iso{
		top:auto; right:auto;
	}
	
	/* SIDE BAR */
	
	.content div.side-bar{
		width:100%;
		clear:both;
		padding-top:20px;
		border-top:1px solid #999;
	}
	
	.content .side-bar .form-wrap{
		display:none;
	}	
	
	.page-wrap .content .side-bar a{
		display:block;
		width:100%;
	}
	.page-wrap .content .side-bar a img{
		display:block;
		margin:auto;
	}
	
	/* HOME UNIDAD */
	
	.content ul.otros li .trabajo-imagen { display:none; }
	
	.content .destacado { margin-bottom: 40px; width:100%; }
	
	
	.content .destacado p { font-size: 26px; line-height: 35px; }
	
	body#web h2 a, body#web h2 { margin-bottom: 35px; }
	
	
	.content ul.boxes {
  	    width: 100%;
	}
	
	.content ul.otros {
    	margin-top: 0px;
    	margin-bottom: 0px;
	}
	
	.content ul.otros li {
    	width: 100%;
    	min-height: 130px;
    	
	}
	
	.content ul.otros li p {
    	margin-top: 0;
	}
	
	.content ul.boxes li a {
    	height: 100px;
    	height: 100%;
    	
	}
	
	.content ul.boxes li {
	height: 100px;
    width: 100%;
    text-align: center;
	}
	
	.content ul.boxes li a {
    width: 100%;
    height: 100px;
	}
	
	div.content ul.boxes li a img {

	width:auto; height:100px;
	max-height: none; max-width: none;
	}
	
	.sliderResponsive .slider-item a .contenedor-info {
		display:none;
	}

	.content .main p img.size-full{
		width:100%;

		height:auto;
	}
	


	.content .main .wp-pagenavi{
		margin-bottom:20px;
	}
	
	/* TRABAJO */
	
	.content div.side-bar{
		width:100%;
		clear:both;
	}
	
	.content .side-bar .form-wrap{
		display:none;
	}
	
	.content .main{
		width: 100%;
		max-width:960px;
	}
	.content .main ul.lista-empleos li{
		max-width:960px;
		width: 97%;
	}
	.content .main ul.lista-empleos li .info{
		width: 100%;
	}
	
	
	.content .side-bar ul.relacionados li {
		min-height:0;
	}
	
	
	/* CLIENTES */
	
	.page-wrap .content ul#clientes.proyectos li {
		width: 100%;
		min-width:auto;
	}
	.page-wrap .content ul#clientes.proyectos li a{
		display:block;
		width:100%;
		margin:auto;
		float:none;
	}
	
	/* PROYECTOS */
	
	.content ul.proyectos li {
		width: 100%;
		min-width:550px;
	}
	
	.content ul.proyectos li a.img-proyecto {
		float:left;
	}
	.content ul.proyectos li div{
		float:left;
		margin-left:10px;
	}
	.content ul.proyectos li div .boton-mas {
		margin-left: 0;
	}
	
	
	.header a#paginar-logo {
	
		margin-bottom: 35px;
    	margin-top: 13px;
	
	}

	
}
