body {
	background-image:url(fondo4.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000602;
	font-family:sans-serif;
	font-size:10pt
}
table {
	max-width:960px; 
}
td {
	background-color:#eef;
	padding:5px;
	vertical-align:top;
}
th {
	padding:5px;
	color:white;
	background-color:navy;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:blue;
	padding:3px;
}
a:hover{
	background-color:magenta;
	color:white;
}
button, input[type="button"], input[type="submit"], input[type="reset"] {color:#07c; border-radius:5px}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {font-weight:bold}
.bosec {
	padding:10px;
	background-color:#eef;
	margin:10px;
	border-radius: 5px 5px 0 0;
	box-shadow: 5px 5px 5px gray;
}
.boact {
	font-weight:bold;
	padding:10px;
	background-color:white;
	margin:10px;
	border-radius: 5px 5px 0 0;
	box-shadow: 5px 5px 5px gray;
}
.cuerpo {
	position:relative;
	top:-10px;
	margin: 0 10px;
	padding:20px;
	min-width:900px;
	background-color:white;
	border:0;
	border-collapse:collapse;
	border-radius: 10px;
	box-shadow: 5px 5px 5px gray;
}
.cuerpomovil {
	position:relative;
	top:-10px;
	margin: 0 10px;
	padding:20px;
	background-color:white;
	border:0;
	border-collapse:collapse;
	border-radius: 10px;
	box-shadow: 5px 5px 5px gray;
}
.plano {
	background-color:#f8f8f8;
	background-image:url(fondo.jpg);
	background-repeat:repeat-x;
}
