* {
	margin: 0;
	padding: 0;
}
html, body {
	border: 0 none;
	height: 100%;
	background-image: url(../img/fondo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img, a img, form {
	margin: 0;
	padding: 0;
	border: 0 none;
	text-decoration: none;
}
h1 {
}
h1 span {
	display:none;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
p {
	font-size: 12px;
}
span {
}
ul {
}
li {
}
.fondo {
	width: 475px;
	display: block;
	margin: 0px auto;
}
.header {
	width: 900px;
	display: block;
	margin: 0px auto;
}
td {
	padding-right: 30px;
}
table {
	float: right;
	width: 700pxM
}

/* -----------------------------------
   Slider
   -----------------------------------*/
p { 
	text-align: left
}
p, ul { 
	font-size: 13px; 
	line-height: 1.4em
} 
p a, li a { 
	color: #39c; 
	text-decoration: none 
}
p.intro { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 20px; 
	padding: 20px 0 30px 0; 
	text-align: center; 
	width: 100% 
}
p#cross-links { 
	text-align: center 
}
p#cross-links { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 30px; 
	padding-bottom: 30px 
}
noscript p { 
	color: #FFFFFF; 
	font-size: 13px; 
	line-height: 1.4em; 
	text-align: left
}
noscript a { 
	color: #000000; 
	text-decoration: underline 
}
/* a:focus { 
	outline:none 
}  */
img { 
border: 0 
}
h3 {
	text-align: left;
	font-size: 14px;
	color: #333333;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 10px 0 20px;
	position: relative;
	width: 100%;
}
.slider-wrap p {
	font-size: 10px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%; 
	height: 360px; 
	background: #fff; 
	overflow: scroll
}
.csw .loading {
	margin: 200px 0 300px 0; 
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 5px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 380px;
	clear: both;
	background: #FADCBE;
}
.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;
	left: 0; top: 0;
	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;
	height: 100%;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.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 */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
.stripNav li.tab1 a { 
	background: url(../img/bot_03.jpg);
}
.stripNav li.tab2 a { 
	background: url(../img/bot_02.jpg);
}
.stripNav li.tab3 a { 
	background: url(../img/bot_01.jpg);
}
.stripNav li.tab4 a { 
	background: url(../img/bot_04.jpg);
}
.stripNav li.tab5 a { 
	background: url(../img/bot_05.jpg);
}
.stripNav li.tab1 a:hover {
	background: url(../img/bot_03_a.jpg);
	color: #FFFFFF;
}
.stripNav li.tab2 a:hover { 
	background: url(../img/bot_02_a.jpg);
	color: #FFFFFF;
}
.stripNav li.tab3 a:hover { 
	background: url(../img/bot_01_a.jpg);
	color: #FFFFFF;
}
.stripNav li.tab4 a:hover { 
	background: url(../img/bot_04_a.jpg);
	color: #FFFFFF;
}
.stripNav li.tab5 a:hover { 
	background: url(../img/bot_05_a.jpg);
	color: #FFFFFF;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
/* --------------------------------
 	Lightbox
---------------------------------------*/
.img-list {
	clear:both;
}
 .img-list a {
	float:left;
	padding:2px;
	outline:0;
}
.remooz-element {
	cursor:	-moz-zoom-in;
}

/*.remooz-box {
	position:				absolute;
	top:					0px;
	left:					0px;
	background:				#fff no-repeat center;
	z-index:				0;
} */
/*.remooz-loading {
	background-image:		url(../img/spinner.gif);
}*/
.remooz-body {
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					-moz-zoom-out;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(../img/closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}
.remooz-engine-ie6 .remooz-btn-close
{
	background-image:		url(../img/closebox.gif);
}

.remooz-title
{
	position:				absolute; /* relative for full width */
	left:					0;
	bottom:					0em;
	text-align:				left;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0;
	top:					0;
	width:					100%;
	height:					100%;
	background-color:		#000;
	z-index:				99;
}
.remooz-title-content
{
	position:				relative;
	padding:				5px 15px;
	color:					#fff;
	z-index:				101;
}
.remooz-title-content
{
	font:					11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.remooz-title-content h6
{
	font-size:				1.2em;
	font-weight:			bold;
}
.remooz-title-content p
{
	color:					#eee;
}
.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(../img/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(../img/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(../img/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(../img/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(../img/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(../img/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(../img/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(../img/remo_bg_nw.png) no-repeat;
}

