@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%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	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 {
	width: 100%;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


@-webkit-keyframes STAR-MOVE {
	from {
		background-position: center center
	}
	to { 
		background-position: 900% center
	}
}
.fondomovimiento {
	width: 100%;
	background-image: url(../img/mapacentro.png);
	background-position: center center;
	background-repeat: repeat-x;
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 200s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.bw {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.bw:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.imagengirar360 {
	width:auto;
	height:auto;
	-webkit-transition:1.5s;
	-webkit-transform:rotate(0deg);
	-moz-transition:1.5s;
	-moz-transform:rotate(0deg);
}

.imagengirar360:hover {
	-webkit-transition:1.5s;
	-webkit-transform:rotate(360deg);
	-moz-transition:1.5s;
	-moz-transform:rotate(360deg);
}
.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;
}
.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);
}

.hr {
	height: 1px;
	border-top: 4px double #FFFFFF;
	text-align: center;
	width: 100%;
	border-bottom: 1;
	border-right: 1;
	border-left: 1;
}
.hr:after {
	position: relative; 
	top: -22px; 
	content:"\25cf\25cf\25cf"; 
	font-size: 34px;
	line-height: 34px; 
	color: #ffffff;
}  
.hr2 {
	height: 1px;
	border-top: 4px double #B9D1A6;
	text-align: center;
	width: 100%;
	border-bottom: 1;
	border-right: 1;
	border-left: 1;
}
.hr2:after {
	position: relative; 
	top: -22px; 
	content:"\25cf\25cf\25cf"; 
	font-size: 34px;
	line-height: 34px; 
	color: #B9D1A6;
} 
.hr3 {
	border: 0; height: 2px; border-top: 1px dashed black; border-bottom: 1px dashed black;
}
/* Mobile Layout: 480px and below. */
  
.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	margin-top: auto;
	margin-bottom: auto;
}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 100px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
	max-width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
/* FORMULARIO */
#contactenos {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: px px;
	box-shadow: px px;
	background-color: #FFFFFF;
}
.botonenviar {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #8AA93F;
	border-radius: 5px;
	color: #FDFDFD;
	font-size: 18px;
	border-style: none;
	font-family: AVANTGARDEN;
	text-transform: uppercase;
}
#formulario {
	width: 100%;
}
#infocont {
	margin-top: 20px;
	width: 100%;
}
.cajas {
	width: 97%;
	margin-bottom: 15px;
	text-align: left;
	text-indent: 20px;
	color: #56603C;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: AVANTGARDEN;
	font-size: 16px;
	margin-left: 1%;
	margin-right: 1%;
}
.cajas2 {
	width: 97%;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	text-indent: 20px;
	font-family: AVANTGARDEN;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 10px;
	color: #667443;
	font-size: 16px;
}
#botones1 {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
}
#contactostele {
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 15px;
}
.titulocontactenos {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
.descripcioncontactenos {
	width: 100%;
	text-align: center;
}
.imagencontacto {
	width: 100%;
}
.tituloempresa {
	width: 100%;
	text-align: center;
	font-size: 25px;
}
.icono {
	width: 8%;
	margin-right: 2%;
}
.info {
	width: 87%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #C5C5C5;
	margin-left: 3%;
}
.iconoredondo {
	background-color: #8AA93F;
	border-radius: 1000px;
	text-align: center;
}
.info2 {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 87%;
	margin-left: 3%;
}
.linea {
	width: 100%;
	margin-bottom: 5px;
}
.slogan {
	text-align: center;
	width: 100%;
}
#menu_celular {
	width: 100%;
	display: block;
	border-top: 4px solid #77884D;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	bottom: 0px;
	background-image: url(../img/overlay.png);
}
.itemenucelu {
	width: 16.6%;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}
#menu_celular2 {
	width: 100%;
	border-top: 4px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	opacity: 0;
}
#orquesta_armenia_quindio {
	background-image: url(../img/bg-header.png);
	background-position: center center;
	background-repeat: repeat-x;
	padding-top: 40px;
	color: #FFFFFF;
	padding-bottom: 40px;
}
#cabeza_logo {
}
#logo {
	width: 70%;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}
#contactoh {
	display: none;
}
#redesh {
	display: none;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.tcontacto {
	font-size: 30px;
	margin-bottom: 15px;
}
.filacontacto {
	font-size: 19px;
	color: #767E92;
	margin-bottom: 9px;
}
.iconred {
	width: 31.3%;
	text-align: center;
}
#menu {
	display: none;
	background-color: #333740;
	margin-top: 40px;
	border-bottom: 8px solid #A9C369;
}
.itemmenu {
	width: 19.9%;
	text-align: center;
	font-size: 25px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	border-right: 1px solid #454951;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.itemmenu:hover {
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	background-color: #A9C369;
	color: #000000;
	border-right-color: #AAD83A;
}
#sliderimagenes {
	width: 100%;
}
.itemslider {
	background-position: center center;
	background-size: 100% auto;
	position: relative;
	width: 100%;
	height: 190px;
}
.cajaslider {
	background-image: url(../img/overlay.png);
	background-repeat: repeat;
	width: 80%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	position: absolute;
	bottom: 10px;
}
.titulocaja {
	color: #B6CE7B;
	text-align: center;
	font-size: 18px;
}
.descripcaja {
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	display: none;
}
.leermas {
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	font-size: 27px;
	color: #FFFFFF;
	background-color: #8AA93F;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: -80px;
	display: none;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.leermas:hover{
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	background-color: #CDDCAA;
	color: #000000;
	}
#video {
	background-color: #000000;
}
#videoprincipal {
	width: 100%;
	border-style: none;
	border-width: 0px;
	height: 250px;
}
#blog {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
}
.blog {
	width: 100%;
}
.paginaface {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.cabezablog {
	color: #292929;
	font-size: 36px;
	text-align: center;
}
.subtituloblog {
	font-size: 15px;
	color: #888888;
	text-align: center;
	margin-bottom: 25px;
}
.itemblog {
	margin-bottom: 15px;
}
.imagenblog {
	width: 100%;
	margin-bottom: 15px;
}
.infoblog {
	width: 100%;
}
.tituloblog {
	font-size: 20px;
	color: #232323;
}
.fechablog {
	color: #8AA93F;
	font-size: 30px;
}
.descripblog {
	margin-top: 15px;
	color: #848484;
	text-align: justify;
}
.vertodoblog {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #8AA93F;
	color: #FFFFFF;
}
#portafolio {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../img/fondo1.jpg);
	background-position: center top;
}
.tp {
	color: #FFFFFF;
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
}
.itemportafolio {
	background-position: center center;
	background-size: 170% auto;
	width: 256px;
	height: 256px;
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.tituloportafolio {
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../img/fondonegro.png);
	padding-top: 9px;
	padding-bottom: 9px;
	position: absolute;
	bottom: 30px;
	color: #FFFFFF;
}
.vertodoporta {
	background-color: #8AA93F;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	font-size: 18px;
}
.barraredes {
	background-color: #333740;
	padding-top: 20px;
	padding-bottom: 20px;
}
.redesfotoer {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.footer {
}
.logogrande {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.telefooter {
	background-color: #16181D;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.teleabajo {
	font-size: 29px;
}
.correofooter {
	font-size: 19px;
}
.city {
}
.andesocampomonkey {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#C {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
}
.izquierda {
	width: 100%;
}
.derecha {
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 5px solid #000000;
}
.nav {
	border-bottom: 1px dashed #E0E0E0;
	padding-bottom: 11px;
	margin-bottom: 20px;
}
.titulopagina {
	text-transform: uppercase;
	color: #8AA93F;
	font-size: 19px;
	text-align: center;
	margin-bottom: 13px;
}
.descorta {
	font-size: 14px;
	color: #BBBBBB;
	text-align: justify;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 2px solid #ECECEC;
}
.obtitems {
	margin-bottom: 20px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.imgitem {
	height: 170px;
	background-position: center center;
	margin-bottom: 10px;
	background-size: 100% auto;
}
.tituloitem {
	font-size: 16px;
	color: #000000;
}
.fechaitem {
	font-size: 12px;
	color: #7FAA7A;
}
.descripitem {
	color: #B0B0B0;
	height: 30px;
	margin-top: 7px;
}
.fila {
	margin-bottom: 30px;
}
.titulofila {
	text-align: center;
	border-bottom: 5px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
}
.itemderecha {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #D0D0D0;
}
.imagenppal {
	height: 190px;
	background-position: center center;
	background-size: 100% auto;
}
.descripcionlarga {
	line-height: 20px;
}
.visitas {
	width: auto;
	margin-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000000;
	border: 1px solid #DCDEE3;
	background-color: #F6F7F8;
	border-radius: 4px;
}
.galeiafotos {
	border-top: 5px solid #D1D1D1;
	padding-top: 20px;
}
.itemfoto {
	background-position: center center;
	background-size: 100% auto;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	height: 100px;
}
.compartir {
	border-top: 5px solid #C9C9C9;
	padding-top: 15px;
	font-size: 12px;
}
.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) {

.contenedor {
	margin-left: auto;
}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 100px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
}
/* FORMULARIO */
#contactenos {
}
#formulario {
}
#infocont {

}
.cajas {
	width: 47%;
}
.cajas2 {
}
#botones1 {
}
#contactostele {
	width: 100%;
}
.titulocontactenos {
	text-align: center;
}
.descripcioncontactenos {
	text-align: center;
}
.imagencontacto {
	width: 48%;
	margin-right: 2%;
}
.tituloempresa {
	text-align: center;
}
.icono {
}
.info {
}
.info2 {
}
.linea {

}
.slogan {
	text-align: center;
}
#menu_celular {
	display: none;
}
.itemenucelu {
}
#menu_celular2 {
	display: none;
}
#orquesta_armenia_quindio {
	padding-bottom: 0px;
}
#cabeza_logo {
}
#logo {
	text-align: left;
	width: 50%;
	margin-left: 0px;
	margin-right: 0px;
}
#contactoh {
	display: block;
	width: 47%;
	margin-left: 3%;
}
#redesh {
	display: none;
}
.tcontacto {
}
.filacontacto {
	font-size: 14px;
}
.iconred {
}
#menu {
	display: block;
}
.itemmenu {
	font-size: 18px;
	width: 19.5%;
}
#sliderimagenes {
}
.itemslider {
	height: 400px;
}
.cajaslider {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 5%;
	margin-right: 5%;
	bottom: 50px;
}
.titulocaja {
	font-size: 48px;
}
.descripcaja {
	font-size: 17px;
	display: block;
}
.leermas {
	font-size: 17px;
	display: block;
}
#video {
}
#videoprincipal {
	height: 450px;
}
#blog {
	background-image: url(../img/fondomusical.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.blog {

}
.paginaface {

}
.cabezablog {
	text-align: left;
}
.subtituloblog {
	text-align: left;
}
.itemblog {
}
.imagenblog {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 0px;
}
.infoblog {
	width: 75%;
}
.tituloblog {
}
.fechablog {
}
.descripblog {
}
.vertodoblog {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}
#portafolio {
}
.tp {
	font-size: 48px;
}
.itemportafolio {
	margin-left: 35px;
	margin-right: 35px;
	clear: none;
	float: left;
}
.tituloportafolio {
}
.vertodoporta {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}
.barraredes {
}
.redesfotoer {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}
.footer {
}
.logogrande {
}
.telefooter {
}
.teleabajo {
}
.correofooter {
	font-size: 20px;
}
.city {
}
.andesocampomonkey {
}
#C {
}
.izquierda {
}
.derecha {
}
.nav {
}
.titulopagina {
	height: 18px;
}
.descorta {
}
.obtitems {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.imgitem {
}
.tituloitem {
	height: 18px;
}
.fechaitem {
}
.descripitem {
}
.fila {
}
.titulofila {
}
.itemderecha {
}
.imagenppal {

}
.descripcionlarga {
}
.visitas {
}
.galeiafotos {
}
.itemfoto {
	width: 31.3%;
}
.compartir {
}
.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) {

.contenedor {

}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 100px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
/* FORMULARIO */
#contactenos {
}
#formulario {
	width: 63%;
	margin-right: 2%;
}
#infocont {
	margin-top: 0px;
}
.cajas {
}
.cajas2 {
}
#botones1 {
}
#contactostele {
	width: 100%;

}
.titulocontactenos {
	text-align: left;
}
.descripcioncontactenos {
	text-align: left;
}
.imagencontacto {
	width: 100%;
	margin-right: 0px;
}
.tituloempresa {
	text-align: left;
}
.icono {
}
.info {
}
.info2 {
}
.linea {
}
.slogan {
	text-align: left;
}
#menu_celular {
	display: none;
}
.itemenucelu {
}
#menu_celular2 {
	display: none;
}
#orquesta_armenia_quindio {
}
#cabeza_logo {
}
#logo {
	width: 50%;
}
#contactoh {
	width: 30%;
	margin-right: 5%;
	margin-left: 0px;
}
#redesh {
	width: 15%;
	display: block;
}
.tcontacto {
}
.filacontacto {
	font-size: 19px;
}
.iconred {
}
#menu {
}
.itemmenu {
	font-size: 25px;
	width: 19.9%;
}
#sliderimagenes {
}
.itemslider {
	height: 630px;
}
.cajaslider {
}
.titulocaja {
	font-size: 68px;
}
.descripcaja {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	font-size: 23px;
}
.leermas {
	font-size: 27px;
}
#video {
}
#videoprincipal {
	height: 675px;
}
#blog {
}
.blog {
	width: 70%;
}
.paginaface {
	width: 28%;
	margin-left: 2%;
	margin-top: 0px;
}
.cabezablog {
}
.subtituloblog {
}
.itemblog {
}
.imagenblog {
}
.infoblog {

}
.tituloblog {
}
.fechablog {
}
.descripblog {
}
.vertodoblog {
}
#portafolio {
	background-position: center center;
}
.tp {
	font-size: 68px;
}
.itemportafolio {
	margin-left: 22px;
	margin-right: 22px;
	float: left;
	clear: none;
}
.tituloportafolio {
}
.vertodoporta {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}
.barraredes {
}
.redesfotoer {
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
}
.footer {
}
.logogrande {
}
.telefooter {
}
.teleabajo {
	font-size: 39px;
}
.correofooter {
	font-size: 22px;
}
.city {
}
.andesocampomonkey {
}
#C {
}
.izquierda {
	width: 68%;
	margin-right: 2%;
}
.derecha {
	width: 30%;
	border-bottom-style: none;
	border-bottom-width: 0px;
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-top-width: 0px;
}
.nav {
}
.titulopagina {
	text-align: left;
	font-size: 22px;
}
.descorta {
	text-align: left;
}
.obtitems {
}
.imgitem {
	height: 200px;
}
.tituloitem {
	font-size: 22px;
	height: 25px;
}
.fechaitem {
}
.descripitem {
}
.fila {
}
.titulofila {
}
.itemderecha {
}
.imagenppal {
	height: 300px;
}
.descripcionlarga {
}
.visitas {
}
.galeiafotos {
}
.itemfoto {
	width: 23%;
	height: 110px;
}
.compartir {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
