
*{
	margin:0;
	padding:0;
}

#slideshow{
	border:1px solid #FFFFFF;
	height:340px;
	margin:0px auto 0px;
	position:relative;
	width:640px;	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:400px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:640px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}


#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('img/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top; left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top; right:0;}
#slideshow .next:hover{ background-position:right bottom;}

/*NUEVOS ESTILOS PARA FORMULARIO DE REGISTRO*/
.cajadetexto {
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow:rgba(0,0,0,0.4); 
    box-shadow: rgba(0,0,0,0.4);
}
.box-grey,
.box-green{
	margin: 5 0 5 0;
    overflow:hidden;
    padding: 3px;
    -webkit-border-radius: 10px;
     border-radius: 10px;
}
.box-grey {
    background-color:#FFEAEA;
    border:1px solid #FFEAEA;
}
.box-green {
    background-color:#FFD2D2;
    border:1px solid #FFD2D2 ;
}
.box-grey2{
	margin: 5 0 5 0;
    overflow:hidden;
    padding: 15px;
    -webkit-border-radius: 18px;
     border-radius: 10px;
    background-color:#FFF;
    border:1px solid #FFF;
}
.button{
border:1px solid #393B3E;-webkit-box-shadow: #737373 0px 1px 5px ;-moz-box-shadow: #737373 0px 1px 5px ; box-shadow: #737373 0px 1px 5px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:14px;font-family:arial, helvetica, sans-serif; padding: 10px 20px 10px 20px; text-decoration:none; display:inline-block;text-shadow: 0px 1px 0 rgba(10,10,10,0.5);font-weight:bold; color: #FAFAFA;
 background-color: #515459; background-image: -webkit-gradient(linear, left top, left bottom, from(#515459), to(#3B3C40));
 background-image: -webkit-linear-gradient(top, #515459, #3B3C40);
 background-image: -moz-linear-gradient(top, #515459, #3B3C40);
 background-image: -ms-linear-gradient(top, #515459, #3B3C40);
 background-image: -o-linear-gradient(top, #515459, #3B3C40);
 background-image: linear-gradient(to bottom, #515459, #3B3C40);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#515459, endColorstr=#3B3C40);
}

.button:hover{
 border:1px solid #393B3E;
 background-color: #3B3C40; background-image: -webkit-gradient(linear, left top, left bottom, from(#3B3C40), to(#202124));
 background-image: -webkit-linear-gradient(top, #3B3C40, #202124);
 background-image: -moz-linear-gradient(top, #3B3C40, #202124);
 background-image: -ms-linear-gradient(top, #3B3C40, #202124);
 background-image: -o-linear-gradient(top, #3B3C40, #202124);
 background-image: linear-gradient(to bottom, #3B3C40, #202124);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3B3C40, endColorstr=#202124);
}}