
body
{
	background: #FFF;
	color: #000;
	margin: 0px;
	overflow-x:hidden;
}

body, p, ol, ul, td
{
	font-family: helvetica,geneva,arial,sans-serif;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
	font-weight: bold;
}

a{
	transition: 0.3s;
}

a, a:visited, a:hover
{ color: #000; }

/* ------------ wrappers --------------- */

#contentwrapper
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* ------------ content --------------- */

#content
{
	width: 85%;
	min-width: 300px;
	margin: 0px auto;
	letter-spacing: -1px;
	padding: 40px 0 0px 0;
}

	#content a
	{
		text-decoration: none;
		color: #555555;
	}

	#content a:hover, #content a:active
	{
		text-decoration: underline;
	}

/* ------------ and now something completely different --------------- */

#pregunta
{
	margin-top: 30px;
	padding: 20px;
}

	#pregunta p
	{
		margin: 0px;
		padding-bottom: 20px;
	}

	#pregunta ul
	{
		margin-left: 30px;
	}

	#pregunta li
	{
		padding: 10px;
	}

/* ------------ form --------------- */

form
{
	padding: 0px;
	margin: 0px 60px 30px 20px;
}

	textarea.contacto
	{
		font-family: helvetica,geneva,arial,sans-serif;
		font-weight: bold;
		font-size: 30px;
		line-height: 32px;
		background-color: #FFF;
		color: #000;
		padding: 5px;
		height: 220px;
		width: 100%;
		border: 0px solid #000;
		min-height: 150px;
		margin-bottom: 20px;
		background-color: #EEE;
	}

		textarea.contacto:focus
		{
			background-color: #EEE;
			color: #000;
		}

	input
	{
		font-family: helvetica,geneva,arial,sans-serif;
		font-weight: bold;
		font-size: 30px;
		padding: 5px;
		background: #EEE;
		border: 0px;
	}

	input.button
	{
		font-family: helvetica,geneva,arial,sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 20px;
		margin-top: 20px;
		height: 38px;
		color: #000;
		background: #EEE;
		padding: 3px 0 1px 0;
	}

	input.nombre
	{
		font-family: helvetica,geneva,arial,sans-serif;
		font-weight: bold;
		font-size: 30px;
		padding: 5px;
		margin-top: 20px;
		width: 100%;
		background: #EEE;
		border: 0px;
	}

	input.email
	{
		font-family: helvetica,geneva,arial,sans-serif;
		font-weight: bold;
		font-size: 30px;
		padding: 5px;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
		background: #EEE;
		border: 0px;
	}

	input.upload
	{
		font-family: helvetica,geneva,arial,sans-serif;
		font-weight: bold;
		font-size: 30px;
		margin-bottom: 20px;
		width: 100%;
		border: 0px solid #000;
		display: none;
	}

*:focus { outline: none; }
*::-moz-focus-inner { border: none; }

#direction{
	margin-top: 30px;
	padding: 20px;
}

#cookiesinfobar
{
    display: none;
    width: 100%;
    /*text-align: center;*/
    min-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
    color: #999999;
}

#inner
{
    width:100%;
    position:absolute;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    top:0;
    color: #999999;
	left: 9%;
	line-height: 18px;
}

#inner a.ok
{
    padding: 4px;
    text-decoration: none;
    color: #999999;
}

#inner a.info
{
    text-decoration: none;
    font-weight: bold;
    color: #999999;
}
#inner a.info:hover, #inner a.info:active
{
    text-decoration: underline;
}

#socialMediaBar{
    position: fixed;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
	cursor: pointer;
	bottom: 16px;
    right: 35px;
	z-index: 2;
}

#socialMediaBar a{
	text-decoration:none;
	color: #555;
}

#socialMediaBar a:hover{
	text-decoration:underline;
}

/* MEDIA QUERIES PARA ADAPTAR LOS ELEMENTOS A LOS DISTINTOS ANCHOS */

@media (max-width: 1350px) {
  #inner{
    	width:65%;
	}
}

@media (max-width: 1050px) {
  #inner{
    	width:60%;
	}
}

@media (max-width: 830px) {
  #inner{
    	width:55%;
	}
}

@media (max-width: 700px) {
  #inner{
    	width:50%;
	}
}

@media (max-width: 650px) {
  #inner{
    	width:45%;
	}
}

@media (max-width: 560px) {
  #inner{
    	width: 80%;
		bottom: 60px;
	}
  #socialMediaBar{
    	top: 16px;
	}
}

@media (max-height: 550px) {
  #socialMediaBar{
    	top: 16px;
	}
}
