/*  
Theme Name: Tea Pot
Theme URI: http://wordpress.org/
Description: Tema para usalo.es, inspirado por la tetera de Norman como ejemplo de mala usabilidad
Author: Inma Bermejo Salar
Author URI: http://www.inmabermejo.com
*/

* {
	margin:0px;
	padding:0px;
}

hr {
	display:none;
}

.clear {
	clear:both;
}

body {
	font:1.0em Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}

a {
	color:#0000FF;
}

a:visited {
	color:#800080;
}

#page {
	width:49em;
	margin:0px auto;
	text-align: left;
	}

#header {
	height:115px;
	text-align:left;
	padding:20px 0px 0px 105px;
}

#header h1 a {
	display:block;
	width:425px;
	height:50px;
	text-decoration:none;
}

#header h1 a, .description {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	color:#000;
}

.description {
}

#header h1 span {
	visibility:hidden;
	}

#content {
	float:left;
	width:62%;
	line-height:1.3em;
	}

#sidebar {
	float:right;
	width:31%;
	font-size:0.85em;
	color:#575757;
}

#footer {
	clear:both;
	font-size:0.75em;
	color:#575757;
	padding:10px 0px;
}

#footer a {
	color:#575757;
}

#footer a:hover {
	color:#333;
}

/* Encabezados */
h1, h2, h3, h4 {
	color:#000;
}

h1 {
	font-size:2.0em;
	line-height:1.0em;
}

h2 {
	font-size:1.5em;
	line-height:1.0em;
	font-weight:bold;
}

h3 {
	font-size:1.3em;
	line-height:1.2em;
}

/* Posts */
.post {
	margin:5px 0px 40px 0px;
}

.post h2 {
	font-weight:normal;
}

.post h2 a {
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.post h2 a:hover {
	text-decoration:underline;
}

.post .postmetadata p, .post .autor, .post .fecha {
	color:#575757;
	font-size:0.85em;
	margin:0px;
}

.post p.autor {
	margin:5px 0px 20px 0px;
}

.entry p, .commentlist p {
	margin:12px 0px;
}

.entry ul, .entry ol {
	margin:10px;
}

.entry li {
	margin:0px 0px 0px 40px;
}

.entry blockquote {
	margin:10px;
	padding:10px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#464646;
	font-style:italic;
}

.entry blockquote p {
	margin:5px 0px;
}

.entry img {
	border:1px solid #eee;
	padding:3px;
	margin:10px;
	display: block; 
	margin: auto; 
}

.commentlist li {
	margin:10px 0px 40px 0px;
	list-style-type:none;
}

.commentlist cite {
	display:block;
	padding:5px 0px 0px 55px;
	font-style:normal;
	font-weight:bold;
	font-size:0.8em;
}

.commentlist .commenttext {
	margin:0px 0px 0px 30px;
}

.commentmetadata {
	display:block;
	font-weight:normal;
	font-size:0.95em;
}

#commentform {
	margin:10px 0px;
	padding:10px;
	background-color:#f0f0f0;
	border:1px solid #ddd;
}

#commentform label {
	display:block;
	margin:0px 0px 5px 0px;
}

#commentform input, #commentform textarea {
	display:block;
	margin:3px 0px 0px 0px;
}

/* Barra de al lado */
#sidebar h2 {
	font-size:1.2em;
	color:#b00;
	padding:5px 0px 10px 0px;
	border-top:1px solid #eee;
}

#sidebar div {
	margin:10px 0px;
}

#sidebar ul {
	margin:5px 0px 10px 0px;
}

#sidebar li {
	padding:0px;
	border:none;
	margin:5px 0px 5px 15px;
	list-style-type:square;
}

#sidebar a img {
	border:none;
}

#sidebar a {
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

.dominiopublico, .peludo {
	text-align:center;
	margin:10px 0px;
}

.dominiopublico a, .peludo a {
	display:block;
	font-weight:bold;
}

.xml {
	background:url(images/feedicon.png) left no-repeat;
	padding:5px 0px;
	text-decoration:none;
}

a.xml:hover {
	text-decoration:none;
}

.xml span {
	visibility:hidden;
	font-size:0.7em;
}
/*
#navegacion, #enlaces {
	width:47%;
	float:left;
}

#enlaces {
	float:right;
}
*/
#buscar form {
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:0px 5px;
}

#buscar #s {
	width:150px;
}

#sindicacion li {
	display:list-item;
	margin:0px 0px 3px 30px;
	width:99%;
}

.navigation {
	margin:0px 0px 25px 0px;
	font-size:0.75em;
}

table.tabladatos{
border-collapse:collapse; 
margin:10px 10px 25px 10px;
}


.tabladatos td, .tabladatos th {
font-size:0.75em;
border:1px solid #000000;
padding:3px;


}


.tabladatos caption {
font-size:0.7em;
font-weight:bold;


}
.tachado {text-decoration:line-through;}
.atenuado {
font-size:0.6em;
color: #575757;
}
