/*
 * Estilos para el formato de las anotaciones
 */
big {
	font-size:200%;
}
.strike {
	text-decoration:line-through;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.imgright {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.cita {
	padding:10px 0px 0px 25px;
	margin-left:10px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777777;
	background-image:url(http://www.caerolus.com/wp-content/themes/2.0/images/cita.png);
	background-repeat:no-repeat;
}
.frase {
	padding:10px 0px 0px 35px;
	margin-left:10px;
	letter-spacing:-1px;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	color:#777777;
	background-image:url(http://www.caerolus.com/wp-content/themes/2.0/images/frase.png);
	background-repeat:no-repeat;
}
.spoiler {
   color:#222222;
   background-color:#222222;
}
.spoiler a {
   color:#222222;
}
.imgframe {
	border:1px solid #999999;
	padding:1px;
}
button{
	margin-top:10px;
	background-color:#e6e6e6;
	border:1px solid #778;
	color:#555;	
}
input, textarea{
	font-family:Verdana;
	font-size:12px;
}
/*
 * Estilos comunes a toda la hoja
 */
a {
		color:#334488;
	text-decoration:none;
}
a:hover {
		color:#334488;
	text-decoration:underline;
}
img {
	border:none;
}
body {
	margin:0px;
	padding:0px;
	border:none;
	background:#7b8898 url(http://www.caerolus.com/wp-content/themes/2.0/images/body.png) repeat-x;
	font-family:Verdana;
	font-size:14px;
}
/*
 * Cabecera de la página
 */
#topmenu {
	padding-top:0px;
	height:27px;
	background:url(http://www.caerolus.com/wp-content/themes/2.0/images/topmenu.png) repeat-x;
}
	#topmenu .contents {
		margin-left:auto;
		margin-right:auto;
		width:970px;
		text-align:right;
		font-size:12px;
		color:#dddddd;
	}
	#topmenu .contents .contents {
		float:right;
		width:auto;
	}
		#topmenu a {
			color:#dddddd;
		}
		#links {
			float:left;
			padding-top:4px;
			margin-right:10px;
		}
		#searchfield {
			width:126px;
			height:15px;
			border-width:0px;
			padding-left:5px;
			padding-right:5px;
			text-align:right;
			background-color:#eeeeff;
		}
		#searchsubmit {
			background:url(http://www.caerolus.com/wp-content/themes/2.0/images/search.png) no-repeat;
			width:25px;
			height:25px;
			border-width:0px;
			text-indent: -900em;
			line-height:0px;
		}
#topcontent {
	margin-left:auto;
	margin-right:auto;
	height:105px;
	width:972px;
	background:url(http://www.caerolus.com/wp-content/themes/2.0/images/topcontent.png) no-repeat;
}
	#logo {
		margin-left:15px;
		margin-top:13px;
		float:left;
	}
/*
 * Cuerpo de la página
 */
#container {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	padding:20px;
	background:#d3d7da url(http://www.caerolus.com/wp-content/themes/2.0/images/container.png) repeat-x;
	border-left:1px solid #eeeeff;
	border-right:1px solid #eeeeff;
	font-size:13px;
	color:#555566;
}
#container2 {
	margin-left:200px;
	width:730px;
}
	/*
	 * Barras Laterales
	 */
	#leftcontent {
		margin:0px 20px 0px 0px;
		float:left;
		width:180px;
	}
	#rightcontent {
		float:right;
		margin:0px 0px 0px 0px;
		width:180px;
	}
		#leftcontent h2 , #rightcontent h2 {
			margin:0px 0px 10px 0px;
			font-size:18px;
			font-weight:normal;
			color:#333333;
			letter-spacing:-1px;
		}
		#leftcontent a, #rightcontent a {
			color:#334477;
		}
		#leftcontent ul, #rightcontent ul{	
			margin-top:8px;
			padding-left:20px;
		}
		#leftcontent li, #rightcontent li {
			border-bottom: 1px solid #888888;
			padding:5px 0px 4px 0px;
			list-style-image:url(http://www.caerolus.com/wp-content/themes/2.0/images/linkarrow.png);
		}	
		#rightcontent li.opcion {
			text-align:right;
			list-style:none;
		}
		#rightcontent .navegacion {
			text-align:center;
		}
		#rightcontent .navegacion a:hover {
			text-decoration:none;
		}
	/*
	 * Contenido central
	 */
	#centercontent {
		float:left;
		margin:0px 0px 0px 0px;
		width:550px;
	}
		.entry {
			margin-bottom:10px;
			padding-top:15px;
			background:url(http://www.caerolus.com/wp-content/themes/2.0/images/entry.top.png) no-repeat;
			font-size:14px;
			color:#222222;
		}
			.entry a, .entry a:hover {
				color:#1155aa;
			}
			.entry h1 {
				margin:0px 0px 10px 0px;
				font-size:28px;
				font-weight:normal;
				line-height:normal;
				letter-spacing:-2px;
			}
				.entry h1 a, .entry h1 a:hover {
					color:#222222;
					text-decoration:none;
				}
			.entry h2 {
				margin:8px 0px 8px 0px;
				font-size:20px;
				font-weight:normal;
				line-height:normal;
			}
			.entry .contents {
				background:url(http://www.caerolus.com/wp-content/themes/2.0/images/entry.contents.png) repeat-y;
			}
			.entry .contents .contents {
				padding-left:16px;
				padding-right:36px;
				padding-bottom:1px;
				background:url(http://www.caerolus.com/wp-content/themes/2.0/images/entry.contents.contents.png) no-repeat;
				line-height:20px;
			}
			.entry .bottom {
				height:70px;
				padding-top:1px;
				padding-left:16px;
				padding-right:36px;
				background:url(http://www.caerolus.com/wp-content/themes/2.0/images/entry.bottom.png) no-repeat;
				font-size:10px;
				text-align:right;
				color:#334455;
			}
			.entry .bottom2 {
				height:70px;
				padding-top:6px;
				padding-left:16px;
				padding-right:36px;
				background:url(http://www.caerolus.com/wp-content/themes/2.0/images/entry.bottom.png) no-repeat;
				font-size:10px;
				text-align:right;
				color:#334455;
			}
			.entry .relacionadas {
				background:url(http://www.caerolus.com/wp-content/themes/2.0/images/relacionadas.png) no-repeat;
				background-position:right top;
				margin:0px;
				padding:15px 0px 0px 0px;
				color:#888888;
				font-size:11px;
				line-height:normal;
			}
	/*
	 * Anotaciones anteriores y Descripción de categoría
	 */
	.anteriores {
		padding-top:15px;
		background:url(http://www.caerolus.com/wp-content/themes/2.0/images/anteriores.top.png) no-repeat;
	}
		.anteriores h2 {
			margin:0px;
			font-size:20px;
			color:#444444;
			font-weight:normal;
		}
		.anteriores .contents {
			padding-left:20px;
			padding-right:40px;
			background:url(http://www.caerolus.com/wp-content/themes/2.0/images/anteriores.contents.png) repeat-y;
			color:#222222;
		}
			.anteriores ul {
				margin-bottom:0px;
				padding-left:15px;
			}
			.anteriores p, .descripcion p {
				margin-bottom:0px;
			}
			.anteriores a, .anteriores a:hover, .descripcion a, .comentarios a {
				color:#334477;
			}
		.anteriores .bottom {
			height:35px;
			background:url(http://www.caerolus.com/wp-content/themes/2.0/images/anteriores.bottom.png) no-repeat;
		}
	.descripcion {
		padding-top:15px;
		background:url(http://www.caerolus.com/wp-content/themes/2.0/images/descripcion.top.png) no-repeat;
	}
		.descripcion h1{
			margin:0px;
			font-size:26px;
			color:#445566;
			font-weight:normal;
		}
		.descripcion .contents {
			padding-left:20px;
			padding-right:40px;
			background:url(http://www.caerolus.com/wp-content/themes/2.0/images/descripcion.contents.png) repeat-y;
			color:#222222;
		}
		.descripcion .bottom {
			height:35px;
			background:url(http://www.caerolus.com/wp-content/themes/2.0/images/descripcion.bottom.png) no-repeat;
		}
	/*
	 * Comentarios
	 */
	.comentarios h2 {
		font-weight:normal;
		margin-top:0px;
		font-size:22px;
		color:#333333;
	}
		.comment a, .comment2 a {
			color:#3344aa;
			text-decoration:underline;
		}	
		.comment {
			border-left: 3px solid #ccc;
			margin:15px 60px 15px 20px;
			padding:1px 15px 0px 15px;
			text-align:left;
			color: #555566;
		}
		.comment2 {
			border-left: 3px solid #ccc;
			margin:15px 60px 15px 20px;
			padding:1px 15px 0px 15px;
			text-align:left;
			color: #555566;
			background-color:#dbdfe2;
		}
		.commentmeta{
			border-bottom:1px solid #aab;
			border-right:1px solid #aab;
			margin:15px -15px 0px -17px;
			padding:3px 8px 6px 15px;
			text-align:right;
			color: #556677;
			background-color:#ccccd3;
		}
			.commentmeta a {
				color:#555560;
				text-decoration:none;
			}
			.commentmeta a:hover {
				text-decoration:underline;
			}
/*
 * Pie de página
 */
#bottomcontent {
	border-bottom:1px solid #eeeeff;
	font-size:12px;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:-20px;
	padding-left:220px;
	padding-right:220px;
	padding-bottom:10px;
	clear:both;
	color:#666666;
	background:#8591a1 url(http://www.caerolus.com/wp-content/themes/2.0/images/bottomcontent.png) repeat-x;
}
#bottomcontent p {
	margin:0px 0px 10px 0px;
	padding-bottom:0px;
}
	#bottomcontent a, #bottomcontent a:hover, #bottomcontent a:visited{
		color:#334488;
	}
