@charset "utf-8";

/* @override 
	http://fullprojects-local/assets/css/fullProjects.css
	http://fullprojects.desarrollo/assets/css/fullProjects.css
*/

/**
 * FullProjects
 * -----------------------------------------------------------------
 *
 * author:               Alcaraz & Estevez Consultores
 * projectId:            
 * version:              0.2
 * creation date:        22-06-2009
 * description:          
 * notes:                
 *
 * -----------------------------------------------------------------
 *
 *	estructura general pàgines:
 *	----------------------------
 *
 *		div#wrapper
 *		|
 *		|__div#branding
 *		|	|
 *		|	|__h1
 *		|	|
 *		|	|__a#skipToContents
 *		|
 *		|__div#contents
 *		|
 *		|__ul#nav
 *		|
 *		|__div#footer
 *			|
 *			|__div#slogan-footer
 *			|
 *			|__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.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: #fc762b; 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],
textarea
{
	border-top: solid 1px #7c7c7c;
	border-left: solid 1px #7c7c7c;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	color: #666;
	background: #fff;
}
	
input[type=text]:focus,
textarea:focus
{
	border: solid 1px #ff9900;
	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{ 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;
}

/* @end */




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

	/* @group wrapper
	---------------------------------------------------------------------------------------*/
	#wrapper
	{
		position: relative;
		width: 998px;
		margin: 2em auto;
		border: solid 1px #dedede;
		color: inherit;
		background-image: url(/assets/images/ui/bgWrapper.png);
		background-repeat: repeat;
	}
	
	/* @end */
	
	
	
	/* @group branding
	---------------------------------------------------------------------------------------*/
	#branding
	{
		position: relative;
		clear: both;
		padding: 25px 0 0 25px;
		min-height: 114px;
	}
	
	#branding h1{ width: 190px; }
	
		#branding h1 a
		{
			display: block;
			width: 190px;
			height: 114px;
			text-indent: -99em;
			background-image: url(/assets/images/ui/logo.png);
			background-repeat: no-repeat;
		}
	
	
	#skipToContents{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
	
	/* @end */
	
	
	
	
	/* @group contents
	---------------------------------------------------------------------------------------*/
	#contents
	{
		position: relative;
		clear: both;
		font-size: 1.4em;
		line-height: 1.3em;
		padding: 1em 1.8em 2em;
	}
	
	#contents h1
	{
		margin-bottom: .8em;
		font-size: 2.15em;
		font-weight: bold;
	}
	
	#contents h2
	{
		
	}
	
	#contents p
	{
		
	}
	
	/* @end */
	
	
	
	
	/* @group siteNav
	---------------------------------------------------------------------------------------*/
	#siteNav
	{
		position: absolute;
		top: 82px;
		right: 0;
		padding-right: 60px;
		color: #fff;
		background-color: #69777e;
	}
			
	#siteNav li{ float: left; padding: .2em 0; }
	
	#siteNav li:first-child{ padding-left: .1em; text-transform: uppercase; }
	
	#siteNav a
	{
		display: block;
		padding: 0 1em;
		border-right: solid 1px #fff;
		font-size: 1.3em;
		color: #fff;
		background-color: inherit;
		text-decoration: none;
	}
	
	#siteNav li:last-child a{ border-right: none; }
	
	#siteNav abbr{ border-bottom: none; }
	
	/* rollover */
	body.quienes-somos         li#sn1,
	body.porque                li#sn2,
	body.editorial-digital     li#sn3,
	body.consultoria-web       li#sn4,
	body.ferias-eventos        li#sn5,
	body.productora-tv         li#sn6,
	body.comunicacion-exterior li#sn7,
	body.clientes              li#sn8,
	body.contacto              li#sn9
	{
		color: inherit;
		background: #69777e url(/assets/images/ui/bgSiteNav.png) repeat-x bottom;
	}
	
	#siteNav li.current a,
	#siteNav li:hover a,
	body.quienes-somos         li#sn1 a,
	body.porque                li#sn2 a,
	body.editorial-digital     li#sn3 a,
	body.consultoria-web       li#sn4 a,
	body.ferias-eventos        li#sn5 a,
	body.productora-tv         li#sn6 a,
	body.comunicacion-exterior li#sn7 a,
	body.clientes              li#sn8 a,
	body.contacto              li#sn9 a
	{
		color: #ff9900;
		background-color: transparent;
	}

	/* @end */
	
	
	
	
	/* @group footer
	---------------------------------------------------------------------------------------*/
	#footer
	{
		position: relative;
		clear: both;
	}
	
	
	#slogan-footer
	{
		padding: .8em 1.8em .8em 120px;
		font-size: 1.4em;
		text-align: right;
		color: #a06103;
		background: #ff9900 url(/assets/images/ui/bgSloganFooter.png) no-repeat left top;
	}
	
	#slogan-footer strong{ display: block; }
	
	#slogan-footer p
	{
		clear: both;
		margin-bottom: 0;
		color: #fff;
		background-color: inherit;
		text-transform: lowercase;
		font-weight: bold;
	}
	
	#delegations{ float: right; clear: both; margin-bottom: .8em; }
	
	#delegations li
	{
		float: left;
		padding: .5em 0;
	}
	
	#delegations li:before
	{
		content: "  -  ";
		white-space: pre;
	}
	
	#delegations li:first-child:before{ content: ""; }
	
	#meta{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
	
	#copyright
	{
		padding: .2em .8em;
		margin-bottom: 2em;
		font-size: 1.2em;
		white-space: pre;
	}
	
	#copyright a{ text-decoration: none; }
	#copyright a:hover{ text-decoration: underline; color: #000; background-color: inherit; }
	
	#copyright a em,
	#copyright a:hover em{ font-style: normal; color: #ff9900; background-color: inherit; }
	
	/* @end */
	
	
	
	
	/* @group altres
	---------------------------------------------------------------------------------------*/
	#loadingAnimation
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 220px;
		height: 19px;
		margin-top: -9px;
		margin-left: -110px;
	}
	
	a.siteScreenshot-link
	{
		position: absolute;
		display: block;
		text-indent: -99em;
	}
	
	/* @end */

/* @end */




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

	/* @group home
	----------------------------------------*/
	body.home #contents .banner
	{
		min-height: 222px;
		padding: 42px 426px 0 26px;
		margin-bottom: 30px;
		background-image: url(/assets/images/ui/bgBanner.png);
		background-repeat: repeat;
	}
	
	body.home #contents .banner h2
	{
		margin-bottom: .2em;
		font-size: 2.1em;
		font-weight: bold;
	}
	
	body.home #contents .banner a{ text-decoration: none; }
	
	#banner-full1
	{
		position: relative;
	}
	
	#banner-full1 #banner1
	{
		position: absolute;
		top: 0;
		right: 40px;
	}
	
	#banner-full2
	{
		padding-right: 422px !important;
		background-image: url(/assets/images/banners/banner-full2.png) !important;
		background-repeat: no-repeat !important;
	}
	
		/* @group services
		----------------------------------------*/
		#services{ margin: 0 -25px; }
		
		#services ul
		{
			padding: 12px 0;
			overflow: auto;
			color: #fff;
			background: #000;
		}
		
		#services li
		{
			display: block;
			float: left;
			margin: 0 10px;
			width: 180px;
			height: 180px;
		}
		
		#services h2 a
		{
			font-size: 1.26em;
			line-height: 1.8em;
			text-indent: .5em;
			text-decoration: none;
		}
		
		#srv1{ color: #fff; background: url(/assets/images/banners/srv1.jpg) no-repeat; }
		#srv2{ color: #fff; background: url(/assets/images/banners/srv2.jpg) no-repeat; }
		#srv3{ color: #000; background: url(/assets/images/banners/srv3.jpg) no-repeat; }
		
		li#srv1, li#srv2{ width: 376px; }
		
		li#srv1 h2, li#srv2 h2{ text-align: center; }
		
		li#srv1 h2 a, li#srv2 h2 a{ color: #fff; background-color: transparent; }
		
		li#srv1 p, li#srv2 p{ margin-left: 195px; margin-right: 5px; }
		
		#srv3 h2{ padding-left: 12px; }
		
		/* @end */
	
	/* @end */
	
	
	
	
	/* @group quienes-somos
	----------------------------------------*/
	body.quienes-somos #contents h1{ padding: 0 26px; }
	
	#who-we-are
	{
		width: 870px;
		padding: 0 26px;
		text-align: justify;
	}
	
	#who-we-are .intro
	{
		width: 620px;
		text-align: justify;
	}
	
	#who-we-are img { margin: 20px 0; }
	
	#who-we-are p { margin-bottom: .2em; }
		
		
		/* @group what-we-offer
		----------------------------------------*/
		#what-we-offer
		{
			width: 870px;
			margin: 3em 0;
			text-align: justify;
			padding: 0 26px;
		}
		
		#what-we-offer h2
		{
			margin-bottom: .4em;
			font-size: 1.7em;
			font-weight: bold;
		}
		
		#what-we-offer p{ margin-bottom: .2em; font-weight: bold; font-size: .96em; }
		
		/* @end */
	
	
	/* @end */
	
	
	
	
	/* @group porque
	----------------------------------------*/
	#porque-intro
	{
		min-height: 312px;
		padding: 15px 26px 0 375px;
		margin-bottom: 1.5em;
		/*background-color: rgba(255,255,255,.6);*/
		background-image: url(/assets/images/ui/porque-intro.png);
		background-repeat: no-repeat;
	}
	
	#porque-intro h1{ margin-left: -350px; }
	
	#porque-intro h2
	{
		margin-bottom: 1em;
		font-weight: bold;
	}
	
	#porque-intro strong{ text-transform: uppercase; }
	
	#porque-advantages
	{
		padding: 0 342px 0 26px;
		background-image: url(/assets/images/ui/porque-advantages.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	#porque-advantages h2
	{
		text-transform: uppercase;
		font-weight: bold;
		margin: 1.5em 0 .8em;
	}
	
	#porque-advantages p{ margin-bottom: 0; }
	
	#porque-advantages p.highlight
	{
		margin: 1.2em 0 3em;
		font-weight: bold;
	}
	
	/* @end */
	
	
	
	
	/* @group editorial-digital
	----------------------------------------*/
	#editorial-intro
	{
		min-height: 203px;
		padding: 20px 360px 20px 20px;
		margin-bottom: 2em;
		background-image: url(/assets/images/ui/bgWrapper.png);
		background-repeat: repeat;
	}
	
	#editorial-intro hr,
	img#editorial-introImg
	{
		display: block;
		position: absolute;
		top: 10px;
		right: 30px;
		width: 222px;
		height: 243px;
		border: 0;
		background: url(/assets/images/ui/editorial-intro.png) no-repeat;
	}
	
	#editorial-intro a
	{
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#editorial-advantages
	{
		padding: 0 50px 0 320px;
		margin-bottom: 3em;
		position: relative;
	}
	
	#editorial-advantages ul{ margin-bottom: 1em; }
	
	#editorial-advantages h2{ text-transform: uppercase; font-weight: bold; }
	
	#editorial-advantages h2.first
	{
		font-weight: normal;
		text-transform: none;
	}
	
	#fp-cover
	{
		width: 274px;
		height: 387px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
		
	/* @end */
	
	
	
	
	/* @group ejemplos
	----------------------------------------*/
	body.ejemplos #contents h1
	{
		position: absolute;
		z-index: 2;
		top: 1.8em;
		left: 40px;
	}
	
	
	#ejemplos-intro
	{
		position: relative;
		min-height: 11em;
		padding: 5.8em 360px 20px 20px;
		margin-bottom: 2em;
		background-image: url(/assets/images/ui/bgWrapper.png);
		background-repeat: repeat;
	}
	
	#ejemplos-intro hr,
	img#ejemplos-introImg
	{
		display: block;
		position: absolute;
		bottom: -2em;
		right: 0px;
		width: 470px;
		height: 138px;
		border: none;
		background: url(/assets/images/ui/consultoria-intro.png) no-repeat;
	}
	
	#ejemplos-intro a
	{
		font-weight: bold;
		text-decoration: none;
	}
	
	#ejemplos-intro a strong{ text-transform: uppercase; }
	
	#ejemplos-intro p{ margin-bottom: .2em; }
	
	/* @end */
	
	
	
	
	/* @group productora-tv
	----------------------------------------*/
	body.productora-tv #contents{ padding-bottom: 0; }
	
		/* @group productora-tv-intro
		----------------------------------------*/
		#productora-tv-intro
		{
			position: relative;
			padding-right: 334px;
			padding-bottom: 1em;
			background-image: url(/assets/images/ui/productora-tv-intro.png);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
		
		#productora-tv-intro p{ margin-bottom: 0; }
		
		#productora-tv-intro p.mb{ margin-bottom: 1em; }
		
		#productora-tv-intro a
		{
			text-decoration: none;
			font-weight: bold;
		}
		
		#video-index {
			position: absolute;
			top: 15px;
			right: 0;
		}
		
		/* @end */
		
		
		/* @group productora-tv-services
		----------------------------------------*/
		#productora-tv-services
		{
			position: relative;
			overflow: auto;
			margin: 2em 0 1.9em;
			padding: 20px 0 20px 160px;
			background-image: url(/assets/images/ui/bgWrapper.png);
			background-repeat: repeat;
		}
		
		#productora-tv-services h2
		{
			width: 146px;
			height: 56px;
			position: absolute;
			left: 10px;
			top: 100px;
			text-indent: -99em;
			background-image: url(/assets/images/ui/productora-tv-services-logo.png);
		}
		
		#productora-tv-services li
		{
			float: left;
			margin-left: 20px;
		}
		
		/* @end */
		
		
		/* @group productora-tv-tvProductions
		----------------------------------------*/
		#productora-tv-tvProductions
		{
			position: relative;
			padding-left: 378px;
			min-height: 200px;
		}
		
		body.productora-tv a.siteScreenshot-link
		{
			width: 336px;
			height: 271px;
			bottom: 0;
			left: 20px;
			z-index: 5;
			background: url(/assets/images/siteScreenshots/index-producciones.png) no-repeat;
		}
		
		/* @end */
		
	/* @end */
	
	
	
	
	/* @group contacto
	----------------------------------------*/
	#contacto-intro{ padding: 0 310px 0 50px; margin-bottom: 3em; }
	
	#contacto-intro p{ margin-bottom: 0; }
	
	#contacto-intro hr,
	img#contacto-introImg
	{
		position: absolute;
		right: 30px;
		top: 3em;
		z-index: 5;
		width: 279px;
		height: 324px;
		border: 0;
		background: url(/assets/images/ui/formContacto.png) no-repeat;
	}
	
	body.contacto #sendStatus{ padding: 6em 0; }
	
	body.contacto #sendStatus p
	{
		width: 22em;
		margin: auto;
		padding: 2em;
		text-align: center;
		background-image: url(/assets/images/ui/bgWrapper.png);
		background-repeat: repeat;
	}
	
		/* @group formContacto
		----------------------------------------*/
		#formContacto
		{
			position: relative;
			padding-top: 4em;
			margin-bottom: 1em;
		}
		
		#formContacto legend,
		body.contacto p.legend
		{
			position: absolute;
			top: 0;
			padding: 0 310px 0 50px;
		}
		
		#formContacto fieldset
		{
			background-image: url(/assets/images/ui/bgWrapper.png);
			background-repeat: repeat;
			padding-top: 1.5em;
			padding-right: 284px;
		}
		
		#formContacto ol{ list-style: none; padding: 1.5em 0; }
		
		#formContacto ol li{ clear: both; min-height: 3.2em; }
		
		#formContacto ol li label,
		#formContacto ol li input,
		#formContacto ol li textarea{ float: left; }
		
		#formContacto ol li label{ width: 16%; padding-right: 2%; text-align: right; line-height: 2em; }
		
		#formContacto ol li input,
		#formContacto ol li textarea
		{
			width: 78%;
			padding: 2px;
			color: #fff;
			background-color: #69777e;
			font: .9em Arial, Helvetica, sans-serif;
		}
		
		#formContacto ol li.twoCols{ clear: none; float: left; width: 49%; }
		
		#formContacto ol li.twoCols label{ width: 35%; }
		
		#formContacto ol li.twoCols input{ width: 59%; }
		
		#fURL{ width: 29% !important; }
		
		#formContacto #sbmt label{ height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; }
		
		#fSubmit
		{
			float: right;
			margin: 0 2em 3em 0;
			padding: .2em 1em;
			border: none;
			color: #fff;
			background-color: #69777e;
			text-transform: uppercase;
			font-weight: bold;
			font-size: .85em;
		}
		/* @end */
		
		
		/* @group delegations-info
		----------------------------------------*/
		#delegations-info
		{
			overflow: auto;
			margin: 0 2em -1em;
			padding: 1em 0;
			font-size: .9em;
		}
		
		#delegations-info li
		{
			float: left;
			width: 50%;
			padding: .4em 0;
		}
		
		#delegations-info address{ font-style: normal; text-transform: uppercase; }
		
		#delegations-info .tel { white-space: pre; }
		
		#delegations-info a{ text-decoration: none; }
		
		/* @end */
		
		
	/* @end */
	
	
	/* @group fullMedia
	----------------------------------------*/
	body.fullMedia #contents{  }
	
	
		/* @group media-intro
		----------------------------------------*/
		#media-intro
		{
			min-height: 300px;
			padding-right: 460px;
			padding-top: 50px;
			margin-top: -50px;
			margin-bottom: 0;
			color: inherit;
			background: url(/assets/images/ui/media-intro.png) no-repeat right bottom;
		}
		
		#media-intro p{ margin-bottom: 1.5em; }
		
		/* @end */
		
		
		/* @group media-advantajes
		----------------------------------------*/
		#media-advantajes
		{
			margin-top: 0;
			padding: 25px;
			padding-left: 0;
			overflow: auto;
			color: inherit;
			background: url(/assets/images/ui/bgWrapper.png) repeat;
		}
		
		#media-advantajes h2
		{
			width: 272px;
			height: 125px;
			overflow: hidden;
			margin-top: 38px;
			margin-right: 22px;
			text-indent: -999em;
			float: left;
			color: inherit;
			background: url(/assets/images/ui/logo-fullmedia.png) no-repeat;
		}
		
		#media-advantajes div
		{
			float: left;
			width: 334px;
			height: 200px;
			padding: 0 0 1em;
			color: inherit;
			background: #ffc975;
		}
		
		#media-advantajes div.first{ width: 282px; margin-right: 12px; }
		
		#media-advantajes h3
		{
			color: inherit;
			background: #beb4b7;
			padding: 0 8px;
			font-size: 1.5em;
			line-height: 1.6em;
			font-weight: bold;
		}
		
		#media-advantajes p, #media-advantajes ul
		{
			padding: 8px;
		}
		
		/* @end */
		
		
		/* @group media-contact
		----------------------------------------*/
		#media-contact
		{
			width: 22em;
			padding: .5em 178px .5em .8em;
			margin-top: 1em;
			font-size: 1.3em;
			line-height: 1.3em;
			font-weight: bold;
			color: #fff;
			background: #808080 url(/assets/images/ui/logo-grey.png) no-repeat right bottom;
		}
		
		#media-contact strong
		{
			color: #000;
			background-color: inherit;
		}
		
		#media-contact p{ margin-bottom: 0; }
		
		#media-contact p.first{ margin-bottom: 1em; }
		
		/* @end */
		
	/* @end */
	
	
	/* @group ejemplos
	----------------------------------------*/
	.fullprojects-examples{ margin-bottom: 20px; }
	
	.fullprojects-examples h2{ font-weight: bold; padding-bottom: 10px; }
	
	/* @end */
	
/* @end */