/* CSS Document */
/* @import url(http://fonts.googleapis.com/css?family=Volkhov:400,400italic); */

div {
	box-shadow: 2px 2px 5px #555555;
	width: 95%;
	margin: auto;
	font-family: Verdana, Arial, sans-serif;
	
}

#bar {
	font-size: 36px;
	color: #000066;
	background-color: #ffffff;
  /*background-image: url('bar1.png');*/
	position: relative;
	height: 50px;
}
#bar a:link {
	color: #000066;
	text-decoration: none;
}
#bar a:visited {
	color: #000066;
	text-decoration: none;
}
#bar a:hover {
	color: #FFFFFF;
	background-color: #003399;
  /*      background-image: url('bar2.png'); */
	text-decoration: underline overline;
}

#bot {
	font-size: 20px;
	color: #000066;
	background-color: #ffffff;
  /*      background-image: url('bot.png');*/
	position: relative;
	height: 30px;
}
#bot a:link {
	color: #000066;
	text-decoration: none;
}
#bot a:visited {
	color: #000066;
	text-decoration: none;
}
#bot a:hover {
	color: #FFFFFF;
	background-color: #003399;
     /*   background-image: url('bar2.png');*/
	text-decoration: underline overline;
}

#banner {
	color: #FFFFFF;
	height: 150px;
	font-size: 45px;
        /*! background-image: url('banner.png'); */
	/*! background-repeat: repeat-x; */
	/*! background-position: left top; */
	cursor: auto;
	background-color: #003399;
	top: 0px;
}
#main {
	background-color: #ffffff;
	color: #000000;
	top: 150px;
	font-size: 24px;
}
#main p {
	width: 90%;
	margin: auto;
  text-align: justify;
}
form {
	margin-left: 5%;
}
h3,h4 {
	margin-left: 5%;
}
body {
	background-color: #aaaaaa;
  /*      background-image: url('bg.jpg');
        background-repeat: repeat; */
}

#noticias{
	width: 90%;
}

#noticias td,th {
  border-style: solid;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #000066;
  text-align: center;
}

#noticias td:hover{
	background-color: #aaaaaa;
}

#noticias a:link {
	color: #000000;
	text-decoration: none;
}
#noticias a:visited {
	color: #000000;
	text-decoration: none;
}
#noticias a:hover {
	text-decoration: none;
}