.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }



/*
	PORTADA
*/
#ademo {
	clear:both;
	padding-bottom:1em;
}
#ademo h2 {
	font-size:1.1em;
	padding-top:1.4em
}

#main-photo-slider { /* para que no se vea mal hasta que cargue el JS */
	overflow: hidden;
	height: 276px;
}


/*
	PAGE STRUCTURE
*/
#slider {
	position: relative;
	padding-bottom:2em;
}


.stripViewer {
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 276px;
}
.stripViewer .panelContainer { 	position: relative; 	left: 0; 	top: 0; }
.stripViewer .panelContainer .panel {
	position: relative;
	float: left;
	height: 276px;
	width: 1000px;
	/*background:url('slider/bg-slide.jpg') 300px 0px no-repeat;*/
	background:url('slider/imagenes2.jpg') 300px 0px no-repeat;
}
#slider .stripNavL, #slider .stripNavR, #slider .stripNav			{ display: none; }
#slider .movers	{
	height:36px;
	padding:6px 12px;
	background:url('slider/botones2.png') no-repeat 0 -56px;
}
#slider .movers	a {
	height:35px;
	width:35px;
	display:block;
	float:left;
	margin:0 4px;
	background:url('slider/botones2.png') no-repeat -35px -104px;
	text-decoration:none;
	line-height:35px;
	text-align:center;
	font-size:20px;
	color:#493F2B;
}
#slider .movers .sig span {		display:none;	}
#slider .movers	a.sig {	background-position:0 -104px;	}
#slider .movers	a.atr {	background-position:-105px -104px;	}
#slider .movers a.selected, #slider .movers a.panel-link:hover {		background-position:-70px -104px;	color:#eee;		}


#slider #facil {
	background-position: 300px -275px
}
#slider #disenos {
	background-position: 300px -550px
}
#slider #servicio {
	background-position: 300px -825px
}






#slider h2 {
	line-height:46px;
	width:560px;
	height:45px;
	background:url('slider/texto.gif') no-repeat 0 0;
	margin:1em 0;
}
#slider h2 span {
	display:none;
}
#slider #facil h2 {
	background-position:0 -56px;
}
#slider #disenos h2 {
	background-position:0 -111px;
}
#slider #servicio h2 {
	background-position:0 -166px;
}

#slider p {
	color:#4D422D;
	width:560px;
	font-size:1.1em;
	padding:0.5em 0 1em 0;
	height:75px;
}


/* dock */
#slider .dock {
	background:url('slider/botones2.png') no-repeat left top;
	width:322px;
	height:52px;
}
#slider .dock a {
	display:inline-block;
	margin:5px;
	line-height:42px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;

	/* info */
	font-size:0.9em;
	color:#555;
	width:90px;
}
#slider a.registrese {
	font-weight:bold;
	width:193px;
	color:#f1f1f1;
	font-size:20px;
}
#slider a.registrese:hover, #slider a.registrese:active {
	color:#fff;
}
#slider a.info:hover, #slider a.info:active {
	color:#111;
	text-decoration:underline;
}








/* portada */
.colportada dt {
	display:none;
}
.colportada dd {
	font-size:0.9em;
	text-align:justify;
	color:#555;
}



/* IE7 Only  
*:first-child+html #slider div {border:1px solid #33f;}
*:first-child+html #slider p {border:1px solid #0f0;}
*/
