body {
	background: url('../img/fondo.jpg') center center;
	/*background: #510303;*/
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
}

ul {
	padding: 0;
	margin: auto;
	list-style: none;
}

a {
	text-decoration: none;
	color: #B92A2A;
}

span {
	display: block;
}

input,select {
	width: 100%;
}

#contenedor {
	border: 2px solid #FCBF30;
    width: 650px;
    margin: 50px auto;
    border-radius: 10px;
    overflow: hidden;
}

#contenedor > .cabecera {
    background: url('../img/banner_acceso.jpg');
    background-size: 650px 130px;
    height: 130px;
}

#contenedor > .cabecera  > * {
	vertical-align: middle;
}

#contenedor > .cabecera > span {
	padding: 20px 0px 0px 0px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}

button[type="submit"] {
	background: #007bff;
	color: #ffffff;
	padding: 6px 10px 6px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

footer {
    position: absolute;
    bottom: 0;
    background: #353535;
    color: #ffffff;
    display: block;
    width: 100%;
    left: 0;
}

footer > .contenido {
	padding: 10px;
	text-align: center;
}

#alerta {
	background: #FFFFCC;
	border: 1px solid #FFCC33;
	color: red;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	display: block;
	font-weight: bold;
}

#contenedor > .contenido{
	background: #ffffff;
}

#contenedor > .contenido > .subcontenido {
	margin: auto;
	padding: 10px 14px 8px 14px;
}

.subcontenido table{
	width: 92%;
	margin: 10px auto auto auto;
}

.subcontenido table tr td{
	padding-bottom: 5px;
}

.subcontenido table tr td{
	padding-bottom: 5px;
}