.layer{
	background:#000 repeat-x left bottom;
	color:black;
	font-family: 'Comic Sans MS';
}
.layer a{color:black;}
.layer .links{
	font-style:normal;
	font-size:0.95em;
	text-align:center;
}
.layer .links a{padding:0 4px;
text-decoration:none;}
.layer form{
	background: #fff;
	padding:10px 15px;
	opacity: 0.85; 
}
.layer .in{
	padding:23px 10px 10px 10px;
	position:relative;
}
.layer h2{
	font-size:1.3em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: black;
	margin: 0 0 2px;
	/*background:#000 url(../img/comments_h2.jpg) repeat-x left 1.2em;*/
	/*font-variant: small-caps;*/
}
.layer h2 span{
	/*background:#000;*/
	margin-left:42px;
}
.layer .in2{
	/*background:#6f6f6f;*/
	padding:6px;
}
.layer .close{
	position:absolute;
	right:2px;
	top:2px;
	cursor:pointer;
}
.layer p{
	font-size:1.1em;
	/*font-style:italic;*/
}
.layer label{
	display:block;
	padding-bottom:15px;
}
.layer label span{
	display:block;
	float:left;
	width:70px;
	margin-right:15px;
	font-style:italic;
	font-size:1.1em;
	margin-left:-46px;
}
.layer label input,.layer label select,.layer label textarea{
	width:255px;
    border:1px solid black;
}
.layer {
  display:none;
  width:450px;
  height:200px;
  min-height:200px;
  background: white url(../img/fondo_ventanitas.png);
  border: medium solid #4A4949;
}
.layer2{
  display:none;
  width:450px;
  height:200px;
  min-height:200px;
  /*background: url(../img/fondo_ventanitas.png)*/
}
.mini{
	height:100px;
	min-height:100px;
}
.mini2{
	height:100px;
	min-height:100px;
	background: transparent;
	border:none;
}
#formmini {
	border: 1px solid;
}
body > .layer, body > .layer2,body > .mini{
	height:auto;
}
.button{
	/*background:#ffffff /*url(../img/button_bg.png) repeat-x left bottom*/;
	border:0px solid #000;
	color: white;
	font-weight:bold;
	/*font-style:italic;*/
	font-size:1.1em;
	padding:3px 8px !important;
	cursor:pointer;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

.button:hover{
	/*background-image:url(../img/fbutton-hover.jpg);*/
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
}

.button_dark2{
	background:  #fcc41a;/* url(../img/button_bg_dark.png) repeat-x left bottom;*/
	/*border:1px solid #000;*/
	color:black;
	font-weight:bold;
	/*font-style:italic;*/
	font-size:1.1em;
	padding:3px 8px !important;
	margin: 0 0 0 10px;
	cursor:pointer;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

.button_dark3{
	margin-left:488px;
}
.button_dark2:hover{
	/*background-image:url(../img/fbutton-hover.jpg);*/
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
}
.button_dark{
	background:  #FFFFFF;/* url(../img/button_bg_dark.png) repeat-x left bottom;*/
	/*border:1px solid #000;*/
	color:black;
	font-weight:bold;
	/*font-style:italic;*/
	font-size:1.1em;
	padding:3px 8px !important;
	margin: 0 0 0 10px;
	cursor:pointer;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
.button_dark:hover{
	/*background-image:url(../img/fbutton-hover.jpg);*/
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
}
.layer-buttons{
	margin-left:338px;
	margin-top:-84px;
}

.layer-buttons2{
	margin-left:338px;
	margin-top:-52px;
}

.layer-buttons3{
	margin-left:338px;
	margin-top:-31px;
}

.layer-buttons4{
	margin-left:281px;
	margin-top:-17px;
}

.layer-buttons .cancelar{
	margin-right:20px;
}
label.error{
	background:#FFFFFF;
	padding:0.2em 0em;
	width:255px;
	margin-left:95px;
	/*margin-bottom:0;*/
}
input.error{border:1px solid #FF5656}