/*@import "admin/noticias/phpnews_package.css";*/
/* ELEMENTOS BÁSICOS */
body {
	background-color: #FFFFFF;
	font:normal 11px Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	margin: 0px;
	height: 100%;
	}
	


a:link {
	color : #000066; 
	text-decoration : none; 
	padding-left : 0px; 
	}

a:active {
	color : #000066; 
	text-decoration : none; 
	}

a:visited {
	color : #000066;
	text-decoration : none; 
	}

a:hover {
	color : #b68020; 
	text-decoration : underline; 
	padding-left : 0px; 
	}
h1 {
	font-size : 12pt;
	font-style: italic;
	}

h2 {
	font-size: 11px;
	font-weight:bold;
	}

h3 {
	font-size: 11px;
	font-weight:bold;
	}
h5 {
	font-size: 14px;
	font-weight:bold;
	}



/* MAQUETACION */

#contenedor{
	width: 778px;
	height: 100%;
	font-size: 11px;
	font-style:normal;
	text-align:justify;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	
}

#top {
	width: 778px;
	height: 151px;
	background-image: url(images/cabezal.jpg);
}


#center{
float: left;

	width: 780px;
	height: 100%;
	
}


#footer {
	height: 40px;
	padding: 0;
	width: 780px;
	background-image: url(images/pie.jpg);
	font-size: 10px;
	clear:both;

}

#medio{
float: right;
padding:0 4px 0 0;
	width: 214px;
	height: 100%;
	
}


#subcont{

	width: 793px;
	height: 100%;
	
}




/*prensa*/

#importantnews {
padding: 10px;
background-color: #fff;
border: 1px solid #27b2e7;
}

#importantnews #subject {
text-align:center;
background-color: #ccc;

padding: 0 3px 3px 0;
color: #333333;
font-size: 15px;
font-family: Trebuchet MS, tahoma, Geneva, Arial, Helvetica, sans-serif;

}

#importantnews #titletext {
font-size: 12px;
}

#news {
padding: 5px;
background-color: #fff;
/*border: 1px solid #27b2e7;*/
}

#fullnews {
padding: 10px;
background-color:#fff;
border: 1px solid #27b2e7;
font-size: 12px;
}

#fullnews #subject {
text-align:center;
background-color: #ccc;

padding: 0 3px 3px 0;
color: #333333;
font-size: 15px;
font-family: Trebuchet MS, tahoma, Geneva, Arial, Helvetica, sans-serif;
}
		
#news #subject {
text-align:center;
background-color: #ccc;

padding: 0 3px 3px 0;
color: #333333;
font-size: 15px;
font-family: Trebuchet MS, tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.thinborderfloat{
float : left; 
/*border : 1px solid silver;*/ 
padding : 3px; 
margin-right : 5px; 
} 
