body{
	background-image: url('imgs/fondoweb.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #b2dbf1;
	margin:0;
	padding:0;
	font-family: Verdana, _sans;
	font-size: 12px;
	min-width:980px;
	text-align:center;
}

html,html body {height:100%;}

table{
	margin: 15px 0 15px 0;
	border:0;
	background:0;
}

td{
	border:0;
	background-color: #dbebff;
	padding: 5px;
}

#contenido{
	width: 94%;
	min-height: 100%;
	background-color:white;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 auto;
	text-align:justify;
}

#principal{
	padding-left:15px;
	padding-right:15px;
	padding-top: 50px;
}

#login{
	width:500px;
	height:382px;
	background-image: url('imgs/fondoprensa.png');
	background-repeat: no-repeat;
	overflow:hidden;
	margin:30px auto;
}

#login form{
	width:50%;
	text-align:right;
	margin: 150px auto 100px auto;
}

#menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	border-bottom:1px solid #333;
	background:#fff;
}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	color:#003;
	padding:5px 15px;
	display:inline;
}
