html {
	height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	color: #111;
}

* {
	outline: none;
}

table {
	width: 100%;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 1.3em;
}

a {
	color: #0000EE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
	margin: 0 0 5px 0;
}

.cls{
	clear: both;
}

#response,
#all {
	width: 100%;
	margin: 0px auto;
}

#response a span {
	height: 32px;
	line-height: 32px;
	font-size: .8em;
}

#response a img{
	float: left;
	margin: 0 7px 0 0;
}

.response {
	display: none;
}

#solicitud {
    border: none;
}
