@charset "utf-8";

* {
	outline:none;
}

* {
	padding:0;
	margin:0;
}

p {
	margin-bottom:10px;
}
html,body {
	padding:0;
	margin:0;
	background:#D6D6D6 url(img/fondo.gif) repeat-x top left;
	height:100%;	
}
body {
	background-color:#7A1C3D;
}
div#contenido {
	/*
	min-height:100%;
	height:auto !important;
	height:100%;
	*/
/*	margin:0pt auto -36px;*/
	margin:0pt auto;
	width:990px;
}
#header {
	background-color:#ffffff;
	border-bottom:1px solid #f0f0f0;
	margin:0 auto;
	width:990px;
	background:#ffffff;
	height:55px;
	overflow:hidden;
	-moz-box-shadow:6px 8px 5px #000;
	box-shadow:6px 8px 5px #000;
	-webkit-box-shadow:6px 8px 5px #000;
}
.push {
	height:35px;
}
#footer {
	margin: 0 auto;
	width:990px;
	background-color:#fff;
	color:#000;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	line-height:30px;
    height: 30px;
	position:relative;
	-moz-box-shadow:6px 6px 5px #000;
	box-shadow:6px 6px 5px #000;
	-webkit-box-shadow:6px 6px 5px #000;
	text-shadow:2px 2px 2px #E6E6E6;
}
#footer a,
#footer a:visited {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
/*	font-size:11px;*/
}
#footer a:hover {
	text-decoration:underline;
}

div#cuerpo {
	background-color:#D6D6D6;
	padding:10px;
	width:970px;
	min-height:100%;
	-moz-box-shadow:6px 8px 5px #000;
	box-shadow:6px 8px 5px #000;
	-webkit-box-shadow:6px 8px 5px #000;
	position:relative;
	min-height:300px;
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-size:11px;
}

.rounded-top {
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}
.rounded-bottom {
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.rounded {
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.shadow {
	-moz-box-shadow:5px 5px 5px #000;
	box-shadow:5px 5px 5px #000;
	-webkit-box-shadow:5px 5px 5px #000;
	}
.ui-jqgrid {
	border:1px solid white !important;
}
#wrapper {
	width:990px;
	margin:0 auto;
	padding:20px 0;
}


