.campo-contacto {
	margin-bottom: 3px;
	width: 400px;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 13px;
	color: #666666;
	padding: 8px;
	background-image: url(fondo-consulta.jpg);
	height: 30px;
	background-repeat: repeat-x;
	background-position: left top;
}
.campo-comentarios
{
	margin-bottom: 3px;
	width: 540px;
	background-color: #ffffff;
	border-top-width: thin;
	border-right-width-value: thin;
	border-bottom-width: thin;
	border-left-width-value: thin;
	border-top-style: solid;
	border-right-style-value: solid;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-top-color: #e1e1e1;
	border-right-color-value: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color-value: #e1e1e1;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	color: #666666;
	background-image: url("fondo-consulta.jpg");
	height: 100px;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px;
}

/* --------------- BOTONES --------------- */

.button, .button:visited { /* botones genéricos */
background: #222 url(http://sites.google.com/site/zavaletaster/Home/overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #FFF;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor:pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}

.button:hover { /* el efecto hover */
background-color: #111
color: #FFF;
}

.button:active{ /* el efecto click */
top: 1px;
}

/* botones pequeños */
.small.button, .small.button:visited {
font-size: 11px ;
}

/* botones medianos */
.button, .button:visited,.medium.button, .medium.button:visited {
font-size: 13px;
font-weight: bold;
line-height: 1;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

/* botones grandes */
.small.button, .small.button:visited {
font-size:14px;
padding: 10px 14px 10px;
}
.large.button, .large.button:visited {
font-size:20px;
padding: 8px 14px 9px;
}

/* botones extra grandes */
.super.button, .super.button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}

.pink.button { background-color: #E22092; }
.pink.button:hover{ background-color: #C81E82; }

.green.button, .green.button:visited {
	background-color: #DADADA;
}
.green.button:hover{
	background-color: #A3A3A3;
}
.grey.button, .grey.button:visited {
	background-color: #2ebcc8;
}
.grey.button:hover{
	background-color: #7ccfe1;
}

.red.button, .red.button:visited { background-color: #E62727; }
.red.button:hover{ background-color: #CF2525; }

.orange.button, .orange.button:visited { background-color: #FF5C00; }
.orange.button:hover{ background-color: #D45500; }

.blue.button, .blue.button:visited { background-color: #2981E4; }
.blue.button:hover{ background-color: #2575CF; }

.yellow.button, .yellow.button:visited { background-color: #FFB515; }
.yellow.button:hover{ background-color: #FC9200; }

.campo-lista {
	margin-bottom: 3px;
	width: 300px;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 13px;
	color: #666666;
	padding: 8px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 38px;
	background-repeat: repeat-x;
	background-position: left top;
}