	html,body{
		margin:0px;
		padding:0px;
		font-family:Arial,sans-serif;
		font-size:11px;
	}
	
	#container{
		width:810px;
	}
	
	#header{
		
		height:70px;
	}
	
	#header #logo{
		margin:20px 0 0 10px;
		width:300px;
		float:left;
	}
	
	#header #cont{
		width:400px;
		float:right;
		text-align:right;
	}
	
	#phone, #email{
		display:inline;
		font-weight:bold;
		font-size:13.5px;
		color:#000066;
	}
	#phone{
		background:url('../img/icons/telephone.png') no-repeat;
		padding-left:20;
	}
	
	#email a{
		text-decoration:none;
		color:#000066;
		margin-left:20px
	}
	
	#header #contact{
		width:400px;
		float:right;
		height:50px
	}
	
	#header #menu{
		width:400px;
		font-size:12px;
		color:#888888;
	}
	
	#header #menu a,#lang a{
		color:#888888;
		text-decoration:none;

	}
	
	#header #menu a:hover, #lang a:hover{
		color:red;
	}
	
	#banner{
		height:100px;
	}
	
	#banner #mainmenu{
		width:200px;
		float:left;
	}
	
	#banner #image{
		width:599px;
		float:right;
	}
	
	#main{
		clear:both;
	}
	
	#main-left{
		width:200px;
		float:left;
	}
	
	.blo{
		border: 1px solid #cccccc;
		height:100px;
		margin:20px 5px 0 10px;
		text-align:right;
		padding:5px;
		
	}
	
	.blo a{
		color:#000066;
		text-decoration:none;
	}

	.date{
		margin:20px 5px 0 10px;
		text-align:center;
		padding:5px;
		color:#000066;		
	}
	
	.blo .txt{
		margin-top:15px;
		font-size: 10px;
		width:100px;
		float:right;
		color:#000066;
		
	}
	
	#pen{
		background:url(../img/pen1.png) 5px 25px no-repeat #F9F9FF;
		cursor:pointer;
	}
	
	#pen:hover{
		background:url(../img/pen1.png) 5px 25px no-repeat #d8d6dd;
	}
	
	#book{
		background:url(../img/books1.png) 5px 25px no-repeat #F9F9FF;
				cursor:pointer;

	}

	#book:hover{
		background:url(../img/books1.png) 5px 25px no-repeat #d8d6dd;
	}
	
	#mainmenu ul{
		width:200px;
		padding:0;
		margin:0;
	}
	
	#mainmenu li{
		width:200px;
		height:34px;
		border:1px solid #cccccc;
		margin:1px;
		text-align:center;
		font-weight:bold;
		color:#000066;
		list-style-type:none;
	}
	
	#mainmenu li:hover{
		background:#f9f9ff;
		color:red;
		cursor:pointer;
	}
	
	
	
	#mainmenu li a{
		color:#000066;
		text-decoration:none;
	}
	
	.m{
		padding-top:9px;
		font-size:12px;
	}
	
	#lang{
		width:250px;
		float:right;
		text-align:right;
		font-size:12px;
		margin-top:5px;
	}
	#logout{
		width:250px;
		float:right;
		text-align:right;
		font-size:12px;
		margin-top:5px;
		clear:right;
	}
	
	
	
	#main-right{
		width:600px;
		float:right;
		color: #666666;
	}
	
	#main-right h1{
		padding-top:20px;
		margin-top:0;
		color: #000066;
		font-weight:lighter;
		font-size:22px;
	}
	
	#main-right h2, .bloheader{
		color: #000066;
		font-weight:lighter;
		font-size:18px;
		
	}
	
	#main-right p,#main-right .check td{
		color: #111111;
		font-size:12px;
		line-height:1.5em;
		
	}
		
	#main-right li{
		color: #111111;
		font-size:12px;
		line-height:1.5em;
		margin-bottom:1em;
		
	}

	#footer{
		height:100px;
	}
	
	.clear{
		clear:both;
	}
	
	
	.success{
		
		border: green 2px solid;
		padding:15px 15px 15px 30px;
		margin-bottom:30px;
		background:#b6edb6 url(../img/icons/accept.png) no-repeat 5px center;
	}
	
	.message{
	   
		border: #6600CC 1px solid;
		padding:15px 15px 15px 30px;
		margin-bottom:30px;
		background:  url(../img/icons/asterisk_yellow.png) no-repeat 5px center #ECECFF;
	}
	
	.warning{
		border: red 2px solid;
		padding:5px 5px 5px 30px;
		margin-bottom:5px;
		background:url(../img/icons/error.png) no-repeat 5px center #F59EB8;
		font-size:11px;
	}
	
	input{
		display:block;
		width:400px
	}

	textarea{
		height:80px;
		width:400px
	}


	
	.check input{
		display:inline;
		width:20px	
	}
	
	.check td{
		width:200px;
	}
	
	form{
		border: 1px solid #cccccc;
		background:#f9f9ff;
		padding:20px;
	}
	
	.en a{
		background:url(../img/icons/gb.png) no-repeat left center;
		padding-left:20px
	}
	
	.es a{
		background:url(../img/icons/es.png) no-repeat left center;
		padding-left:20px
	}
	
	#table {
		width:100%;
	}
	
	#table td{
		border:1px #cccccc solid;
		padding:5px;
		width:33%;
	}
	
	#table th{
		background:#eeeeee;
		border:1px #cccccc solid;
		padding:5px;
	}
	
	#logout a{
		text-decoration:none;
		border:#cccccc solid 1px;
		background-color:#eeeeee;
		padding: 2px 5px;
	}

	b{
		color:#000066
	}

	h3{
		color:#000066;
		font-family:serif;
		font-size:16px;
		text-align:center;
	}

	.gran{
		color:#990000;
	}

	strong{
		font-style:italic;
	}
