@charset "UTF-8";
#droite{
	float:right;
	width:700px;
	
	
	
}
#droite p{
	margin-bottom:1em;
}

.float_right_img{
	float:right;
	padding-left:15px;
	margin:0 15px 0 0;
}

/* CSS Document */
a:focus {
	outline:none
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 450px;
	overflow: scroll;
	visibility:hidden;
}
.csw .loading {
	margin: 100px 0 100px 0;
	text-align: center;
	position:absolute;
	top:250px;
	left:20px;
	z-index:2;
}
.stripViewer { /* This is the viewing window */
	position:  relative;
	overflow: hidden;
	padding:0;
	margin-left:50px;
	margin-right:60px;
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 646px; /* Also specified in  .stripViewer  above talla de box slide */ 
}
.panel{
	height:328px;
	background:url(images/port_bckgd2.jpg) top left no-repeat;
}
.wrapper{
	padding:20px 45px 20px 30px; /* texto */
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	position:relative;
	display:none;
	margin:0 auto;
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	display: block;
}
.stripNav li a:hover {
	background: #333;
}
.stripNav li a.current {
	background: #000;
	color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 300px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0px;  /*left: 200px;*/
	
	
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url("images/flecha1.jpg") no-repeat center;
	margin-left:-20px;

	
}
.stripNavR {
	background: url("images/flecha2.jpg") no-repeat center;
	
	margin-right:-20px;
}