@charset "utf-8";

/* @override 
	http://donpiso.desarrollo/assets/css/donPiso.css
	http://donpiso.desarrollo/assets/css/donPiso.css-v3
*/

/**
 * DonPiso Expansion
 * -----------------------------------------------------------------
 *
 * author:               Alcaraz & Estevez Consultores
 * projectId:            
 * version:              0.2
 * creation date:        21-09-2009
 * description:          
 * notes:                TODO: sprite ui images
 *
 * -----------------------------------------------------------------
 *
 *	estructura general p√†gines:
 *	----------------------------
 *
 *		div#wrapper
 *		|
 *		|__div#branding
 *		|	|
 *		|	|__h1
 *		|
 *		|__div#contents
 *		|
 *		|__ul#nav
 *		|
 *		|__div#footer
 *			|
 *			|__ul#legal
 *			|
 *			|__ul#meta
 *			|
 *			|__p#copyright
 *
 *
 *
 * -----------------------------------------------------------------
 *
 *	index:
 *	----------------------------
 *
 *	- imports
 *	- generics
 *	- utilityClasses
 *	
 *	- pageStructure (estructura general p√†gines)
 *		- wrapper
 *		- branding
 *		- contents
 *		- nav
 *		- footer
 *		- altres
 *	
 *	- pages (personalitzaci√≥ p√†gines)
 *		- home
 *		- errorPages
 *
 *
 */




/* @group imports
-------------------------------------------------------------------------------------------*/
@import url("/assets/css/reset.min.css");
@import url("/assets/css/jquery-ui-1.7.2.custom.min.css");

/* @end */




/* @group generics
-------------------------------------------------------------------------------------------*/

html, body{ height: auto; }

body
{
	color: #000;
	background: #fff;
	font: 62.5% arial, helvetica, sans-serif; /* sets font to 10px */
}

a
{
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{ color: #2593bb; background-color: inherit; }

address{ font-style: normal; }

abbr
{
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

strong{ font-weight: 700; }

em { font-style: normal; }

p{ margin-bottom: 1em; }

input[type=text],
input[type=password],
textarea
{
	border: solid 1px #ccc;
	color: #666;
	background: #fff;
}
	
input[type=text]:focus,
input[type=password]:focus,
textarea:focus
{
	border: solid 1px #2593bb;
	color: #000;
	background: #fff;
}

input[type=submit]{ cursor: pointer; }

textarea{ overflow: auto; }

label[for$="ubmit"]{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }

sup, sub
{
	font-size: 80%;
	position: relative;
	display: inline-block;
	padding: 0 .12em;
}

sup{ top: -.5em; }

sub{ bottom: -.5em; }


.vcard, .vcard a
{
	color: #a26d16;
	background-color: inherit;
}

.vcard .fn, .vcard .org{ text-transform: uppercase; }

.vcard dt
{
	float: left;
	margin-right: .5em;
}

/* @end */




/* @group utilityClasses
-------------------------------------------------------------------------------------------*/
.block{ display:block; }
.inline{ display:inline; }

.clearL{ clear:left; }
.clearR{ clear:right; }
.clear{ clear:both; }

.floatL	{float:left;}
.floatR	{float:right;}
.floatN	{float:none;}

.l{ text-align: left; }
.r{ text-align: right; }
.c{ text-align: center; }

.mt{ margin-top: 1em; }
.mb{ margin-bottom: 1em; }

p.error, .warn{ color: red; background-color: inherit; }

input.error,
textarea.error,
select.error{ border: solid 1px red !important; }

.highlightBlock{ color: inherit; background-color: #e5e2e2; }

.h
{
	/*display: none !important;*/
		
	/*
 	* els principals screen readers (JAWS, Window Eyes i IBM Home Page Reader)
 	* no llegeixen els elements amb un display:none o visibility:hidden, encara
 	* que el css estigui destinat a medis visuals (@media: screen), ignorant la
 	* especificaci√≥ oficial...
 	*/
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
}

.errorPopUp{ position: absolute; top: 40%; left: 40%; z-index: 20; cursor: pointer; }
.errorPopUp .ui-state-error, .errorPopUp .ui-state-highlight{ padding: 1.8em; font-size: 1.3em; }
.errorPopUp .ui-icon{ float: left; margin-right: .3em; }

.required{ color: red; background-color: transparent; }

span.ui-close-btn
{
	display: block;
	width: 5em;
	margin: auto;
	border: solid 1px;
	text-align: center;
	font-size: smaller;
}

/* @end */




/* @group pageStructure
-------------------------------------------------------------------------------------------*/
body
{
	color: #000;
	background: #fff url(/assets/images/web/ui/bg.jpg) no-repeat top center;
}

	/* @group wrapper
	---------------------------------------------------------------------------------------*/
	#wrapper
	{
		position: relative;
		width: 926px;
		margin: 0 auto 2em;
		color: #404040;
		background-color: transparent;
		
	}
	
	/* @end */
	
	
	
	/* @group branding
	---------------------------------------------------------------------------------------*/
	#branding
	{
		position: relative;
		clear: both;
		height: 175px;
	}
	
	#branding h1{ padding-top: 8px; }
	
		#branding h1 a
		{
			display: block;
			width: 90%;
			color: #fff;
			background-color: transparent;
			line-height: 145px;
			font-size: 2.2em;
			font-weight: bold;
			text-decoration: none;
			text-indent: .4em;
		}
		
		#branding h1 strong
		{
			width: 330px;
			height: 90px;
			float: left;
			vertical-align: bottom;
			background: url(/assets/images/web/ui/logo.png) no-repeat left bottom;
			text-indent: -100em;
		}
	
	
	#skipToContents{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
	
	#loginBox
	{
		position: absolute;
		top: 0;
		right: 0;
		padding: 1em .6em .6em;
		width: 15.8em;
		font-size: 1.3em;
		color: #1e2b33;
		background-color: transparent;
		background: url(/assets/images/web/ui/bgLoginBox.png) repeat;
	}
	
	#loginBox legend,
	#loginBox p.legend{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
	
	#loginBox-fields li{ clear: both; height: 1.4em; }
	
	#loginBox-fields label{ float: left; }
	#loginBox-fields input{ float: right; }
	
	#loginBox-fields label
	{
		display: block;
		width: 5.5em;
		text-align: right;
		text-transform: none;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.4em;
		color: #1e2b33;
		background-color: transparent;
	}
	
	#loginBox-fields input
	{
		width: 10em;
		height: 1.4em;
		padding: 0 .5em;
		border: none;
	}
	
	#loginBox-fields input.error
	{
		border: none !important;
		color: #fff;
		background: red;
	}
	
	#loginBox-sbmt ul{ float: right; clear: both; }
	
	#loginBox-sbmt ul li{ float: left; }
	
	#loginBox-sbmt input,
	#loginBox-sbmt a
	{
		display: block;
		padding: 0 .6em;
		margin: 0;
		width: auto;
		border: none;
		color: #1e2b33;
		background-color: transparent;
		text-decoration: none;
		font: bold .9em arial, helvetica, sans-serif;
		text-transform: lowercase;
	}
	
	#loginBox-sbmt a{ border-left: solid 1px #1e2b33; }
	
	#login-uncollapse
	{
		margin: .5em 0 0;
		text-align: center;
		color: #1e2b33;
		background-color: transparent;
		font-weight: bold;
		line-height: 1.2em;
		cursor: pointer;
	}
		
	/* @end */
	
	
	
	
	/* @group contents
	---------------------------------------------------------------------------------------*/
	#contents
	{
		min-height: 684px;
		padding: 20px 11px;
		position: relative;
		clear: both;
		color: #404040;
		background-color: transparent;
		background: url(/assets/images/web/ui/bgContents.png) repeat-x bottom left;
		font-size: 1.4em;
	}
	
	#contents h1
	{
		font-size: 2.2em;
		font-weight: bold;
		margin-bottom: .6em;
		color: #191a1a;
		background-color: transparent;
	}
	
	#contents h2
	{
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: .4em;
		line-height: 2em;
		color: #191a1a;
		background-color: transparent;
	}
	
	#contents p{ margin-bottom: .8em; }
	
	
	#contents-wrapper
	{
		position: relative;
		min-height: 588px;
		padding: 48px 70px;
		/*color: inherit;
		background: #eef2f5 url(/assets/images/web/ui/bgContents-wrapper.jpg) repeat-x top;*/
	}
	
	#contents-wrapper *
	{
		position: relative;
		z-index: 1;
	}
	
	.bgDecorator
	{
		position: absolute !important;
		z-index: 0 !important;
		display: block;
		margin: 0;
		border: none;
		color: inherit;
		background-color: transparent;
	}
	
	#contents .register, #contents .register a
	{
		margin-top: .5em;
		color: #404040;
		background-color: transparent;
	}
	
	#contents .register
	{
		font-size: 1.3em;
		margin-top: 1.5em;
	}
	
	#contents .register a
	{
		display: block;
		text-decoration: none;
	}
	
	#contents p.highlight
	{
		margin-bottom: .8em;
		font-size: 1.3em;
	}
	
	
		/* @group forms
		------------------*/
		form legend,
		form p.legend{ padding-bottom: 2em; }
		
		form label,
		form input{ font-size: .8em; }
		
		form label
		{
			color: #747070;
			background-color: transparent;
			text-transform: uppercase;
			font-weight: bold;
		}
		
		form ol{ list-style: none; }
		
		form ol li{ clear: both; min-height: 2.5em; }
		
		form ol li label,
		form ol li textarea,
		form ol li input.text,
		form ol li input.password,
		form ol li input[type=text],
		form ol li input[type=password]{ float: left; }
		
		form ol li label{ width: 16%; padding-right: 2%; text-align: right; line-height: 2em; }
		
		form ol li textarea,
		form ol li input.text,
		form ol li input.password,
		form ol li input[type=text],
		form ol li input[type=password]
		{
			width: 78%;
			padding: 2px;
			font: .9em Arial, Helvetica, sans-serif;
		}
		
		form ol li.twoCols{ clear: none; float: left; width: 49%; }
		
		form ol li.twoCols label{ width: 35%; }
		
		form ol li.twoCols input{ width: 59%; }
		
		form #sbmt{ padding: 1em 0 1.8em; }
		
		form #sbmt label{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
		
		#fSubmit
		{
			float: right;
			padding: .2em .5em;
			border: none;
			color: inherit;
			background-color: transparent;
			text-transform: uppercase;
			font-weight: bold;
		}
		
		#fSubmit:hover{ border: solid 1px #2593BB; margin: -1px; }
		
		/* @end */
	
	/* @end */
	
	
	
	
	/* @group siteNav
	---------------------------------------------------------------------------------------*/
	#siteNav
	{
		position: absolute;
		top: 116px;
		left: 11px;
		z-index: 1;
		width: 906px;
		color: #545454;
		background: #edece7;
		border: solid 1px #dfded7;
	}
			
	#siteNav li
	{
		float: left;
		border-left: double 1px #caccbf;
	}
	
	#siteNav a
	{
		display: block;
		padding: 1.2em 3.2em;
		color: #545454;
		background-color: inherit;
		text-decoration: none;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#siteNav a:hover,
	#siteNav li.current a
	{
		color: #009534 !important;
		background-color: inherit;
	}
	
	#siteNav li#sn1
	{
		height: 3.6em;
		overflow: hidden;
		border-left: none;
	}
	
	#siteNav #sn1 a
	{
		display: block;
		width: 22px;
		height: 17px;
		padding: 1.2em 1em;
		color: inherit;
		background: url(/assets/images/web/ui/icons/home.png) no-repeat center center;
		text-indent: -100em;
	}
	
	#siteNav #sn5 a
	{
		text-transform: uppercase;
		font-weight: bold;
		color: #009534;
		background-color: transparent;
	}

	/* @end */
	
	
	
	
	/* @group footer
	---------------------------------------------------------------------------------------*/
	#footer
	{
		position: relative;
		clear: both;
		padding: .5em 0 0;
		overflow: auto;
	}
	
	
	#legal{ float: right; margin-top: 1em; }
	
	#legal li
	{
		float: left;
		padding: 0 1em;
		border-right: solid 1px #fff;
		text-transform: uppercase;
	}
	
	#legal a
	{
		text-decoration: none;
		color: #fff;
		background-color: inherit;
	}
	
	#legal li.first,
	#legal li:first-child{ padding-left: 0; }
	
	#legal li.last,
	#legal li:last-child{ border-right: none !important; }
	
	#meta
	{
		/*float: right;*/
		height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important;
	}
	
	#meta li
	{
		float: left;
		padding: 0 1em;
		border-right: solid 1px #fff;
		text-transform: uppercase;
	}
	
	#meta a
	{
		text-decoration: none;
		color: #fff;
		background-color: inherit;
	}
	
	#meta strong{ font-weight: normal; }
	
	#meta li.first,
	#meta li:first-child{ padding-left: 0; }
	
	#meta li.last,
	#meta li:last-child{ border-right: none !important; }
	
	#copyright
	{
		/*
		display: block;
		clear: both;
		margin: 2em 0 1em;
		font-size: 1.1em;
		*/
		height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important;
	}
	
	#copyright, #copyright a{ color: #fff; background-color: inherit; text-decoration: none; }
	
	/* @end */
	
	
	
	
	/* @group altres
	---------------------------------------------------------------------------------------*/
	
	/* @end */

/* @end */




/* @group pages
-------------------------------------------------------------------------------------------*/

	/* @group home
	----------------------------------------*/
	body.home #contents h1{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
	
		/* @group banners
		----------------------------------------*/
		.banner
		{
			color: #050505;
			background: #fff;
			padding: 20px 30px;
			margin-bottom: 25px;
		}
		
		#contents .banner h2{ text-transform: none; font-size: 2.4em; line-height: 1em; }
			
			/* @group banner-intro
			------------------------*/
			#banner-intro
			{
				height: 225px;
				padding-top: 35px;
				position: relative;
				padding-left: 260px;
				color: inherit;
				background: url(/assets/images/web/banners/banner-principal4.jpg) no-repeat left top;
				overflow: hidden;
			}
			
			#banner-intro h2
			{
				color: #5a5a5c;
				background: transparent;
				line-height: 1.5em !important;
				font-size: 2em !important;
			}
			
			#banner-intro h2 strong
			{
				color: #009534;
				background: transparent;
				font-size: 1.8em;
				display: block;
				text-transform: lowercase;
			}
			
			#banner-intro h2 strong em
			{
				text-transform: uppercase;
				color: #000;
				background-color: transparent;
				font-style: normal;
				font-size: .68em;
				line-height: .9em;

			}
			
			#banner-intro p
			{
				color: #000;
				background: transparent;
				line-height: 1.1em !important;
				font-size: 2em !important;
				font-weight: bold;
				margin-bottom: 0;
			}
			
			#banner-intro p span{ font-size: .7em !important; }
			
			#banner-intro .btn
			{
				display: block;
				width: 29em;
				padding: .4em;
				margin-top: 2em;
				float: right;
				clear: both;
				color: #fff;
				background: #579d47 url(/assets/images/web/ui/bg-inscriptionBtn.png) repeat-x bottom;
				text-decoration: none;
				/*text-transform: uppercase;*/
				text-align: center;
			}
			
			/* @end */
			
			/* @group banner-events
			------------------------*/
			.banner-events
			{
				width: 373px;
				height: 258px;
				overflow: hidden;
				float: left;
			}
			
			.banner-events a
			{
				display: block;
				width: 100%;
				height: 100%;
				color: transparent;
				background-color: transparent;
				text-indent: -1000em;
				overflow: hidden;
			}
			
			#banner-events-madrid{ color: inherit; background: #fff url(/assets/images/web/banners/banner-events-madrid.jpg) no-repeat left top; }
			
			/* @end */
			
			/* @group banner-magazine
			---------------------------------------*/
			.banner-magazine
			{
				position: relative;
				width: 373px;
				height: 258px;
				float: right;
				color: #fff;
				background: #000 url(/assets/images/web/banners/banner-last-publication.jpg) no-repeat left top;
			}
			
			.banner-magazine a
			{
				display: block;
				width: 100%;
				height: 100%;
				color: #000;
				background-color: transparent;
				text-indent: -100em;
			}
			
			.banner-magazine2{ background-image: url(/assets/images/web/banners/banner-last-publication2.jpg) !important; }
			
			/* @end */
			
		/* @end */
	
	/* @end */	
	
	
	
	
	/* @group register
	----------------------------------------*/
	body.register #contents-wrapper
	{
		
		background-image: url(/assets/images/web/ui/bgRegister.jpg);
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	body.register #contents-wrapper .form-intro
	{
		width: 85%;
		margin-bottom: 1em;
	}
	
	#registerForm
	{
		margin-left: 200px;
		padding-top: 8em;
	}
	
	body.register legend,
	body.register p.legend{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
	
	#rPass{ margin-left: 49%; }
	
	#rPass label
	{
		width: 60%;
		margin-left: -25%;
	}
	
	.registration-terms
	{
		color: #000;
		background-color: transparent;
		font-size: .8em;
		line-height: 1.3em;
	}
	
	.registration-terms p{ margin-bottom: 0 !important; }
	
	#registerForm label,
	#registerForm #fSubmit,
	body.register #contents-wrapper h1,
	body.register #contents-wrapper .form-intro
	{
		color: #fff;
		background-color: transparent;
	}
	
	/* @end */
	
	
	
	
	
	
	/* @group events
	----------------------------------------*/
	body.events #contents-wrapper
	{
		color: #fff;
		background-image: url(/assets/images/web/ui/bgEvents.jpg);
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	body.events #contents-wrapper{ position: relative; }
	
	body.events #contents-wrapper h1,
	body.events #contents-wrapper h2{ color: #fff; background-color: transparent;}
	
	body.events #contents-wrapper h1,
	body.events .event-title{ float: left; }
	
	body.events .event-title
	{
		padding: .6em 0 1em;
		margin: 0 0 0 2em;
		font-size: 1.2em;
	}
	
	body.events .event-title h2
	{
		margin-bottom: .2em !important;
		line-height: 1.4em !important;
	}
	
	body.events .event-details
	{
		padding: 1.8em 3em;
		clear: both;
	}
	
	body.events .event-details li
	{
		margin-bottom: 1em;
	}
	
	body.events .event-madrid
	{
		padding: 1em 3em !important;
	}
	
	body.events .event-madrid li
	{
		line-height: 1.5em;
		margin-bottom: .5em !important;
	}
	
	/* @end */
	
	
	
	
	
/* @end */
