@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

#contacto {
}
.box {
	text-align: center;
	margin: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 200px;
}

.image img {
    width: 100%;
    height: auto;
    overflow: hidden;
	

}
.image img {
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.image img:hover {    
    cursor: pointer;
    transform:scale(1.5);
    -ms-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.fade{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear;
}
.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
	background-color: #3EC0C7;
	height: 80px;
}
.fade2{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear;
}
.fade2:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
}
#div1 {
}
#header_diseno_web {
	width: 100%;
	height: 70px;
	background-color: #1B1B1B;
	float: left;
	position: fixed;
	-webkit-box-shadow: 2px 0px 6px #353535;
	box-shadow: 2px 0px 6px #353535;
	z-index: 20;
}
.centrar {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.centrar2 {
	height: auto;
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
}
#logo {
	text-align: center;
	width: 100%;
	float: left;
	background-color: #3EC0C7;
	border-bottom: 5px solid #43999E;
}
.MENU {
}
.elementomenu {
}
.elementocontacto {
	float: left;
}
.submenu {
}
.redes {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
	position: relative;
}
.nav {
	display: block;
	width: 100%;
}
.imagencentral {
	height: 330px;
	width: 100%;
	background-image: url(../img/fondo-diseno-web.jpg);
	background-position: 50% -300px;
	float: left;
	clear: both;
	z-index: 0;
}
.slidertransparente {
	float: left;
	z-index: 2;
	width: 100%;
	height: auto;
	background-image: url(../img/fondo-diseno-web.jpg);
	background-position: center top;
	background-attachment: fixed;
}
#espaciador {
	width: 100%;
	height: 70px;
	float: left;
	z-index: 2;
}
.servicios_paginas_web_hosting_video {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
	border-top: 5px solid #DCDCDC;
	padding-bottom: 10px;
}
.red {
	width: 25%;
	height: 25%;
}
.likefacebook {
	width: 200px;
	height: 30px;
	margin-top: 10px;
	padding-top: 10px;
	
}
.menu_celular {
	position: fixed;
	width: 100%;
	height: 70px;
	bottom: 0px;
	display: block;
	background-image: url(../img/iconos/fondo.png);
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nuestros_servicios {
}
.titulos_negros {
	color: #000000;
	text-transform: uppercase;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	text-align: center;
	width: 98%;
	font-size: 30px;
	border-bottom: 1px dashed #DFDFDF;
}
.subtitulos_negros {
	width: 98%;
	color: #868686;
	text-align: center;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
}
.titulos_blancos {
	color: #ffffff;
	text-transform: uppercase;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	text-align: center;
	width: 98%;
	font-size: 30px;
	border-bottom: 1px dashed #DFDFDF;
	text-shadow: 1px 1px 3px #000000;
}
.subtitulos_blancos {
	width: 98%;
	color: #ffffff;
	text-align: center;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 1px 1px 3px #1F1F1F;
}
#espaciadorabajo {
	width: 100%;
	height: 100px;
	display: block;
}
.elemento_abajo {
	width: 16.6%;
	height: 70px;
	text-align: center;
	background-repeat: repeat-x;
}
.texto_chiki {
	font-size: x-small;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
#elementos_servicios {
	width: 98%;
	height: auto;
}
.servicios_item {
	width: 98%;
	height: auto;
	text-align: center;
	color: #424242;
}
.titulos_servicios {
	font-family: "Trebuchet MS";
	width: 98%;
	font-size: large;
	font-weight: normal;
}
.subtitulos_servicios {
	width: 98%;
	color: #828282;
	font-size: 13px;
}
#paginas_web_colombia_destacados {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccffff;
	background-image: url(../img/fondo-vintage-trabajos-recientes.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	height: auto !important;
	height: auto;
	border-top: 5px solid #057473;
	padding-bottom: 20px;
}
@-webkit-keyframes STAR-MOVE {
	from {
		background-position: 5% 5%
	}
	to { 
		background-position: 1300% 600%
	}
}
#equipo_trabajo {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #0F152D;
	background-image: url(../img/vintage.png);

	//background-attachment: fixed;
	background-repeat: repeat;
	background-position: right top;
	height: auto !important;
	height: auto;
	min-height: 100%;
	-webkit-animation-name: STAR-MOVE;
	border-top: 5px solid #0A0C25;
	-webkit-animation-duration: 1000s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	padding-bottom: 20px;
}
.item_equipo {
	width: 90%;
	height: auto;
	margin-bottom: 10px;
	margin-left: 3%;
	margin-right: 3%;
}
.equipo_redes {
	width: 100%;
	height: 57px;
	background-color: #0058A2;
}
.equipo_fotos {
	width: 100%;
	height: auto;
	position: relative;
}
.equipo_descripcion {
	position: absolute;
	width: 96.3%;
	height: 60px;
	background-color: #000000;
	padding-left: 2%;
	padding-right: 2%;
	opacity: 0.7;
	text-align: center;
	bottom: 10px;
	padding-top: 3%;
	font-size: 11px;
}
.nombreequpo {
	font-size: medium;
	width: 100%;
	text-align: center;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}
.equipored {
	width: 57px;
	height: 57px;
	background-color: #2394DE;
	text-align: center;
}
.equipored2 {
	width: 57px;
	height: 57px;
	text-align: center;
	background-color: #1485CF;
}
.elemento_reciente {
	width: 90%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	margin-left: 3%;
	margin-right: 3%;
	border: 8px solid #6BA082;
}
#diseno_de_paginas_web_colombia_quindio_armenia {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-top: 5px solid #929292;
	position: relative;
	padding-bottom: 20px;
}
#logos {
	background-color: #171717;
	width: 100%;
	height: auto;
	position: relative;
	border-top: 5px solid #151515;
}
#contactenos {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fondomaps.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	border-top: 5px solid #000000;
	background-color: #000000;
	padding-bottom: 20px;
}
.logoabajo {
	width: 26%;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#redes {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-top: 5px solid #D93C3F;
}
.centrarredes {
	width: 98%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#formulario {
	width: 98%;
	height: auto;
}
#info_formulario {
	width: 98%;
	height: auto;
}
.cajas1 {
	width: 95%;
	height: 35px;
	border: 1px solid #272727;
	line-height: 13px;
	text-align: left;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
	text-indent: 13px;
}
.cajas2 {
	width: 47%;
	height: 35px;
	border: 1px solid #272727;
	line-height: 13px;
	text-align: left;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
	margin-right: 1%;
	text-indent: 13px;
}
.cajas3 {
	width: 94%;
	border: 1px solid #272727;
	line-height: 13px;
	text-align: left;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
	text-indent: 13px;
}
.botonenviar {
	background-color: #2FA6D8;
	width: 144px;
	height: 46px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	float: left;
	color: #FFFFFF;
	border: 1px solid #65A9C5;
	margin-bottom: 20px;
}
#menumedio {
	background-image: url(../img/iconos/fondo.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 95px;
	position: relative;
	background-position: center bottom;
}
.centrarlogo {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#centrarmenu {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#paginas_web_quindio_colombia {
	width: 98%;
	height: auto;
	color: #000000;
}
.subtitulos_textos {
	color: #34ABC3;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
	text-align: center;
	text-transform: uppercase;
	width: 98%;
	height: auto;
}
.plan_incluye {
	width: 96%;
	height: auto;
	margin-bottom: 20px;
}
.imagen_incluye {
	width: 20%;
	height: auto;
}
.texto_inlcuye {
	width: 70%;
	height: auto;
	padding-left: 2%;
}
.achicariamgen {
}
.categorias_paginas_web {
	width: 100%;
	height: auto;
	border-top: 5px solid #597174;
	background-image: url(../img/fondorealizados.jpg);
	background-position: center top;
	padding-bottom: 10px;
}
.video_fotografia_colombia {
	width: 100%;
	height: auto;
	border-top: 5px solid #CABAA4;
	background-image: url(../img/camaraantigua.jpg);
	background-position: center center;
	background-attachment: fixed;
	padding-bottom: 20px;
}
.categoria_diseno_web {
	border-bottom: 1px dashed #FFFFFF;
	width: 98%;
	height: 25px;
	padding-top: 5px;
}
.fotos_realizadas {
	width: 98%;
	height: auto;
}
.videos_realizados {
	width: 98%;
	height: auto;
}
.video_realizado {
	width: 100%;
	height: 250px;
	margin-bottom: 5px;
}
.videoinicial {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	border-width: 0px;
}
.video_fotoss {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #1E1E1E;
	margin-bottom: 1%;
}
.boton_ver_mas {
	width: 50%;
	height: 25px;
	margin-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #212121;
	padding-top: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	border: 1px solid #5B5B5B;
	clear: both;
}
.responsive1 {
	position: absolute;
	top: 0px;
	background-color: #F9090D;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	right: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.diseno_paginas_web_sitios_responsive {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/vintage-diseno-web.jpg);
	background-position: center center;
	height: auto;
	background-attachment: fixed;
}
.texto_principal {
	width: 98%;
	height: auto;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.imagen_textoprincipal {
	width: 98%;
	height: auto;
	text-align: center;
}
.titulos_subpaginas {
	text-align: center;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	text-shadow: 1px 1px 5px #626262;
	width: 98%;
}
#centro_pagina_general {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 5px solid #B0B0B0;
	color: #424242;
}
.precio {
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pesos_colombianos {
	font-family: "Trebuchet MS";
	font-size: small;
	width: 98%;
	height: auto;
	margin-bottom: 5px;
	color: #C1C1C1;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.detalles_plan {
	width: 98%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	background-color: #3B3B3B;
	border-radius: 3px;
	font-size: large;
	margin-left: auto;
	margin-right: auto;
}
.cotizar {
	border-radius: 3px;
	width: 98%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	background-color: #E0C11F;
	font-size: large;
}
.titulos_planes_diseno_web {
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	width: 98%;
	height: auto;
}
#plan_personalizado {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2F2F2F;
	border-top: 5px solid #E3D62A;
	background-position: center center;
	background-image: url(../img/fondo-sitios-web.jpg);
	background-attachment: fixed;
}
.boton_personalizada {
	width: 200px;
	height: 35px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: large;
	background-color: #E0C11F;
	border-radius: 3px;
}
.imagen_planes {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: auto;
	text-align: center;
}
.boton_regresar {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: large;
	color: #000000;
	border-top: 5px solid #515151;
}
.izquierda {
	color: #000000;
	width: 98%;
}
.derecha {
	color: #000000;
	width: 98%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lista {
	width: 98%;
	height: auto;
}
.elementolista {
	width: 98%;
	color: #979797;
	padding-bottom: 2px;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
	height: 25px;
	padding-top: 5px;
}
#cab_subpaginas {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #313131;
}
.btn_cotizar_sub {
	width: 200px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	background-color: #3A3A3A;
	border-radius: 3px;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
}
#diseno_grafico_publicidad_colombia {
	background-image: url(../img/vintage-diseno-grafico.jpg);
	background-position: center center;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-attachment: fixed;
}
#venta_hosting_dominios_colombia {
	background-image: url(../img/nuvesvintage.png);
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.items_hosting {
	width: 98%;
	height: 22px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom: 1px dashed #C3C3C3;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	color: #446F78;
}
.item_dominios {
	color: #FFFFFF;
	text-align: left;
	width: 45%;
	height: 22px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 3px;
	padding-bottom: 3px;
}
#clientes_portafolio1 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/vintage-clientes.jpg);
	background-position: center center;
	background-attachment: fixed;
}
.paginas_web_realizadas {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 5px solid #464646;
}
.enlace {
	width: 80%;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.textos_diseno_web {
	width: 98%;
}
.sector_creativo {
	width: 98%;
	height: auto;
	font-weight: 300;
}
.sector_programador {
	width: 98%;
	height: auto;
	color: #575757;
	text-align: justify;
}
.titulos_varios {
	color: #30B49E;
	font-size: large;
	text-align: justify;
	width: 98%;
	text-transform: uppercase;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
}
.descripcion_derecha {
	text-align: justify;
	color: #9B9B9B;
}
#limitacion {
	width: 100%;
	text-align: center;
	color: #FF0004;
}
.fuentepequen {
	width: 100%;
	font-size: 11px;
	color: #626262;
}
.videosolo {
	width: 100%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
}
#div1 {
}
#header_diseno_web {
	width: 100%;
	height: 70px;
	background-color: #1B1B1B;
	float: left;
	position: fixed;
	-webkit-box-shadow: 2px 0px 6px #353535;
	box-shadow: 2px 0px 6px #353535;
	z-index: 20;
}
.centrar {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.centrar2 {
	height: auto;
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
}
#logo {
	width: 100%;
	text-align: center;
	float: left;
	background-color: #3EC0C7;
}
.MENU {
}
.elementomenu {
}
.elementocontacto {
	float: left;
}
.submenu {
}
.redes {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}
.nav {
	display: block;
}
.imagencentral {
	width: 100%;
	height: 450px;
	background-image: url(../img/fondo-diseno-web.jpg);
	background-position: 50% 0%;
	float: left;
	clear: both;
	z-index: 0;
	background-attachment: fixed;
}
.slidertransparente {
	float: left;
	width: 100%;
	height: auto;
	background-image: url(../img/fondo-diseno-web.jpg);
	background-position: center top;
	background-attachment: fixed;
}
#espaciador {
	width: 100%;
	height: 70px;
	float: left;
	z-index: 2;
}
.servicios_paginas_web_hosting_video {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
}
.red {
}
.likefacebook {
}
.menu_celular {
	display: block;
}
#nuestros_servicios {
}
.titulos_negros {
	font-family: comfortaa;
	font-style: normal;
	color: #000000;
	text-transform: uppercase;
	width: 98%;
	text-align: center;
	font-variant: normal;
	font-weight: 300;
	font-size: 50px;
}
.subtitulos_negros {
	width: 98%;
	text-align: center;
	color: #6E6E6E;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.titulos_blancos {
	font-family: comfortaa;
	font-style: normal;
	color: #ffffff;
	text-transform: uppercase;
	width: 98%;
	text-align: center;
	font-variant: normal;
	font-weight: 300;
	font-size: 50px;
}
.subtitulos_blancos {
	width: 98%;
	text-align: center;
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#espaciadorabajo {
display: block;
}
.elemento_abajo {

}
.texto_chiki {
}
#elementos_servicios {
	width: 98%;
	height: auto;
}
.servicios_item {
	width: 48%;
	height: auto;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.titulos_servicios {
}
.subtitulos_servicios {
}
#paginas_web_colombia_destacados {
}
#equipo_trabajo {
}
.item_equipo {
	width: 48%;
	height: auto;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
}
.equipo_redes {
}
.equipo_fotos {
}
.equipo_descripcion {
}
.nombreequpo {
}
.equipored {
}
.equipored2 {
}
.elemento_reciente {
	width: 45%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	margin-bottom: 10px;
	border: 8px solid #5B9A65;
}
#diseno_de_paginas_web_colombia_quindio_armenia {
}
#logos {
}
#contactenos {
}
.logoabajo {
	width: 26%;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#redes {
}
.centrarredes {
	width: 80%;
}
#formulario {
	width: 98%;
	height: auto;
}
#info_formulario {
	width: 98%;
	height: auto;
}
#menumedio {
}
.centrarlogo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#centrarmenu {
}
#paginas_web_quindio_colombia {
}
.subtitulos_textos {
	color: #34ABC3;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: large;
	text-align: center;
	width: 100%;
	height: auto;
	text-transform: uppercase;
}
.plan_incluye {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	height: auto;
}
.imagen_incluye {
	width: 20%;
	height: auto;
}
.texto_inlcuye {
	width: 78%;
	height: auto;
	padding-left: 2%;
}
.achicariamgen {
}
.categorias_paginas_web {
}
.video_fotografia_colombia {
}
.categoria_diseno_web {
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
	height: 25px;
	padding-top: 5px;
}
.fotos_realizadas {
}
.videos_realizados {
	width: 98%;
	height: auto;
}
.video_realizado {
	width: 100%;
	height: 315px;
}
.video_fotoss {
	width: 46%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 5px solid #1E1E1E;
	margin-bottom: 1%;
}
.box {
	text-align: center;
	margin: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 180px;
}
.boton_ver_mas {
}
.responsive1 {
}
.diseno_paginas_web_sitios_responsive {
}
.texto_principal {
	width: 98%;
	height: auto;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.imagen_textoprincipal {
	width: 98%;
	height: auto;
}
.titulos_subpaginas {
	width: 100%;
	text-align: center;
}
#centro_pagina_general {
}
.precio {
}
.pesos_colombianos {
}
.detalles_plan {
}
.cotizar {
}
.titulos_planes_diseno_web {
}
#plan_personalizado {
}
.boton_personalizada {
}
.imagen_planes {
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.boton_regresar {
}
.izquierda {
}
.derecha {
	width: 98%;
	height: auto;
}
.lista {
}
.elementolista {
}
#cab_subpaginas {
}
.btn_cotizar_sub {
}
#diseno_grafico_publicidad_colombia {
}
#venta_hosting_dominios_colombia {
}
.items_hosting {
}
.item_dominios {
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#clientes_portafolio1 {
}
.paginas_web_realizadas {
}
.enlace {
}
.textos_diseno_web {
}
.sector_creativo {
}
.sector_programador {
}
.titulos_varios {
}
.descripcion_derecha {
}
#limitacion {
}
.fuentepequen {
}
.videosolo {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin: auto;
	margin-left: auto;
}
#div1 {
}
#header_diseno_web {
	width: 100%;
	height: 85px;
	background-color: #000000;
	position: fixed;
	float: left;
	-webkit-box-shadow: 2px 0px 6px #353535;
	box-shadow: 2px 0px 6px #353535;
	z-index: 20;
	background-repeat: repeat-x;
}
.centrar {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.centrar2 {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#logo {
	width: 254px;
	float: left;
	background-color: #3EC0C7;
	height: 80px;
}
.MENU {
	width: 746px;
	float: left;
}
.elementomenu {
	width: 106px;
	float: left;
	text-align: center;
	font-family: comfortaa;
	font-style: normal;
	font-size: 21px;
	height: auto;
	padding-top: 5px;
}
.elementocontacto {
	width: 62px;
	float: left;
	height: 70px;
}
.submenu {
	width: 100%;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.redes {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}
.nav {
	display: block;
}
.imagencentral {
	background-image: url(../img/fondo-diseno-web.jpg);
	height: 694px;
	width: 100%;
	background-position: 50% -50px;
	float: left;
	clear: both;
	z-index: 0;
}
.slidertransparente {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	background-image: url(../img/fondo-diseno-web.jpg);
	background-attachment: fixed;
	background-position: center top;
}
#espaciador {
	width: 100%;
	height: 85px;
	float: left;
	z-index: 2;
}
.servicios_paginas_web_hosting_video {
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
.red {


}
.likefacebook {
}
.menu_celular {
}
#nuestros_servicios {
}
.titulos_negros {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	color: #1D1D1D;
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-family: comfortaa;
	font-weight: 300;
	border-bottom: 1px dashed #E0E0E0;
}
.subtitulos_negros {
	color: #727272;
	font-family: "Trebuchet MS";
	text-align: center;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-size: 20px;
	font-weight: normal;
}
.titulos_blancos {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-family: comfortaa;
	font-weight: 300;
	border-bottom: 1px dashed #E0E0E0;
}
.subtitulos_blancos {
	color: #ffffff;
	font-family: "Trebuchet MS";
	text-align: center;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-size: 20px;
	font-weight: normal;
}
#espaciadorabajo {
	width: 100%;
	height: 70px;
	display: none;
}
.elemento_abajo {
}
.texto_chiki {
}
#elementos_servicios {
	width: 100%;
	height: auto;
}
.servicios_item {
	width: 31%;
	height: auto;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.titulos_servicios {
}
.subtitulos_servicios {
}
#paginas_web_colombia_destacados {

}
#equipo_trabajo {

}
.item_equipo {
	width: 31%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #000000;
	margin-bottom: 10px;
}
.equipo_redes {
}
.equipo_fotos {
}
.equipo_descripcion {
}
.nombreequpo {
}
.equipored {
}
.equipored2 {
}
.elemento_reciente {
	width: 29%;
	height: auto;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	border: 8px solid #88C8AF;
}
#diseno_de_paginas_web_colombia_quindio_armenia {
}
#logos {
	border-top: 5px solid #1E1E1E;
	position: relative;
}
#contactenos {
}
.logoabajo {
	width: 26%;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#redes {
}
.centrarredes {
	text-align: center;
	width: 50%;
}
#formulario {
	width: 48%;
	height: auto;
	margin-right: 2%;
}
#info_formulario {
	width: 48%;
	height: auto;
}
#menumedio {
}
.centrarlogo {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
#centrarmenu {
}
#paginas_web_quindio_colombia {
}
.subtitulos_textos {
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	color: #2CB0CB;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: x-large;
	height: auto;
}
.plan_incluye {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	height: auto;
}
.imagen_incluye {
	width: 20%;
	height: auto;
}
.texto_inlcuye {
	padding-left: 2%;
	width: 78%;
	height: auto;
}
.achicariamgen {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.categorias_paginas_web {
	padding-bottom: 20px;
}
.video_fotografia_colombia {
}
.categoria_diseno_web {
	width: 30%;
	height: 25px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 5px;
	margin-bottom: 5px;
}
.fotos_realizadas {
	width: 50%;
	height: auto;
}
.videos_realizados {
	width: 50%;
	height: auto;
}
.video_realizado {
	width: 100%;
	height: 325px;
}
.video_fotoss {
	width: 46%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	border: 5px solid #1E1E1E;
	margin-bottom: 1%;
}
.box {
	text-align: center;
	margin: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 180px;
}
.boton_ver_mas {
}
.responsive1 {
	padding-left: 3px;
	padding-right: 3px;
}
.diseno_paginas_web_sitios_responsive {
}
.texto_principal {
	width: 70%;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: left;
}
.imagen_textoprincipal {
	width: 29%;
	height: auto;
	padding-right: 1%;
	padding-top: 10px;
}
.titulos_subpaginas {
	font-size: 60px;
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	width: 100%;
	text-align: left;
}
#centro_pagina_general {
}
.precio {
}
.pesos_colombianos {

}
.detalles_plan {
	width: 45%;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #4E4E4E;
	border-radius: 3px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	text-align: center;
	font-size: small;
}
.cotizar {
	width: 45%;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #E0C11F;
	border-radius: 3px;
	text-align: center;
	font-size: small;
}
.titulos_planes_diseno_web {
}
#plan_personalizado {
}
.boton_personalizada {

}
.imagen_planes {
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.boton_regresar {
}
.izquierda {
	width: 48%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2%;
}
.derecha {
	width: 50%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lista {
}
.elementolista {
	width: 100%;
	height: 20px;
	padding-top: 3px;

}
#cab_subpaginas {
}
.btn_cotizar_sub {
}
#diseno_grafico_publicidad_colombia {
}
#venta_hosting_dominios_colombia {
}
.items_hosting {
}
.item_dominios {
	width: 14%;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 1%;
	margin-right: 1%;
}
#clientes_portafolio1 {
}
.paginas_web_realizadas {
}
.enlace {
}
.textos_diseno_web {
}
.sector_creativo {
	width: 48%;
	height: auto;
	margin-right: 1%;
}
.sector_programador {
	width: 48%;
}
.titulos_varios {
}
.descripcion_derecha {
}
#limitacion {
}
.fuentepequen {
}
.videosolo {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
