/*
Theme Name: Studio C  FUNDACA
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.3.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

/* layout */

body{
	padding-top: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta { 
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard > div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 60px;
	}
	
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}





/* Eduardo CSS */
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

body {
	background:#050505;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(media/img/bg/bg.png);
	background-repeat: repeat;
	}

h1, h2, h3{margin: 0px;}

.holder{					/*pendiente arreglar el holder index*/
	width: 1120px;
	
	margin: auto auto;
	
	/*height: 100%;*/
		height: 700px;
	position: relative;
	}

.holderintern{
	width: 1120px;
	
	margin: auto auto;
	
	/*height: 100%;*/
		min-height: 550px;
	position: relative;
}

.hid{
	visibility: hidden;
	line-height: 0px;
}

.relative{position: relative;}
.absolute{position: absolute;}
/*HOLDER ALL PIECES --------------------------------------------------------*/

.frame {
    height: 343px;      /* equals max image height */
    width: 100%;
    /*  border: 1px solid red;*/
    text-align: center; margin: 1em 0;
}

.frame2 {/* countries */
    height: 43px;      /* equals max image height */
    width: 100%;
    /*  border: 1px solid red;*/
    text-align: center; margin: 1em 0;
}
/* NAMES */
.frame3 {/* wherewe */
    height: 36px;      /* equals max image height */
    width: 144px;
    /*  border: 1px solid red;*/
    /*eduardo*/
    position: absolute;
    margin-top: -290px;
    margin-left: 240px;
    z-index: 1;
}

.frame4{/* demo */
    height: 148px;      /* equals max image height */
    width: 361px;
    /*  border: 1px solid red;*/
    /*eduardo*/
    position: absolute;
    margin-top: -360px;
    margin-left: 620px;
    z-index: -1;
}

.frame5{/* who */
    height: 178px;      /* equals max image height */
    width: 175px;
    /*  border: 1px solid red;*/
    /*eduardo*/
    position: absolute;
    margin-top: -530px;
    margin-left: 465px;
    z-index: -1;
}

.frame6{/* contact */
    height: 132px;      /* equals max image height */
    width: 355px;
    /*  border: 1px solid red;*/
    /*eduardo*/
    position: absolute;
    margin-top: -225px;
    margin-left: 590px;
    z-index: -1;
}

.frame7{/* work */
    height: 132px;      /* equals max image height */
    width: 355px;
    /*  border: 1px solid red;*/
    /*eduardo*/
    position: absolute;
    margin-top: -190px;
    margin-left: 190px;
    z-index: -1;
}

.frame8{/* alliance */
    height:  181px;     /* equals max image height */
    width: 192px;
    /*  border: 1px solid red;*/
    /*eduardo*/
    position: absolute;
    margin-top: -70px;
    margin-left: 456px;
    z-index: -1;
}

.framefooter {
	position: absolute;
    height: 43px;      /* equals max image height */
    width: 100%;
   /*  border: 1px solid red;*/
    text-align: center; margin: 1em 0;
    bottom: 0;
    color:#c5c5c5;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: 3px 3px #000000;
}

/*END HOLDER ALL PIECES*/
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.midlg{vertical-align: middle;}

/*LINKS HOVER --------------------------------------------------------*/
.wherewe{
	position: absolute;
	margin-top: -366px;
	margin-left: 417px;
	z-index: 3;
	transform:rotate(-4deg);
	-ms-transform:rotate(-4deg); /* IE 9 */
	-webkit-transform:rotate(-4deg); /* Opera, Chrome, and Safari */
}

.demo{
	position: absolute;
	margin-top: -377px;
	margin-left: 542px;
	z-index: 3;
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}

.who{
	position: absolute;
	margin-top: -435px;
	margin-left: 460px;
	z-index: 2;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); /* IE 9 */
	-webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
}

.contact{
	position: absolute;
	margin-top: -260px;
	margin-left: 609px;
	z-index: 5;
	transform:rotate(49deg);
	-ms-transform:rotate(49deg); /* IE 9 */
	-webkit-transform:rotate(49deg); /* Opera, Chrome, and Safari */
}

.work{
	position: absolute;
	margin-top: -290px;
	margin-left: 492px;
	z-index: 4;
	transform:rotate(-87deg);
	-ms-transform:rotate(-87deg); /* IE 9 */
	-webkit-transform:rotate(-87deg); /* Opera, Chrome, and Safari */
}

.alliance{
	position: absolute;
	margin-top: -275px;
	margin-left: 470px;
	z-index: 2;
	transform:rotate(-85deg);
	-ms-transform:rotate(-85deg); /* IE 9 */
	-webkit-transform:rotate(-85deg); /* Opera, Chrome, and Safari */
}


/*END LINKS HOVER*/

#fade{opacity: 0;-webkit-transition: opacity .2s linear;}
#fade:hover{opacity: 1;} 

.whitespace{
	width: auto;
	height: 27%;
}

#container > div {
   
    display: block;
    color:white;
}
#container > div:first-child {
    display: block;
    color:white;
    display: block;
    color:white;
}

#container > div:hover + div { display: none}

#a:hover + #b {background: #f00}
/*hide countries when hover*/
#c:hover ~ #d {visibility: hidden;}

#d{	visibility:visible;}

#ewere:hover ~ #f,#edemo:hover ~ #f,#ewho:hover ~ #f,#econtact:hover ~ #f,#ework:hover ~ #f,#ealliance:hover ~ #f{
	visibility:visible;
}

#f{
	visibility: hidden;
	position: absolute;
	margin-left: 406px;
	z-index: -10;
}
#f:hover ~ #f{
visibility:visible;

}

/*show link descriptions --------------------------------------------------------*/
.wherewe:hover ~ #ewere {opacity: 1;-webkit-transition: opacity 2s linear;}

#ewere{opacity: 0;}

.demo:hover ~ #edemo {opacity: 1;-webkit-transition: opacity 2s linear;}

#edemo{opacity: 0;}

.who:hover ~ #ewho {opacity: 1;-webkit-transition: opacity 2s linear;}

#ewho{opacity: 0;}

.contact:hover ~ #econtact {opacity: 1;-webkit-transition: opacity 2s linear;}

#econtact{opacity: 0;}

.work:hover ~ #ework {opacity: 1;-webkit-transition: opacity 2s linear;}

#ework{opacity: 0;}

.alliance:hover ~ #ealliance {opacity: 1;-webkit-transition: opacity 2s linear;}

#ealliance{opacity: 0;}


/*Inner Header*/
.innerheaderframe{
    height: 221px;      /* equals max image height */
    width: 100%;
  	/*border: 1px solid red;*/
    text-align: center; margin: 1em 0;
    position: relative;
    
}

.returnframe{
	height:  280px;     /* equals max image height */
    width: 110px;
    /*  border: 1px solid red;*/
    /*eduardo*/
   position: absolute;
    margin-top: -120px;
}
.returnframe a:hover{
	opacity: 0.8;
}

.titleframe{
	height:  25px;     /* equals max image height */
    width: auto;
    /*border: 1px solid red;*/
    /*eduardo*/
    position: relative;
    text-align: center; margin: 1em 0;
 
}

.footertwo{
	height:  25px;     /* equals max image height */
    width: auto;
    /*border: 1px solid red;*/
    /*eduardo*/
    position: relative;
    text-align: center; margin: 1em 0;
    color:black;
    font-family:Arial, Helvetica, sans-serif;
    
    margin-top: 30px;
 
}

.titleframe h1{
color: black;
font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: lighter;
}

.titleframe h2{
color: black;
font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: lighter;
}

.contentframe{
	min-height:  100px;     /* equals max image height */
    width: auto;
    /*border: 1px solid red;*/
    /*eduardo*/
    position: relative;
    text-align: center; margin: 1em 0;
    text-transform: uppercase;
    text-align: justify;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.linkframe{
	height:  20px;     /* equals max image height */
    width: auto;
    /*border: 1px solid red;*/
    /*eduardo*/
    position: relative;
    text-align: center; margin: 1em 0;
    text-transform: uppercase;
 	text-align: right;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;

}
.underline{
	width: 100px;
	height: 2px;
	background-color: #c42a15;
	position: absolute;
	right: 0px;
	margin-top: 	0px;
	margin-right: 15px;
}
.linkframe a{
	color: white;
	text-decoration: none;
}
.linkframe a:hover{
	opacity: 0.6;
}
.redline{
	width: auto;
	height: 5px;
	background-color: #818181;
}
.miniredline{
	width: auto;
	height: 1px;
	background-color: #818181;
	margin:auto auto;
	margin-bottom: 5px;
}

/*WHO ARE WE*/
.imagenweare{
width: 250px;
height: 270px;
display: inline-block;
text-align: left;
background: gray;

}

.textocontentweare{
	width: 814px;
	height: auto;
	display: inline-block;
	text-align: justify;
	padding-left: 10px;

}

/***** prettyPhot *****/
.lightbox-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
	}
	.lightbox-image img {
		position:relative;
		z-index:1;
	}
	.lightbox-image span {
		display:inline-block;
		position:absolute;
		left:0px;
		top:0;
		width:100%;
		height:100%;
		background:url(images/magnify2.png) no-repeat 50% 50%;
		z-index:2;
		padding:0;
	}

.lightbox-image2 span {
		display:inline-block;
		position:absolute;
		left:0px;
		top:0;
		width:100%;
		height:100%;
		background:url(images/magnify2.png) no-repeat 50% 50%;
		opacity: 0;
		z-index:2;
		padding:0;
	}

.center{
	text-align: center;
}

/*WHERE ARE WE*/

.framemap{
	height: 726px;      /* equals max image height */
    width: 100%;
    /*  border: 1px solid red;*/
    text-align: center; margin: 1em 0;
}

/*WHERE ARE WE*/

/*DOTS*/

.framecountry {/* los angeles */
    height: 55px;      /* equals max image height */
    width: 100px;
    /*  border: 1px solid red;*/
    /*eduardo*/
    position: absolute;
    z-index: 1;
}

.losangelesname{
	margin-top: -550px;
	margin-left: 268px;
}

.mexiconame{
	margin-top: -477px;
	margin-left: 368px;
}

.guatemalaname{
	margin-top: -445px;
	margin-left: 415px;
}

.colombianame{
	margin-top: -375px;
	margin-left: 515px;
}

.brazilname{
	margin-top: -275px;
	margin-left: 660px;
}

.losangelesdotred{
	position: absolute;
	width:45px;
	height:55px;
	margin-top: -507px;
	margin-left: 368px;
	z-index: 3;
	background-image: url(media/img/where/dot.png);
}

.mexicodotred{
	position: absolute;
	width:45px;
	height:55px;
	margin-top: -430px;
	margin-left: 455px;
	z-index: 3;
	background-image: url(media/img/where/dot.png);
}

.guatemaladotred{
	position: absolute;
	width:45px;
	height:55px;
	margin-top: -395px;
	margin-left: 515px;
	z-index: 3;
	background-image: url(media/img/where/dot.png);
}

.colombiadotred{
	position: absolute;
	width:45px;
	height:55px;
	margin-top: -325px;
	margin-left: 610px;
	z-index: 3;
	background-image: url(media/img/where/dot.png);
}

.brazildotred{
	position: absolute;
	width:45px;
	height:55px;
	margin-top: -230px;
	margin-left: 740px;
	z-index: 3;
	background-image: url(media/img/where/dot.png);
}


/*LINKS HOVER --------------------------------------------------------*/
.losangelesdot{
	position: absolute;
	margin-top: -507px;
	margin-left: 368px;
	z-index: 3;

}
.mexicodot{
	position: absolute;
	margin-top: -430px;
	margin-left: 455px;
	z-index: 3;
}

.guatemaladot{
	position: absolute;
	margin-top: -395px;
	margin-left: 515px;
	z-index: 3;
}

.colombiadot{
	position: absolute;
	margin-top: -325px;
	margin-left: 610px;
	z-index: 3;
}

.brazildot{
	position: absolute;
	margin-top: -230px;
	margin-left: 740px;
	z-index: 3;
}


/*show link descriptions --------------------------------------------------------*/



.losangelesdot:hover ~ #edotangeles {opacity: 1;-webkit-transition: opacity 2s linear;}

#edotangeles{opacity: 0;}

.mexicodot:hover ~ #edotmexico {opacity: 1;-webkit-transition: opacity 2s linear;}

#edotmexico{opacity: 0;}

.guatemaladot:hover ~ #edotguatemala {opacity: 1;-webkit-transition: opacity 2s linear;}

#edotguatemala{opacity: 0;}

.colombiadot:hover ~ #edotcolombia {opacity: 1;-webkit-transition: opacity 2s linear;}

#edotcolombia{opacity: 0;}

.brazildot:hover ~ #edotbrazil {opacity: 1;-webkit-transition: opacity 2s linear;}

#edotbrazil{opacity: 0;}

/*CONTACT*/
.contactholder{
	width: auto;
	height: 400px;
}
.contactinfoholder{
width: 260px;
height: 370px;
padding-left: 80px;
padding-right: 40px;
padding-top: 30px;
float: left;
/*background: gray;*/
line-height: 25px;

text-transform: none;
font-size: 16px;

}

.frmholder{
	width: 650px;
	padding-top: 30px;
	height: 370px;
	display: inline-block;
	float: right;
	
}


body{
	padding-top: 0px;
}

.leftboxcontact{
	width: 300px;
	height: 50px;
	float: left;
}

.rightboxcontact{
	width: 300px;
	height: 50px;
	float: right;
}

/*DEMO*/
.demofullholder{
	width: auto;
	height: 400px;

}

.demoaholder{
	width: 500px;
	height: 400px;
	float: left;
}

.demobholder{
	width: 500px;
	height: 400px;
	float: right;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	background-color: #292929;
	color: white;
}

.blackt{
	color: black;
}

.centerimages{
	text-align: center; margin: 1em 0;
    position: relative;
}

.backall{
	background-image: url(media/img/return/back.jpg);
	width: 60px;
	height: 39px;
	position: fixed;
	bottom: 0;
	right: 0;

}
/* MENU */
.menufundaca{
	margin: auto auto;
	width: 530px;
	margin-top: 15px;
}
.menufundaca ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
.menufundaca a
{
float:left;

text-decoration:none;
color:white;
background-color:#979797;
padding:0.2em 0.6em;

}
.menufundaca a:hover {background-color:#dbdbdb;color:black;}
.menufundaca li {display:inline;

}
.menufundaca li:last-child{

}
