/***** Global Settings *****/

html, body {
  border:0;
  margin:0;
  padding:0;
}

body {
font:.9em/1.3em arial, helvetica, sans-serif;
color:#403d3d;
background: url(../images/bg.jpg) #000000; 

font-size: 12px;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  font-weight:normal;
}

h1 {
  padding:10px 0 25px 15px;
  letter-spacing:-1px;
  font:2em arial, helvetica, sans-serif;
}

h2 {
  padding:20px 0 0 15px;
  letter-spacing:-1px;
  font:1.5em arial, helvetica, sans-serif;
}

h3 {
  font:1em arial, helvetica, sans-serif;
  font-weight:bold;
  padding:5px 0 10px 0;
}

p, ul, ol {
  margin:0 0 0 0px;
  padding:0 0 10px 0;
}

ul, ol {
  list-style:disc;
  padding:0 0 18px 40px;
}

img {
  border:0;
  margin: 0 0 5px 0;
}

/***** Links *****/

a, a:visited {
  text-decoration:underline;
  color:#403d3d;
}

a:hover {
  text-decoration: none;
}


/***** Wrapper *****/
#container {
	background: #333333;
  width:950px;
  margin:0 auto;
  padding:5px;
}

/***** Header Area *****/

#header {
	background:  url(../images/headerbg.jpg) #333333;
	height: 215px;
	width: 950px;
}

#logo h1 {
display:block;
float:left;
width:191px;
height:204px;
text-indent:-9999px;
}

.ib {
color:white;
background: url(../images/ib.png) no-repeat;
text-indent:-9999px;
width: 467px;
height:46px;
float:right;
}

.mpb {
color:white;
background: url(../images/Peru-Flag-48.png) no-repeat;
text-indent:-9999px;
width: 48px;
height:48px;
float:right;
}

#logo h1 a {
display:block;
width:100%;
height:100%;
background:url(../images/logo.png) no-repeat 0 0;
outline:none;

}

#navigation {
	background: #a2a2a2;
	width: 935px;
	height: 40px;
	text-transform:uppercase;
	text-align:right;
	margin: 5px 5px 5px 5px;
	  	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#navigation .nav-links li {
font-size:14px;
display:inline;
float:left;
padding:10px;
}

#navigation .nav-links a:hover{
color:yellow;
letter-spacing: 5px;
}

#navigation img {
padding:0px;
margin:-15px 50px 5px 0px;
}

/******Sidebar*****/
#sidebar {
	background: #333333;
	float: left;
	width: 200px;
	height:1000px;
	text-align:center;
	margin: 15px 15px 15px 15px;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#sidebar .sidebar li {
text-align:center;
list-style:none;
}

#mutant a {
background:url(../images/mutant.png) no-repeat;
display:block;
width:150px;
height:57px;
text-indent:-9999px;
margin: 0 0 10px 0;
}

#jh a {
background:url(../images/jh.png) no-repeat;
display:block;
width:150px;
height:72px;
text-indent:-9999px;
margin: 0 0 10px 0;
}

#ugarte a {
background:url(../images/ugarte.png) no-repeat;
display:block;
width:114px;
height:120px;
text-indent:-9999px;
margin: 0 0 10px 0;
}

#mask a {
background:url(../images/mask.png) no-repeat;
display:block;
width:73px;
height:100px;
text-indent:-9999px;
margin: 0 0 10px 25px;
}

#gg a {
background:url(../images/gg.png) no-repeat;
display:block;
width:174px;
height:95px;
text-indent:-9999px;
margin: 0 0 10px 0;
}

#piojo a {
background:url(../images/piojo.png) no-repeat;
display:block;
width:100px;
height:118px;
margin: 10px 0px 0px 20px;
text-indent:-9999px;
}

#brutus a {
background:url(../images/brutus.png) no-repeat;
display:block;
width:70px;
height:130px;
margin: 5px 0px 5px 30px;
text-indent:-9999px;
}

#clom a {
background:url(../images/clom.png) no-repeat;
display:block;
width:174px;
height:74px;
text-indent:-9999px;
margin: 0 0 10px 0;
}

#elmnt a {
background:url(../images/elmnt.png) no-repeat;
display:block;
width:174px;
height:90px;
text-indent:-9999px;
margin: 0 0 10px 0;
}

/***** Homepage Content *****/

#contentindex {
text-align:center;
margin:20px;
}

#content {
	background: #a2a2a2;
	width:700px;
	height:900px;
	margin:15px 0 10px 230px;
	text-decoration:none;
    text-align:justify;
			-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#content .inline{
width: 650px;
display:inline;
text-decoration:none;
}

#content .models {
text-align:center;
text-decoration:none;
}

#content img{
text-align:center;
}

#content p {
padding: 5px 20px 0px 20px;
}

#content h2 {
padding: 15px 0 0 20px;
}

#content h3 {
padding: 15px 0 0 20px;
}

#video1 {
text-align:center;
}




/***** Footer *****/
#footer {
	background: #838283;
	height: 150px;
	width: 890px;
	padding:15px;
	margin: 15px;
	clear:left;
		-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#footer p,h2 {
  margin:0 0 0 0px;
  padding:0 0 0px 0;
}


#footer-right {
float:right;
}

#formulario {
	width: 550px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#formulario p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}



/***** Global Classes *****/

.clear { clear:both; }

.addthis_button {
float:right;
margin: 0 20px 0 0;
}


@charset "utf-8";




















