@charset "utf-8";
/* CSS Document */


/*general styles*/
@font-face {
	font-family: 'Century Gothic';
	src: url('http://www.advicemetech.com/css/fonts/GOTHIC.eot');
	src: local('☺'), url('http://www.advicemetech.com/css/fonts/GOTHIC.woff') format('woff'), url('http://www.advicemetech.com/css/fonts/GOTHIC.ttf') format('truetype'), url('http://www.advicemetech.com/css/fonts/GOTHIC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{ margin:0px; padding:0px;}
.homebanner img{ width:100%; height:auto;}
a img{ border:0px;}
body{ margin:0px; padding:0px;}
header{ text-align:center;}
header a, header a img{ margin:0 auto;}
section.homebanner{ padding:0px; margin:0px; border:#5f1567 solid; border-width:9px 0 9px 0; float:left; width:100%;}
header, section.navigation, section.nosotros, footer{ width:100%; float:left;}
section.navigation article h1{ height:34px; line-height:34px; background:#e7e7e7 url(../images/advicemetech_arrow.png) no-repeat center right; font-family:Century Gothic Arial, Helvetica, sans-serif; font-size:18px; margin:0px; font-weight:bold; padding:0 0 0 36px;		 border:#5f1567 solid; border-width:0 0 1px 0;}
section.navigation article h1 a{color:#555; text-decoration:none;}
section.nosotros article{ padding:28px 0 0 35px; font-family:Century Gothic Arial, Helvetica, sans-serif;}
section.nosotros article h2{ margin:0 0 10px 0; padding:0px; color:#a37ab3; font-size:14px; font-weight:bold;}
section.nosotros article p{ color:#777;font-size:13px; padding:0 0 10px 0; margin:0px; float:left; width:100%;}
section.nosotros article ul{ color:#777;font-size:13px;}
section.nosotros article p img{ float:left; max-width:120px; margin:0 15px 0 0}
section.nosotros article p img.equipo{width:100%; height:auto;  max-width:100%;}
section.nosotros article p div{ float:left; width:auto;}
section.nosotros article p.directoras a{ text-align:left; float:left;}
section.nosotros article p img.directora{ margin:0 15px 30px 0}
section.nosotros article p img.icons{ margin:0 10px 0 0; float:inherit;}
section.nosotros article p.equipo{ float:left; width:312px; margin:15px 12px 0 0; font-size:12px}
section.nosotros article p.equipo img{ max-width:90px; margin-right:8px}
footer{ background:#f5f5f5; border:#5f1567 solid; border-width:3px 0 0 0; margin:29px 0 0 0}
footer div{ font-family:Century Gothic Arial, Helvetica, sans-serif; font-size:11px; color:#777; line-height:18px;}
footer div a{color:#777; text-decoration:none;}
footer div.footer_left{ float:left; width:50%; margin:0 0 0 18px;}
footer div.footer_left span{ padding:0 0 0 21px;}
footer div.footer_rigth{ float:right; width:35%; margin:15px 20px 0 0;}
footer div.footer_rigth img{ float:right; width:auto;}
footer div.footer_bottom{ float:left; width:100%; background:#e7e7e7;}
footer div.footer_bottom div.bottom_left{ float:left; width:65%;}
div.bottom_left{ margin:15px 0 15px 18px;}
div.bottom_left p{ padding:0px; margin:0px;}
div.bottom_left .twitter a{ background:url(../images/advicemetech_twitter.png) no-repeat left center; padding:0 0 0 27px; line-height:21px; height:21px; display:inline-block;}
div.bottom_left .facebook a{ background:url(../images/advicemetech_facebook.png) no-repeat 1px center; padding:0 0 0 27px; line-height:21px;height:21px; display:inline-block; margin:3px 0 0 0}
footer div.footer_bottom div.bottom_rigth{ float:right; width:30%; text-align:right; margin:15px 20px 0 0}
footer .mail a{background:url(../images/advicemetech_email.png) no-repeat center left; padding:0 0 0 23px;}
footer .phone a{background:url(../images/advicemetech_phone.png) no-repeat 2px center; padding:0 0 0 18px;}

/*homepage banner*/

.pagination li a {
	display:block;
	width:30px;
	height:1px;
	padding-top:19px;
	background:url(../images/pagination.png) no-repeat 0 0;
	float:left;
	overflow:hidden;
}

#slides {
	float:left;
	z-index:100;
}

.slides_container {
	max-width:477px;
	overflow:hidden;
	position:relative;
	display:none;
	max-height:240px;
}

.slides_container a {
	width:477px;
	height:240px;
	display:block;
}

.slides_container a img {
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
	display:none;
}

.pagination {
    margin: -30px 0 0;
    position: absolute;
    right: 0;
    width: 100px;
    z-index: 100000;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li.current a {
	background-position:0 -20px;
}
.slides_control{ z-index:10;}



@media only screen and (max-width:480px) {
	.homebanner img{ width:480px; height:240px;}
	section.homebanner{height:240px;}
	.slides_container{ max-width:477px;}
	.slides_container a{ max-width:477px;}
	.video_iframe{width:460px; height:322px;}
	}
	
@media only screen and (max-width:320px) {
	.homebanner img{ width:320px; height:159px;}
	section.homebanner{height:159px;}
	.slides_container{ max-width:317px !important;max-height:159px !important;}
	.slides_control{max-height:159px !important;}
	}
	
.logo_wrapper{  border:#5f1567 solid; border-width:0 0 9px 0;}