/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
    padding: 0;
	background-color: #d6f7fe;
	line-height:110%;
}

/**************************************/
/*              GLOBALS               */
/**************************************/
.back {
	background: transparent url('../images/acasa.jpg') top left no-repeat;
	height: 900px;
	width: 1200px;
}

label.required:after {
	content: '*';
	color: #f00;
	font-size: 18px;
	vertical-align: top;
	padding: 4px;
}

label.edit { position: absolute; text-align:right; width:200px; margin-bottom: 0.7em}
input.edit, select.edit, textarea.edit, div.edit { margin-left: 210px; margin-bottom: 0.7em}

.width200 {
	width: 350px;
}
/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/
/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); 
    color:#efefef; 
    height:400px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}
a.inscr {
  top: 5px;
  right: 25px;
  position: fixed;
  padding: 15px 10px 15px 10px;
  border: 2px solid #017E30;
  color: #fff;
  font-weight: bold;
  background: #8EA2AB;
  font-size: 150%;
  text-decoration: none;
  text-align: center;
}

a.inscr:hover {
  background: #017E30;
}

