@charset "utf-8";
/*********** COLORS ***************
pink #7e2d36

/************* GENERAL SETS *********************/
body{
	color: #666;
	background-color: #181818;
/* 	font-family: 'Open Sans', sans-serif; */
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 15px;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	font-weight: 300;
	overflow: hidden;
}
a  {	
	color:#7e2d36;
	text-decoration: none;
}


h2{
color:#7e2d36;
font-size: 28px;
font-weight: 200;
margin-bottom: 20px;
padding-top: 10px;
line-height: 28px;
}

input[type='text'],textarea{
	font-style: italic;
	font-weight: 400;
}


input[type='submit']{
	background-color: #282828;
	color:#f7f0e0;
	width:200px;
	cursor: pointer;
}

input[type='submit']:hover{
	background-color: #f7f0e0;
	color:#733622;
}
img{
	border:none;
}


form {
	position: relative;
	margin: 0px;
	background-color:#7e2d36;
	padding:20px;
	margin-bottom: 50px;

}
form h2{
	text-transform: uppercase;
	margin-bottom: 10px;
}
form em{
	margin-bottom: 20px;
}
.mandatory,.local{
	border: 2px solid #7e2d36;
}

.local{
	width:100px;
	
	float: left;

}
.item{
	width:auto;
	height:auto;
	display:block;
  	margin: 10px;
	float: left;
}
.item a{
	opacity:.5;
	
}
.item a:hover{
	opacity:1;
}

/************* MAIN SECTIONS *********************/

#pagina{
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left:0px;
    text-align: center;

    
}

#logo{
	z-index: 138;
	width:300px;
	border: 1px solid white;
}





#illustration{
	position:absolute;
	top:0px;
	left:40%;
	background-color: #579f9e;


}


#illustration a{
	width: 150px;
	position: relative;
	top:30px; 
	/*
position:relative;
	bottom:0;
*/


}

#photography{

	position:absolute;
	bottom: 0;
	right:40%;
	margin-left: 10px;
	background-color: #cb594b;
}














