*{ margin: 0; padding: 0 }		
p { text-align: justify; margin: 15px 0 }
p, ul { font-size: 13px; line-height: 1.4em } 
p a, li a { color: #88b518; 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 {  }*/
p#cross-links { text-align: center; border: 0px; margin-top: 160px; margin-bottom: 0px; padding-bottom: 0px }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a { color: #88b518; text-decoration: none }
a:focus { outline:none }
a:visited { color: #88b518; text-decoration: none }
img { border: 0 }
h1 {font-family: Times, Verdana, Arial; font-size: 35px; margin-top: 10px;}
h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

body {
	/*font-family: Verdana, Arial;*/
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #B2D22A url("images/img1.gif") repeat-x top;
	/*color: #000; #222*/
	color: #3a3a3a;
	/*width: 700px;*/
	margin: auto;
	text-align: center;
	padding-bottom: 0px;
}

.esquina {
position: absolute; right: 0px; height: 80px;  width: 80px;background: url(images/esquina4_mini.png) no-repeat;
}

#cabecera{
position: relative; width: 650px; margin: 0 auto; height: 450px; background: transparent url(images/gecko_v254.png) -57px 0 no-repeat;z-index: 1;
}

.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: -150px 0;*/
	margin: -150px auto;
	position: relative;
	/*width: 100%;*/
	width: 740px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 600px; height: 460px; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 5px solid #FFF; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
	background: #E5FAA0 url(images/img6.gif) repeat-x top;
}

.wrapper {text-align: justify;}

.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: 600px; /* 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;
	width: 480px;
}

.stripNav ul li {
	float: left;
	margin-right: 0px; /* 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 li.tab1 a { background: #f3f3f3; color: #aaaaa8; border-bottom: 1px solid #dedede;}
.stripNav li.tab2 a { background: #f3f3f3; color: #aaaaa8; border-bottom: 1px solid #dedede;}
.stripNav li.tab3 a { background: #f3f3f3; color: #aaaaa8; border-bottom: 1px solid #dedede;}
.stripNav li.tab4 a { background: #f3f3f3; color: #aaaaa8; border-bottom: 1px solid #dedede;}
.stripNav li.tab5 a { background: #f3f3f3; color: #aaaaa8; border-bottom: 1px solid #dedede;}
.stripNav li.tab6 a { background: #f3f3f3; color: #aaaaa8; border-bottom: 1px solid #dedede;}
.stripNav li.tab7 a { background: #f3f3f3; color: #aaaaa8; border-bottom: 1px solid #dedede;}


.stripNav li a:hover {
	background:#dadea9; /*#333;*/
	color: #6d6d6a;
}

.stripNav li a.current {
	background: #FFF url('images/huella2.png') bottom right no-repeat; 
	color: #000;
	border-bottom: 0px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;	
}

.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:hover {
	background: url("images/arrow-left_h.png") no-repeat center;
}

.stripNavR:hover {
	background: url("images/arrow-right_h.png") no-repeat center;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.png") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.png") no-repeat center;
}
/*Mensajes de alerta*/

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('./images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('./images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('./images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('./images/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('./images/error.png');
}
/*----tabla precios -----*/
#mytable {
	width: 580px;
	padding: 0;
	margin: 0;
}

#mytable_man {
	width: 580px;
	padding: 0;
	margin: 0;
}

#mytable_host {
	width: 580px;
	padding: 0;
	margin: 0;
}

#mytable_dsw {
	width: 580px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 580px;	 
	font: italic 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*--- contacto ---*/

#contact-area {
	width: 460px;
	margin-top: 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 70px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #88b518; /* #900;*/
	background: #FFF url('images/huella2.png') bottom right no-repeat; 
}

#contact-area input.submit-button {
	width: 100px;
	
	margin-left: 350px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.1em;
}

/*------------*/

.slogan{
text-align: center; 
position: relative; 
margin-left: auto;
margin-right: auto; 
margin-top: 90px; 
width: 525px;
font-size: 45px;
*font-size: 20px;
font-family: fantasy, Verdana, Helvetica, Arial, sans-serif;
z-index: 30;
}

#bocaboca{
/*width: 240px;*/
padding: 10px;
margin-top: 10px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
font-size: 10px;
border: 2px dashed #99b92f;
background: #FFF url('images/huella2.png') bottom right no-repeat; 
}

#bocaboca input{
	padding: 5px;
	width: 150px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

#bocaboca textarea {
	height: 70px;
}

#bocaboca input:focus {
	border: 2px solid #88b518; /* #900;*/
	background: #FFF url('images/huella2.png') bottom right no-repeat; 
}

#bocaboca input.submit-button {
	width: 100px;
}


.miniservl{
/*padding: 25px;*/ 
float: left; 
/*background: url('images/servicios_mini10.png') -5px -5px no-repeat; 
width: 240px; 
height: 105px;*/

width: 255px;
height: 120px;
padding: 10px;
font-size: 10px;
border: 2px dashed #99b92f;
background: #FFF url('images/huella2.png') bottom right no-repeat; 
margin-bottom: 10px;
}

.miniservr{
/*padding: 25px;*/
float: right; 

/*background: url('images/servicios_mini10.png') -5px -5px no-repeat; 
width: 240px; 
height: 105px;*/

width: 255px;
height: 120px;
padding: 10px;
font-size: 10px;
border: 2px dashed #99b92f;
background: #FFF url('images/huella2.png') bottom right no-repeat; 

}

.servc{
width: 555px;
height: 135px;
padding: 10px;
font-size: 10px;
border: 2px dashed #99b92f;
background: #FFF url('images/huella2.png') bottom right no-repeat; 
}

.servd{
margin-top: 5px;width: 565px;
height: 80px;
padding: 5px;
font-size: 10px;
border: 2px dashed #99b92f;
background: #FFF url('images/huella2.png') bottom right no-repeat; 
}


.separador{
clear: both;
}

.ir{
width: 32px;
height: 32px;
background: url('images/ir.png') no-repeat;
float: right;
}

.ir:hover {
width: 32px;
height: 32px;
background: url('images/ir2.png') no-repeat;
}

.irl{
margin-right: 90px;
width: 32px;
height: 32px;
background: url('images/ir.png') no-repeat;
float: right;
}

.irl:hover {
width: 32px;
height: 32px;
background: url('images/ir2.png') no-repeat;
}

.ira{
width: 32px; height: 32px; display:block;
}

.portafolio {
	margin-top: 10px;
	margin-bottom: 60px;
	margin-left: 45px;
	margin-right: 45px;
	position: relative;
	width: 180px;
	height: 65px;
	float: left;
}
.portafolio img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.portafolio span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.portafolio a {
	text-decoration: none;
}

.web span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url(images/pin.png) no-repeat;
}

.cartel{
	z-index: 1; 
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 120px; 
	padding: 2px 12px; 
	height: 20px; 
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y; 
	border: 1px solid #c25b08; 
	color: black;
}

.cartell{
	z-index: 1; 
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 140px; 
	padding: 2px 12px; 
	height: 20px; 
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y; 
	border: 1px solid #c25b08; 
	color: black;
}

.cartel a{
color: black;
}

.cartell a{
color: black;
}

.cola{
position: relative; 
left: 380px; 
*left: 180px;
/*top: 60px;*/
top: 40px; 
height: 125px;
width:269px; 
background: transparent url(images/cola2_1.png) no-repeat;
z-index: -1;
}

.twitter{
position:absolute; 
/*margin-top:110px;*/
margin-top:90px;
margin-left: 470px;
*margin-left: 270px;
z-index:10000;
}

.foot{
width: 600px; margin-top: 145px; margin-left: auto;  margin-right: auto; height: 80px; background: url('images/img8_2.png') no-repeat; margin-bottom: 0px; font-size: 10px; padding-top: 10px; padding-left: 20px; padding-right: 10px; text-align: center;
}

  
