/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {	font-family:"Segoe Print",font-size: 11px;}

#content #title {	color: #FFF;	margin-top: 45px;	margin-left: 40px;	font-family: Candara, Corbel, Euphemia, "Segoe Print", Verdana;; font-size: 11px;		}
#container {	background-repeat: no-repeat;	height: 278px;	width: 830px;	font-size: 1.2em; /*background-color:#FFF;*/}
#contact{	width:310px;	height:278px;	float:left;	display:block;	background-color:#FFF; }
#content{
	width:480px;
	height:278px;
	display:block;
	float:right;
	padding-left:40px;
	color: #FFF;
	font-weight: 900;
	background-image:url(images/fondo_W.jpg);
	font-family:Candara, Corbel, Euphemia, "Segoe Print", Verdana;
	font-size:16px;
	line-height: 22px;
}
 #blog{ color:#FFF; font-weight:bolder;}
/******************************* Text and image formatting *******************************/

p {
	margin-bottom: 5px;
	margin-top: 15px;
	background-color:#FFF;
		line-height: 16px;

}
p.quote:first-letter {	color: #6F9800;	font-size:xx-large;	margin-top: 20px;	font-size: 2.5em;   padding-right: 2px;}

.red {color: #614240;}
h2 {	color: #bf8a44;	margin-left: 120px;	font-size: 1.6em;	font-family: "Times New Roman", Times, serif;	font-style: italic;}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	background-color:#FFF;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 200px;
	margin-top: 5px;
	margin-left: 30px;
	padding: 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 185px;
          background: url(images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
		  
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}
#mapa{ color:#FFF; background-color:#FFF;}

#social {
	float: right;
	height: 38px;
	width: 480px;
	top: 240px;
}