@charset "utf-8";
/* CSS Document */

body, html{
	text-align: center;
	margin:0px;
	height:100%;
	font-family: Arial;
	background:url(../img/bg_pagina.jpg) center repeat-y #1a61a8;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* design */



#parent {
	width: 800px;
	margin:auto;
	text-align: left;
	clear: both;
	background: #FFF;
}
#header {
	width: 800px;
	height: 500px;
}
#menu {
	float: left;
	width: 800px;
	padding: 0px;
	background: #1a61a8;
}
#bottom {
	float: left;
	width: 800px;
	height:342px;
	background:url(../img/noticias_bg.gif);
}
#bottom #sn {

	height:32px;
	padding: 30px 0px 30px 650px;
	
}
.news_div {
	height:168px; 
	padding-right: 10px; 
	border: 1px solid #1a61a8; 
	font-size:small; 
	color: #1a61a8; 	
}

.news_image {
	float:left; 
	margin-right:10px;
}

.news_caption {
	margin:10px 0px; 
	font-size:large;
}

.news_text {
	text-align:justify;
}