body {
	background-image:url('img/0.png');
	background-repeat:repeat-x;
	background-color:#7194af;
	margin-top: 0px;
}

strong {
	font-size: 13px;
	font-family : Trebuchet MS,Tahoma,sans-serif;
	font-weight: bold;
}


#maincontainer {
	width: 760px;
	margin: 0 auto;
}

#header {
	text-align: center;
	background-color:#FFFFFF;
}

/* Toolbars */
#toolbar {
	margin-left: 45px;
	background-color:#FFFFFF;
}
a#home {
	display:block;
	width:111px;
	height:34px;
	text-indent:-9999px;
	background:url('img/toolbars/home.png') top left no-repeat;
	float: left;
}

a#home:hover {
	background-position:0 -34px;
}

a#cv {
	display:block;
	width:111px;
	height:34px;
	text-indent:-9999px;
	background:url('img/toolbars/cv.png') top left no-repeat;
	float: left;
}

a#cv:hover {
	background-position:0 -34px;
}

a#services {
	display:block;
	width:111px;
	height:34px;
	text-indent:-9999px;
	background:url('img/toolbars/services.png') top left no-repeat;
	float: left;
}

a#services:hover {
	background-position:0 -34px;
}

a#costs {
	display:block;
	width:111px;
	height:34px;
	text-indent:-9999px;
	background:url('img/toolbars/costs.png') top left no-repeat;
	float: left;
}

a#costs:hover {
	background-position:0 -34px;
}

a#contactus {
	display:block;
	width:111px;
	height:34px;
	text-indent:-9999px;
	background:url('img/toolbars/contactus.png') top left no-repeat;
	float: left;
}

a#contactus:hover {
	background-position:0 -34px;
}


a#competition {
	display:block;
	width:111px;
	height:34px;
	text-indent:-9999px;
	background:url('img/toolbars/competition.png') top left no-repeat;
	float: left;
}

a#competition:hover {
	background-position:0 -34px;
}


/* Content y Footer*/


#footer {
	background:url('img/footer.png') top left no-repeat;
	width: 762px;
	height:21px;
	font-size: 13px;
	font-family: Arial; 
	text-align: center;
	color: rgb(24, 42, 56);
	padding-top: 6px;
	margin-left: -1px;
}

#content {
	padding-top : 20px;
	background-color:#FFFFFF;
}


/* elements with ids */




/* Classes */
.generalblock {
	text-align: left;
	margin-left : 5px;
	margin-right : 5px;
	border-color : #CCCCCC;
	border-style : solid;
	border-width : 1px;
}

.title {
	background-color: #356386;
	color : #FFFFFF;
	font-size: 15px;
	font-family : Trebuchet MS,Tahoma,sans-serif;
	font-weight: bold;
	padding-top : 3px;
	padding-left : 5px;
	height : 20px;
}

.blockcontent {
	padding-left : 5px;
	padding-top : 10px;
	font-family : Trebuchet MS,Tahoma,sans-serif;
	font-size: 13px;
}

.formulario{
	width : 430px;
}

.inputfield{
	float : right;
}

.field{
	padding-top : 15px;
	height : 30px;
}

.leftnote{
	float: right; 
	width: 250px; 
	border-style : solid; 
	border-color : #CCCCCC;
}


input, textarea, select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#999999;
	padding:1px;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #888888;
	color:#000000;
}

label {
	-x-system-font:none;
	float:left;
	font-family:verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:200;
	line-height:normal;
	vertical-align:top;
	//width:30%;
	padding-left: 10px;
}

textarea {
	border:1px solid #344C58;
	width:85%;
}

input.button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#5D6F73 none repeat scroll 0 0;
	border-color:#5D6F73 #1C2600 #1C2600 #5D6F73;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 5px;
	margin-left: 15px;
}


