


/* G L O B A L */

*{
	height: 	auto;
	margin: 	0px;
	padding: 	0px;
	border: 	0px;
	background-repeat:   no-repeat;
	background-position: left center;
}
a{
	text-decoration: none;
}
body{
	background-image: url("/portal/system/modules/edu.uoc.web.presentations/resources/images/structure/fondo.gif");
	background-repeat:  repeat;
	text-align: center;
}
body * { text-align: left; }

/* G E N E R A L */
#layout{
	margin:0 auto;
	width:780px;
	background-color:#FFFFFF;
	padding:10px 10px 200px;
}

/* T O P - L O G O  &  C A M P U S */
#top_logo_and_campus{
	width: 100%;
	height: 49px;
	clear: 	both;
	margin:		1px 0 0 0;
	padding: 	17px 0 14px 0;
	background-image: url("/portal/system/modules/edu.uoc.web.presentations/resources/images/structure/top_background.gif");
	background-repeat: repeat-x;
}
#top_logo{
	width:  450px;
	height: 100%;
	float:	left;
}
#top_logo img{
	width:   100%;
	height:  100%;
}
/*
#top_error_page{
	background-image:url("/portal/system/modules/edu.uoc.web.presentations/resources/images/structure/top_menu_items_bg.gif");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	width:100%;
	height:91px;
	margin:1px 0 35px;
}
#top_logo_error_page{
	background-image:url("/portal/system/modules/edu.uoc.web.presentations/resources/images/structure/top_background.gif");
	background-repeat:repeat-x;
	width:100%;
	clear:both;
	height:49px;
	padding:17px 0 14px;
}
*/

div.infoPiece{
	margin:0 auto;
	/*
	width:540px;
	padding-top:35px;
	*/
	padding-top:15px;
	width:620px;
}

#layout div.title{
	color:#7b7f8b;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	width:100%;
}

#layout div.title p{
	padding: 6px 0 0 10px;
	text-align: center;
}
#layout div.lead{
	width:100%;
	margin-top:10px;
	margin-bottom:60px;
}
#layout div.lead p{
	color:#7e8186;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	text-align: center;
}
#layout div.links{
	margin:0 auto;
	width:475px;
}
#layout div.links_content{
	float:left;
	width:100%;
	background-image:url("/portal/system/modules/edu.uoc.web.presentations/resources/images/structure/back_links_error_page.gif");
	background-position:center;
	background-repeat:repeat-x;
	height:18px;
}
#layout div.link{
	float:left;
	color:#7E8186;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
}
#layout div.link a{
	color:#7E8186;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
}



/* NOU DISSENY */
.error{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #2d3768;
}
.error img{
	border:none; 
	margin-bottom: -60px;
	position:relative;
}
.error ul{	
	float:left;
	margin: 0 auto;
    width: 100%;
	list-style:none outside none;
}
.error ul li.caixa{
	list-style:none outside none;
	display:block; 
	float:left; 
	width: 310px;
	height:220px; 
	/*background:transparent url("/portal/system/modules/edu.uoc.web.presentations/resources/images/404/caixa.jpg") no-repeat 0px 0px;*/
	background:transparent url('http://www.uoc.edu/portal/system/modules/edu.uoc.web.presentations/resources/images/404/caixa.jpg') no-repeat 0px 0px;
}
.error ul li.caixa h1{
	font-size: 16px; 
	color: #1e339b;
	margin:25px 0 -5px 20px;
	padding-bottom: 10px;
}
.error ul li.caixa p{
	display:block;
	float:left;
	margin-left:20px;
}
.error ul li.caixa ul.interior{
	list-style:none outside none;
	float:left;
	margin-left:40px;
	width:250px;
	padding-top: 10px;
}
.error ul li.caixa ul.interior li{
	/*background-image: url("/portal/system/modules/edu.uoc.web.presentations/resources/images/404/bullet.gif");*/
	background-image: url('http://www.uoc.edu/portal/system/modules/edu.uoc.web.presentations/resources/images/404/bullet.gif');
	list-style-type: none;
	background-position: left center;
	padding-left: 10px;
	float:left;
	width:230px;
}
.error ul li.caixa ul.interior li a{
	border:none; 
	color: #1e339b; 
	text-decoration:underline;
}
.error ul li.caixa ul.interior li a:hover{
	text-decoration:none;
}