@charset "utf-8";
/* 
	Theme Name: susu liquid template 
	Theme URI: http://susu.cc/template/
	Description: A two columns theme having variable width, for WordPress.
	Author: susu
	Author URI: http://susu.cc/
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	
	Changelog:
		v1.0
			First Release (Oct./24/2006)

*/

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	}
.entrada {
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
#header .title {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
#header h1 a{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidebar, #searchform, .feedback {
	display: none;
}
dt {
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 5px;
}

dl{
	margin-bottom:10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
hr {height: 1px;
}

#noticias ol li{
	margin-top:15px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.entrada h2{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
}
.center {
	text-align: center;
}
	
.alignright {
	text-align: right;
}
