body{
	margin: 0;
	padding: 0;
	text-align:center;
	min-width:700px;
	font: normal 11px/18px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
#wrap {
	margin:0 auto;
	width:700px;
	text-align:left;
	position: relative;
}
img {border:none;}
.left{float:left;}
.right{float:right;}
a {
	color: #007EEA;
	-moz-outline-style: none;
}
p,dl,dt,dd{
	margin: 0;
	padding: 0;
}
dt{
	margin-top: 10px;
}
h1,h2,h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}
form{
	margin: 10px 10px 0 10px;
	padding: 0;
	background: #efefef;
}
fieldset {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* layout
----------------------------------------------- */
#header {
	margin-top: 35px;
}
#logo {
	float: left;
	width: 255px;
}
#menu{
	float: right;
	text-align: right;
	color:#007EEA;
}
#menu a {
	color:#007EEA;
	text-decoration: none;
}
#menu a:hover {
	color:#007EEA;
	text-decoration: none;
	border-bottom: 2px solid #007EEA;
}
#menu .here{
	border-bottom: 2px solid #007EEA;
}
#welcome {
	float:left;
	width: 445px;
	height: 164px;
	background: #007EEA url(images/welcome.jpg) no-repeat;
	color: #FFF;
	font: normal 14px/18px tahoma, verdana, "lucida sans", sans-serif;
}
#welcome .texto{
	margin: 12px;
	width: 260px;
	color: #FFF;
	font: normal 12px/18px tahoma, verdana, "lucida sans", sans-serif;
}
#welcome .texto a{
	color: #FFF;
}
#welcome span{
	font-size: 24px;
}
#banners{
	float: right;
	text-align: right;
}
#banners .separador {
	height: 8px;
}
#content {
	margin-top: 10px;
}
#leftcol {
	margin: 0 260px 0 0;
}
#rightcol {
	float: right;
	width: 244px;	
}
.destacado {
	margin: 10px;
}
.destacado img{
	margin-right: 8px;
}

#foot{
	margin-top: 5px;
	border-top: 1px solid #767C79;
	text-align: center;
	color: #767C79;
}
#foot a {
	color:#007EEA;
	text-decoration: none;
}
.sections{
	border-bottom: 3px solid #999;
	padding-top: 8px;
	padding-left: 3px;
	color: #767C79;
	background: #efefef;
}
.sections a{
	text-decoration: none;
}
.banner-home {
	margin: 5px auto;
	display: block;
}
/* post
----------------------------------------------- */
.post {margin:10px 0 50px 0;}
.post_thisweek {
	margin:10px 0 50px 0;
	background: url(images/button-new.png) no-repeat top right;
}
.title {margin-bottom:10px}
.post p {
	margin-top: 10px;
}
.postby{color:#767C79;}

/* definir tabs */
.tabs {margin:20px 0 60px 0;padding:0;list-style-type:none;clear:both;}
.tabs li {display:inline;}
.tabs span {display: none;}
/* estilo para los botones */
.tabs li a {
	height:28px;
	display:block;
	float:left;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration:none;
}
/* estilo individual para cada boton */
.more a {width:70px;background-image: url(images/button-extend.png);}
.cmt a {width:80px;background-image: url(images/button-coment-only.png);}
/* estilo para el globo */
.cmt small {
	position:absolute;
	width:42px;
	margin-top:-14px;
	margin-left: 50px;
	padding-top:3px;
	padding-bottom:8px;
	text-align:center;
	color: #fff;
	font:11px/18px "Trebuchet MS", Arial, Verdana,sans-serif;
	font-weight: bold;
	background-image: url(images/globo.png);
	background-position: center center;
	background-repeat: no-repeat;	
}
.screenshot {
	margin: 10px auto;
	display: block;
}
/* comentarios
----------------------------------------------- */
.coment {margin:10px 0 0 10px;}
.title-coment {margin-top:20px;}
.post-coment p {
	margin-top: 10px;
}
.postby-coment{color:#767C79;margin-top:10px;}
/* fichas
----------------------------------------------- */
.ficha{
	margin-top: 10px;
}
.avatar{float:left;}
.info {
	margin-left: 120px;
}
/* aviso
----------------------------------------------- */
div.aviso{
	background: #f5f5f5 url(./images/icons/info.png) no-repeat left top;
	color: red;
	font-weight: bold;
	padding-left: 40px;
	height: 40px;
	margin: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
div.error{
	background: #f5f5f5 url(./images/icons/notification.png) no-repeat left top;
	color: red;
	font-weight: bold;
	padding-left: 40px;
	height: 40px;
	margin: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
/* galeris
----------------------------------------------- */
.title_gallery,#menu-gallery{
	margin: 15px 0;
}
