/*CSS Reset*/
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;
}

#mobilead
{
    display: none;
}
strong
{
	font-weight: bold;
}
body
{
	padding: 0; margin: 0;
	font-family: sans-serif;
	color:#555;
}
body *
{
	padding: 0; margin: 0;
	
}
html, body
{
	/*Resuelve el problema de la pagina cortandose*/
	min-width: 1035px;
}
a.button
{
	display: block;
	background-image: url('../images/btn.png');
	width: 200px; height: 28px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: 1px solid #185200;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.button:hover
{
	background-image: url('../images/btnhover.png');
}

#logo_text, #slogan_text
{
	/*text-indent: -5000px;*/
	display: none;
}
#header #navigation .current_page
{
	color: #F79635;
}

#loadingContact
{
	display: none;
}

/*--------------------HEADER----------------------------------*/
#headerParent
{
	overflow: auto;
	background-color: #110E07;
	border-bottom: 4px solid #35301A;
}

#header
{
	position: relative;
	width: 960px;
	margin: auto;
}
#header .logo_block
{
	float: left;
}
#header img
{
	/*position: absolute;
	top: 20px;
	left: 50px;*/
	margin-top: 20px;
	margin-left: 50px;
	width: 150px;
	height: 56px;
}
#header #navigation
{
	/*position: absolute;
	right: 0;
	top: 20px;
	*/
	padding-top: 20px;
	margin-left: 280px;
}
#header #navigation ul
{
	margin: 0; padding: 0;
}
#header #navigation li
{
	display: block;
	list-style: none;
	float: left;
	padding: 15px;
}

#header #navigation li a
{
	font-family: 'Century Gothic', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: block;
}
#header #navigation li a:hover
{
	color:#888;
}

/*------------------------BANNER----------------------------*/
#bannerParent
{
	position:relative;
	
	margin: 0; padding: 0;
	background: #fff url('../images/tile_wood.jpg');
	height: 350px;
	
	clear: both;
	
	
	border-bottom: 1px solid #210500;
	
	-moz-box-shadow: 0px 3px 10px #888;
	-webkit-box-shadow: 0px 3px 10px #888;
	box-shadow: 0px 3px 10px #888;
	
}
#banner
{
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	/*margin-left: 700px;*/
	color: #fff;
}
#banner .pitch_banner
{
	margin-left: 380px;
	padding-top: 100px;
}

#banner h1
{
	font-family: 'Gill Sans / Gill Sans MT', sans-serif;
	font-size: 60px;
}
#banner #header_image
{
	/*position:absolute;
	left: 300px;
	top: 15px;*/
	float: left;
	width:350px;
	height:366px;
	
	/*border: 3px solid #fff;
	
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;*/
}

/*-----------------------PITCH-----------------------------*/
#pitchParent
{
	border-bottom: 3px solid #eee;
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: auto;
}

#pitch
{
	width: 960px;
	margin: auto;
	position: relative;
}
#pitch #our_clients h2
{

	margin-top: 0;
	font-weight: bold;
	color: #999;
	font-size: 16px;
	margin-bottom: 20px;
	
}
#pitch #our_clients 
{
	padding-top: 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

#pitch #our_clients .logos_clientes
{
	width: 860px;
	margin: 0 auto;
}
#pitch #our_clients .logos_clientes img
{
	margin-left: 30px;
}

#pitch h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #E6850B;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
}

#pitch h3
{
	margin-bottom: 40px;
	text-align: center;
}

#pitch #pitch_content img
{
	float: left;
}

#pitchParent #pitch #pitch_sub
{
	color: #888;
	font-size: 14px;
	width: 400px;
	margin-bottom: 30px;
}

#pitch #pitch_content #pitch_text
{
	padding-top: 90px;
}
#pitch #pitch_content #pitch_text p
{
	color: #888;
	font-size: 14px;
}
/*--------------------CONTENT-----------------------------*/
#contentParent
{
	border-bottom: 1px solid #999;
	/*background: #fff url('../images/purty_wood.png');*/
	background-color: #efefef;
	padding-bottom: 30px;
	padding-top: 30px;
	
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
} 
#content
{
	/*Sumatoria de los hijos Block*/
	width: 960px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content h1, #contact h2, #pitch #pitch_high
{
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}
#content #content_sub
{
	margin-bottom: 30px;
	font-size: 14px;
	color: #888;
}
#content h1
{
	margin-bottom: 0px;
}
#pitch #pitch_high
{
	margin-bottom: 0;
}

#content .block
{
	float: left;
	width: 400px;
	
}
#content .block img
{
	border: 4px solid #fff;
	
	margin-left: 59px;
	margin-bottom: 50px;
	
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.2)));
	-moz-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.2)));
	
	box-shadow: 0px 20px 20px #888888;
	-moz-box-shadow: 0px 20px 20px #888888;
	-webkit-box-shadow: 0px 20px 20px #888888;
}
#content .block p.text
{
	margin-bottom: 50px;
}
#content .block#lastBlock
{
	margin-left: 160px;
}
.clear
{
	clear:both;
}
#content img
{
	height: 200px;
	width: 281px;
}
/*---------------------CONTACT----------------------------*/
#contactParent
{
	border-bottom: 1px solid #999;
	margin-top: 30px;
	padding-bottom: 70px;
	padding-top: 40px;
	
	/*background: url('../images/images.jpg') no-repeat right -80px;*/
}
#contact
{
	width: 960px;
	margin: auto;
}
#contact p.sub_message
{
	margin-top: -30px;
	color: #888;
	font-size: 12px;
	width: 400px;
	margin-bottom: 30px;
}
#contact #contact_form_div
{
	float: left;
}
#contact form label
{
	display: block;
}
#contact .clear
{
	margin-bottom: 30px;
}
#contact form input, #contact form textarea, #contact form select
{
	margin-bottom: 15px;
	width: 300px;
	height: 30px;
	border: 1px solid #ccc;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 14px;
}
#contact form textarea
{
	height: 100px;
}
#contact #contact_info .sub_message
{
	font-size: 12px;
	padding-bottom: 30px;
}
#contact #contact_info
{
	margin-left: 550px;
}
#contact #contact_info p
{
	padding: 2px;
}
#contact .submitBtn
{
	font-size: 16px;
	display: block;
	height: 40px;
	background: #fff url('../images/clear_btn.png') repeat-x;
	color: 888;
	border: 1px solid #D1D1D1;
	cursor:pointer;
}
#contact .submitBtn:hover
{
	color: #3683b4
}
#contact #contact_info p.contact_info_info
{
	margin-top: -30px;
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 20px;
	
}
#contact iframe
{
	border: 4px solid #eee;
}
/*--------------------Footer-------------------------------*/
#footerParent
{
	border-top: 1px solid #000;
	margin-top: -30px;
	color: #fff;
	padding: 30px;
	background: #272727 url('../images/footerbg.png') repeat-x;
	position:relative;
}
#footer
{
	width: 960px;
	margin:auto;
	color: #ccc;
	font-size: 12px;
	position:relative;
}
#footer p
{
	padding: 3px;
}
#footer .copyright
{
	float: left;
	margin-right: 100px;
}
#footer ul, #footer li
{
	list-style: none;
	margin: 0;padding:0;
}
#footer .copyright li, #footer #footer_contact li
{
	margin: 3px;
}
#footer .copyright a
{
	text-decoration: none;
	color: #888;
}
#footer #footer_contact
{
	position:absolute;
	right: 100px;
	top: 0;
}
#footer #footer_contact a
{
	text-decoration: none;
	color: #fff;
	
}
#footer .logoImg
{
	position:absolute;
	right:0;
	top: -20px;
}
#footer #footer_contact ul
{
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
#myName
{
	background-color: #000;
	color: #aaa;
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #212121;
	
}
#myName p
{
	float: right;
}


/*Ad stuff*/
.adsbygoogle
{
    display: block;
    margin: 15px auto;
}


#anuncioConcurso {
    width: 500px;
    margin: 0 auto;
    margin-top: 40px;
    
    font-size: 16px;
    background:#fefefe url('../images/logotrans.png') 340px -50px no-repeat;
    color: #555;
    padding: 20px;
    border: 1px solid #aaa;
    border-radius: 10px;
    
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
    
}
#anuncioConcurso h1
{
    margin-bottom: 10px;
    font-weight: bold;
}


/*Responsive solutions*/
@media only screen and (max-width: 1035px)
{
	html, body
	{
		min-width: 100%;
	}
	#pitchParent
	{
		padding-top: 0;
	}
	#header, #pitch, #content, #contact, #footer
	{
		width: 90%;
	}
	#header .logo_block
	{
		width: 150px;
		float: none;
		display: block;
		margin: 0 auto;
		
	}
	#header .logo_block img
	{
		margin: 10px 0 10px;
	}
	
	#content .block
	{
		width: 40%;
	}
	
	#contact #contact_form_div
	{
		float: none;
	}
	#contact #contact_info h2
	{
		margin-bottom: 20px;
	}
	#contact #contact_info
	{
		margin-left: 0;
	}
	/*#content .block#lastBlock
	{
		margin-top: 50px;
	}*/
	#header #navigation
	{
		padding-top: 0;
		margin-left: 0;
		width: 90%;
		margin: 0 auto;
	}
	#myName p
	{
		float: none;
	}
}

@media only screen and (max-width: 910px)
{
	#content .block#lastBlock
	{
		margin-left: 0;
		margin-top: 50px;
		float: none;
		width: 80%;
		margin-left: auto; margin-right: auto;
		text-align: center;
	}
	#content .block
	{
		float: none;
		width: 80%;
		margin-left: auto; margin-right: auto;
		text-align: center;
	}
	#content .block img
	{
		margin-left: 0; margin-right: 0;
	}
	a.button
	{
		margin-left: auto; margin-right: auto;
		text-align: center;
	}
}
@media only screen and (max-width: 835px)
{
	#header #navigation li
	{
		float: none;
		width: 90%;
		text-align: center;
		border-top: 1px solid #444;
	}
}
@media only screen and (max-width: 820px)
{
	#banner
	{
		text-align: center;
		width: 100%;
	}
	#banner #header_image
	{
		float: none;
		width: 175px;
		height: 183px; 
	}
	#banner .pitch_banner
	{
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}
	#banner .pitch_banner h1
	{
		font-size: 200%;
	}
	
}
@media only screen and (max-width: 755px)
{
	#pitch #our_clients
	{
		display: none;
	}
	#footer .copyright
	{
		float: none;
		margin-right: 0;
		margin-top: 10px;
	}
	#footer #footer_contact
	{
		position: static;
		right: 0;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 660px)
{
	#pitch #pitch_content img
	{
		float: none;
	}
	#pitch #pitch_content #pitch_text 
	{
		padding-top: 10px;
	}
	#headerParent
	{
		overflow: visible;
	}
	
}
@media only screen and (max-width: 440px)
{
	#pitchParent #pitch #pitch_sub
	{
		width: 90%;
	}
    #anuncioConcurso
    {
        width: 200px;
    }
    #mobilead
    {
        display: block;
    }
    #bigad
    {
        display: none;
    }
	#contact p.sub_message
	{
		width: 90%;
	}
}



#ganadoresConcurso {
    width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}
#ganadoresConcurso h1
{
    font-size: 20px;
    
}
