/*

Theme Name: reboot

Theme URI: http://proletarium.org/proyectos/reboot/

Description: Wordpress theme

Version: 0.2.9

Author: Manu Contreras

Author URI: http://www.manucontreras.info

*/
body {

	background: url('img/fondo.gif') repeat-x top left #fff;

	font-family: 'Lucida Grande', Arial, Verdana, 'Bitstream Vera Sans';

	color: #333;

	margin: 0;

	padding: 0;

	}







/* Textos predefinidos */

h1, h2, h3, h4 {

	font-family: 'Trebuchet MS', Arial, Verdana, 'Bitstream Vera Sans';

	margin: 0;

	padding: 0;

	}



blockquote {

	/*color: #999;*/
	color: #666;

	/*border: 1px solid #eee;*/
	border: 1px solid #ccc;

	margin: 15px 0;

	padding: 10px;

	background: #fff;

	}



	blockquote:hover {

		/*border-color: #ccc;*/
		/*color: #666;*/
		border-color: #aaa;
		color: #333;

		}



.help, abbr, acronym {

	border-bottom: 1px dotted #555;

	cursor: help;

	}



code {

	font-family: 'Courier New', Courier, Fixed;

	color: #008000;

	}



.izquierda {

	float: left;

	}



.derecha {

	float: right;

	}



fieldset {

	border: 1px solid #eee;

	}

	

	fieldset:hover {

		border-color: #999;

		}

	

	fieldset:hover legend {

		color: #999;

		}



legend {

	font-size: 12px;

	color: #ccc;

	}







/* Imagenes */

img {border:none;}



img.izquierda, img.left, img.i, img.l {

	float: left;

	margin: 0 10px 5px 0;

	}



img.derecha, img.right, img.d, img.r {

	float: right;

	margin: 0 0 5px 10px;

	}



img.borde, img.border, img.b {

	border: 1px solid #999;

	padding: 1px;

	background: #fff;

	}



img.centro, img.center, img.c {

	margin: 0 auto;

	display: block;

	}



img.gravatar {float: right;}





/* Enlaces */

a {

	color: #06f;

	text-decoration: none;

	}



a:hover {

	color: #333;

	text-decoration: underline;

	}



h1 a, h1 a:hover,

h2 a, h2 a:hover {

	color: #333;

	}

	

.edit a {

	color: #f00;

	padding: 2px;

	}

	

	.edit a:hover {

		color: #fff;

		background: #f00;

		border-color: #f00;

		}



.historia a {

	font-weight: bold;

	}



.historia a:hover {

	color: #fff;

	background: #06f;

	text-decoration: none;

	}



a.accion, a.accion:hover {

	color: #000;

	text-decoration: none;

	}



.metacomm a,

.navigation a {

	border: 1px solid #eee;

	padding: 5px;

}



	.metacomm a:hover,

	.navigation a:hover {

		background: #06f;

		color: #fff;

		border-color: #06f;

		text-decoration: none;

		}



.aviso a {

	text-decoration: underline;

	color: red;

	}



.feed {

	padding: 2px 0 2px 22px;

	background: url('img/feed.png') no-repeat center left;

	}







/* box hover effect */

.asides,

.results,

.aviso,

.footer {

	border: 1px solid #eee;

	padding: 10px;

	}



.asides:hover,

.results:hover,

.aviso:hover,

.footer:hover {border-color: #999;}









/* Cuerpo */

#box {

	width: 760px;

	margin: 20px auto;

	}





/* Cabecera */

.header {

	margin: 0 0 100px 0;

	}



.header h1 {

	font-size: 40px;

	color: #999;

	font-weight: normal;

	letter-spacing: -1px;

	text-shadow: #ccc 1px 1px 1px;

	}



.header .description {

	font-size: 14px;

	color: #999;

	font-weight: bold;

	padding-left: 80px;

	}










/* footer */

.footer {

	font-size: 11px;

	color: #999;

	margin: 30px 0 0 0;

	_margin: 0 0 60px 0;


	}

