/*
	Theme Name: Iugo
	Theme URL: 
	Description: Iugo site theme
	Author: Iugo
	Author URI: http://www.iugo.com.uy
	
	Version: 0.1		
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFFFFF url(images/bg_header.jpg) top repeat-x;
	color: #000000;
}﻿

a{
	text-decoration: none;
	color: #3399cc;
}

a:link, a:visited{
	text-decoration: none;
	color: #3399cc;
}
a:hover{
	text-decoration: none;
	color: #3399ff;
}
p{
	padding: 10px 0 0 0;
}


#header{
	float: left;
	width: 100%;
	position:relative;
	height:141px; 
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
	height:auto;
}



.logo {
	float: left;
	margin-top:0px;
}	

#header h2{
	margin-left:-110px;
	padding-top:15px;
	display:inline;
	color: #999999;
}


#container{
	float: left;
	width:630px;
	margin-top:37px;
	margin-bottom:37px;
	/*padding-left:50px;*/
	padding-right:50px;
	color:#333333;
	background-image:url(images/bg_contenido.png);
}

.container_top{
	background-image:url(images/bg_contenido_top.png); 
	background-repeat:no-repeat;
	height:16px;
	width:715px;
}

.container_bottom{
	background-image:url(images/bg_contenido_bottom.png); 
	background-repeat:no-repeat;
	height:16px;
	width:715px;
}

.sidebar{
	float: left;
	width: 240px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
	color:#666666;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px; 
}

#footer{
	/*clear: both;
	float: left;
	width: 750px;
	padding-top:10px;*/
	height:80px;
	width:100%;
	bottom:0px;
	background-image:url(images/bg_foot.jpg);
	background-repeat: repeat-x;
	margin-top: 25px;
	color:#ffffff;
}

#footer p{
	line-height:18px;
}

#footer a{
	color:#ffffff;
}


h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

.post{
	padding: 10px 0 10px 0;
	padding-left:70px;
}

.post h2{
	font-family: Arial, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
	padding-bottom:30px;
}
p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.nav_home {
	text-align: center;
	padding-left: 70px;
}

