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

/*----------------------Reset del CSS------------------*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-------------Fin del Reset---------------*/


body {
	background-image: url(images/bkgradient.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

@font-face {
	font-family: MtNoC___;
	src: url('MtNoC___.ttf');
}

.custom_font {
	font-family: MtNoC___, arial  ;
	letter-spacing: 1.3px;
}

body#index a.index; {
	color: #FFBF00
}

#mainContainer {
	position: relative;
	background-image: url(images/whatisFondo.jpg);
	background-repeat: no-repeat;
	border: 5px solid #FFF;
	height: 618px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#index #navigation ul li .current,
#whatwedo #navigation ul li .current {
	color: #F90;
}

#navigation {
	width: 1000px;
	height: 159px;
	font-size: 25px;
	height: 25px;
	padding: 75px 0px 0px 0px;
	text-align: center;
}
 
#navigation li {
	display: inline;
	
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	
}
 
#navigation a {
	text-decoration: none;
	color: white;
	padding: 0px 31px 0px 31px;
	display: inline-block;
	border-left: solid thin #999;
}

#navigation a:hover {
    color: #FFE194;}

#navigation a.primero {
	border-left-style: none;
}
/* Fin estilos Index*/

/*-----------------------------Comienzo estilos What We Do-------------------------------*/

#mainContainer2 {
	position: relative;
	border: 5px solid #FFF;
	height: 618px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#wwdhead {
	background-image: url(images/WWDhead.jpg);
	background-repeat: no-repeat;
	height: 159px;
}

#wwdcentro {
	background-image: url(images/WWDCentro_02.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 327px;
}
#wwdbottom {
	background-image: url(images/WWDbottom.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 1000px;
}
/*Fin Estilos What We Do*/

/*-----------------------Comienzo estilos Portfolio General-------------------------------------*/

#graphicdesignhead {
	background-image: url(images/portfolio-graphic-design.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
#webdesignhead {
	background-image: url(images/portfolio-web-design.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
#animationhead {
	background-image: url(images/portfolio-animation.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
#photographyhead {
	background-image: url(images/portfolio-photography.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
#photomontagehead {
	background-image: url(images/portfolio-photomontage.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
#brochureshead {
	background-image: url(images/portfolio-brochures.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
#advertisinghead {
	background-image: url(images/portfolio-advertising.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
#portfoliocentro {
	background-image: url(images/WWDCentro_02.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 327px;
}

#portfoliobottom {
	background-image: url(images/WWDbottom.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 1000px;
}

.nodecoration {
	text-decoration:none;
	color: white;
}

#graphicdesign {
	position: absolute;
	top: 126px;
	left: 92px;
	width: 130px;
	height: 29px;
	color: white;
	
}

#webdesign {
	position: absolute;
	top: 126px;
	left: 226px;
	width: 130px;
	height: 29px;
	color: white;
	
}
#animation {
	position: absolute;
	top: 126px;
	left: 335px;
	width: 130px;
	height: 29px;
	color: white;
	
}
#photography {
	position: absolute;
	top: 126px;
	left: 431px;
	width: 130px;
	height: 29px;
	color: white;
	
}
#photomontage {
	position: absolute;
	top: 126px;
	left: 550px;
	width: 130px;
	height: 29px;
	color: white;
	
}
#brochures {
	position: absolute;
	top: 126px;
	left: 683px;
	width: 130px;
	height: 29px;
	color: white;
	
}
#advertising {
	position: absolute;
	top: 126px;
	left: 782px;
	width: 130px;
	height: 29px;
	color: white;
	
}