/* estilo.css de http://inigoalonso.com/ (C) 2007 Iñigo Alonso Fernández licenciado bajo la GPL v3  */

  body		{
		margin:0%;
		padding:10px 15% 10px 15%;
		color:#000;
		background-color:#EFF2F8;
		background-image:url("http://inigoalonso.com/imagen/beta.png");
		background-repeat: no-repeat;
		background-position:right top;
		background-attachment: fixed;
		font-family: sans-serif;
		font-size: 75% !important;
		line-height: 1.4em;
		}
  p		{
		color:#000;
		margin:0px;
		}
  div#cabecera	{
		font-size:3em;
		background-color:#EFF2F8;
		padding:10px 10px 10px 10px;
		text-align:right;
		}
  div#cabecera a	{
		color: #000;
		}
  div#cabecera a:link	{
		color: #000;
		}
  div#cabecera a:visited	{
		color: #000;
		}
  div#cabecera a:active	{
		color: #000;
		background-color: #ff9b9b;
		}
  div#cabecera a:hover	{
		color: #ffa826;
		background-color: #eff2f8;
		}
  div#menu	{
		float: left;
		width: 20%;
		height: auto;
		margin: 10px 0 0 0;
		padding: 0 0;
		color: #3179ac;
		background: url("http://inigoalonso.com/imagen/top.png") #fff repeat-x top;
		border-bottom-style: solid;
		}
  div#textoprincipal {
		float: none;
		margin: 10px 0 0 20%;
		padding: 10px 5% 10px 5%;
		text-align: left;
		color: #3179ac;
		background: url("http://inigoalonso.com/imagen/top.png") #fff repeat-x top;
		border-bottom-style: solid;
		}
  div#textoprincipal p	{
		text-indent: 5%;
		color: #000;
		}
  div#pie	{
		float: none;
		margin:10px 0 5px 0;
		text-align:center;
		padding:5px 10% 5px 10%;
		font-size: 0.8em;
		color: #3179ac;
		background: url("http://inigoalonso.com/imagen/top.png") #fff repeat-x top;
		border-bottom-style: solid;
		}
  div#pie a	{
		text-decoration:none;
		color:#3179ac;
		font-weight:normal;
		display:inline;
		padding: 0 0;
		}
  div#pie a:hover	{
		color:#fff;
		background-color:#FFA826;
		}
  a		{
		text-decoration:none;
		color:#3179ac;
		font-weight:bold;
		display:inline;
		padding: 2px 5px;
		outline:none;
		}
  a:link	{
		color: #3179ac;
		}
  a:visited	{
		color: purple;
		}
  a:active	{
		color: #000;
		background-color: #ff9b9b;
		}
  a:hover	{
		color:#fff;
		background-color:#FFA826;
		}
  ul#nav	{
		list-style-type:none;
		text-align:center;
		margin:0;
		padding:0;
		width:100%;
		}
  ul#nav li	{
		list-style-type:none;
		margin:0;
		padding:0;
		float:none;
		margin-top: 5px;
		margin-left: 5px;
		text-align: center;
		}
  ul#nav a	{
		float:none;
		width: 25%;
		padding: 2px 5px;
		text-decoration:none;
		}
  ul#nav li.activelink a,ul#nav li.activelink a:hover	{
		background: #fff;
		color: #003;
		}
  ul#nav a:hover	{
		color:#fff;
		background-color:#FFA826;
		}
  .icon		{
		background-color:#3179ac;
		background-image: url("http://inigoalonso.com/imagen/iconos/clearbits/rounded_bg.gif");
		background-repeat: no-repeat;
		}
  label		{
		float:left;
		width:100px;
		margin:2px;
		}
  select,input	{
		margin: 2px 2px 2px 2px;
		}
  img		{
		border:0;
		}
#page {
  background: #EFF2F8;
  padding: 10px 5% 10px 0%;
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0 auto;
}
#header {
  height: 75px;
  padding: 10px;
  color: #3179ac;
  background: url("http://inigoalonso.com/imagen/top.png") #fff repeat-x top;
  border-bottom-style: solid;
  border-width: thin;
}
.primary{
  color:#3179ac;
  background: #fff;
  border-bottom-style: solid;
}
.publico{
  float:left;
  text-align:left;
  width:100%;
  background: #fff;
  border-bottom-style: solid;
}
.link_list{
  float:right;
  text-align:right;
  width:50%;
  background: #fff;
  border-bottom-style: solid;
}
.add_link{
  float:left;
  width:50%;
  background: #fff;
  border-bottom-style: solid;
}
#submit {
  color: #fff;
  border: 1px solid #eee;
  border-right-color: #3A3A3A;
  border-bottom-color: #3A3A3A;
  font-size: 1.2em;
  background: #3179ac;
}
.login{
	float:right;
	top:0;
	color:#000;
	margin-top:5px;
}
  #nav		{
		float:left;
		margin-left:8px;
		}
ul li{
	list-style-type:none;
	list-style-image:none;
}
ul.menu {
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 126px;
	width: auto;
	}
ul.menu li {
	display: inline;
	margin-right:4px;
	}
ul.menu, ul.menu li a {
	padding: 1px 4px 0px;
	text-decoration: none;
	}
ul.menu li a {
	font-size: 1em;
	color: #fff;
	background: #3179ac;
	border-top:1px solid #3179ac;
	border-left:1px solid #3179ac;
	border-right:1px solid #3179ac;
	margin: 0;
	}
ul.menu li a:hover {
	background: #FFA826;
	color: #fff !important;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #fff;
	color: #3179ac !important;
}
