		
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 { margin: 0; padding: 0; }
		
a:focus { outline:none }
img { border: 0 }
h1.webprofile { background: url(/images/css/modulo-fondogris.png); color: #FF9F00; font-size: 22px; padding-top: 4px; margin-bottom: 8px; text-align: left; width: 580px; padding-left: 15px; }

H1.previous a { font: bold 16px Trebuchet MS, Arial, Helvetica, sans-serif; color: #0066FF; padding-left: 26px; background: url("/images/webs/anterior.png") no-repeat; text-decoration: underline; float: left; }
H1.previous a:hover { color: #FF7400; text-decoration: underline; }
H1.next a { font: bold 16px Trebuchet MS, Arial, Helvetica, sans-serif; color: #0066FF; background: url("/images/webs/siguiente.png") no-repeat; text-decoration: underline; float: right; width: 94px; }
H1.next a:hover { color: #FF7400; text-decoration: underline; }

H1.inicio a { font: bold 16px Trebuchet MS, Arial, Helvetica, sans-serif; color: #0066FF; background: url("/images/webs/inicio.png") no-repeat; text-decoration: underline; float: right; width: 70px; }
H1.inicio a:hover { color: #FF7400; text-decoration: underline; }

.weblink { FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana, sans-serif; TEXT-DECORATION: none; text-align: right; }
.weblink A:link, .weblink A:visited { color: #0000FF; TEXT-DECORATION: underline; }
.weblink A:hover { COLOR: #FF6600; TEXT-DECORATION: underline; }

p.webprofile { FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana, sans-serif; TEXT-DECORATION: none;}
p.weblink A:link, p.weblink A:visited { color: #0000FF; TEXT-DECORATION: underline; }
p.weblink A:hover { COLOR: #FF6600; TEXT-DECORATION: underline; }
		
			
/* QUOTE */
#menuquote { margin: 4px 0 4px 30px; height: 30px; }
#menuquote P { padding-top: 7px; font-family: Arial, Helvetica, Verdana; font-size: 14px; }
#menuquote a { text-decoration: none; font-weight: bold; color: #FFFFFF;}
#menuquote a:hover { color: #00A6D6; }
#menuquote div.opcion { width: 175px; height: 30px; margin: 0; padding: 0; float: left; text-align: center; background: url(/images/css/flecha.gif) 0 0 no-repeat; }
#menuquote div.selected { width: 175px; height: 30px; margin: 0; padding: 0; float: left; text-align: center; background: url(/images/css/flecha.gif) 0 -30px no-repeat; }


/*
#menuquote { margin: 0 0 15px 5px; height: 25px; font-family: Arial, Helvetica, Verdana; font-size: 13px; color: #000000; }
#menuquote ul { padding: 4px 0 0 6px; margin: 0; float: left; position: relative; }
#menuquote ul li { display: block; line-height: 25px; float: left; list-style: none; margin-right: 8px; width: 155px;}
#menuquote ul li img { float: left; margin-right: 4px; margin-top: 2px; }
#menuquote ul li a { color: #1696C1; line-height: 25px;  display: block; text-decoration: none; padding-right: 6px; background: url(/images/css/boton-gris.png) right no-repeat; }
#menuquote ul li strong { line-height: 25px; display: block; padding-left: 6px; background: url(/images/css/boton-gris.png) left no-repeat; }
#menuquote ul li strong span { line-height: 25px; height: 25px; background: url(/images/css/boton-gris-fondo.png) repeat-x; display: block; }
#menuquote ul li.active a { background: url(/images/css/boton-naranja.png) right no-repeat; color: #FFFFFF; }
#menuquote ul li.active strong { background: url(/images/css/boton-naranja.png) left no-repeat; }
#menuquote ul li.active strong span { background: url(/images/css/boton-naranja-fondo.png) repeat-x; }
#menuquote ul li:hover a { background: url(/images/css/boton-naranja.png) right no-repeat; color: #FFFFFF; }
#menuquote ul li:hover strong { background: url(/images/css/boton-naranja.png) left no-repeat; }
#menuquote ul li:hover strong span { background: url(/images/css/boton-naranja-fondo.png) repeat-x; }
*/



.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}

.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	background: #FFF;
	border-top: 1px solid #0C7CA4;	
	margin: 0;
	width: 580px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 220px;
}
		
.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;
	}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 580px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
	}
		
.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;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	}

.stripNav { display: none }

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
	}
		
.stripNav li a.current {
	background: #000;
	color: #fff;
	}
		
.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;
	}


/* INSERT WORDS PAGE */
.insertwords { font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; float: left; position: relative; width: 110px; margin-left: 10px; }
.insertwords a { text-decoration: underline; color: #0000FF; }
.insertwords a:hover { color: #0C7CAD; }
.insertwords p.uploadfile {  padding-left: 30px; padding-top: 5px; margin-top: 5px; background: url(/images/icon/upload.png) no-repeat; width: 80px; height: 25px; display: block; }
.insertwords p.inserttexto {  padding-left: 30px; padding-top: 5px; margin-top: 10px; background: url(/images/icon/texto.png) no-repeat; width: 80px; height: 25px; display: block;  }

/* SELECT SERVICE PAGE */
.quoteservice { text-align: center; font-size: 13px; font-family: Verdana, Arial, Helvetica; width: 200px; height: 130px; }
.quoteservice p { margin-bottom: 8px; padding-top: 15px; text-align: center; width: 200px; height: 30px; background: url(/images/css/button-blue.png) no-repeat; }
.quoteservice a { color: #FFFFFF; font-weight: bold; cursor: hand; text-decoration: none; }
.quoteservice a:hover { color: #FFFFFF; }
.quoteservice p:hover { background: url(/images/css/button-green.png) no-repeat; color: #006633; cursor: default; text-decoration: none;}
.quoteservice p:hover a { color: #006633; text-decoration: none; }
.quoteservice span { color: #0000FF; font-weight: bold; font-size: 22px; }
.quoteservice div { color: #666; font-size: 12px; margin-top: 8px; }

/* FORMULARIOS */
.uploadfiles { border: 0; font-size: 12px; height: 20px; background: none; width: 130px}
