/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.9em;
	text-align:center;
	color:#29303B;
	line-height:1.3em;
	background: #F3F6ED;
}
a {
	color: #BFA04C;	
	text-decoration:none;
}
a:visited {
	color: #BFA04C;
}
a:hover {
	color: #333;
	text-decoration:underline;
}

form, select, input, radio, checkbox {
	padding: 0;
	margin: 0;
}

.noimage img {display: none;}

/*- Cabeceras */

#rap 
{
	background:#fff url('images/rap.jpg') center repeat-y;
	width:760px;
	margin:0 auto;
	padding:0px 8px;
	text-align:left;
	font-family: Trebuchet MS,Georgia, Arial, serif;
	font-size: 0.9em;
}
#header {
	background:#fff url('images/top.jpg') no-repeat bottom; 	
 	height: 183px;
	margin: 0 auto;
	width:760px;
	padding:0;
	border:#fc9 0px solid;
}
#header h1 
{
	margin: 0;	
	font-size: 1.6em;	
	padding:10px 20px 0 0;
	text-align:right;	
}
#header h1 a 
{
	color:#F8F3ED;
	text-decoration:none;
}
#header h1 a:hover 
{
	color:#F7F3ED;
}

#header #desc
{
	font-weight:normal;
	font-style:italic;
	font-size:1em;
	color:#B5C09D;
	text-align:right;
	margin:0;
	padding:0 20px 0 0;
}
#topnav 
{
	list-style:none;
	font-size:0.9em;
	margin:0 auto;	
	padding:12px 20px 0 0;
	text-align:right;	
	font-family:Verdana, Arial, Sans-Serif;
}
#topnav li 
{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	font-weight:bold;
}

#topnav li a:link, #topnav li a:visited
{
	text-decoration:none;	
	color: #725D3C;
}
#topnav li a:hover, #topnav li a:active
{
	color:#BFA04C;	
}

/* contenido */

#main 
{
	margin:0 auto;
	padding:0;
	background: url('images/content_bg.gif') repeat;
	width:740px;
}
#contenido {
	width:727px;
	padding:5px;
	margin:0;
}

/* Mensajes */

.post-info 
{
	font-size:0.85em;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
}
.post-info a
{
	color:#BFA04C;
}
.post-info a:hover 
{
	color:#000;
}
.post-title {
	font-family:Georgia, Arial, Serif;
	font-size:1.8em;
	margin:0;
	padding-bottom:2px;
	padding-top:5px;
	font-weight: bold;
}
.post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:#725D3C;
}
.post-content {
	padding:10px 0;
	margin:3px 0;
	border-top:#BBC4A3 1px solid;	
	font-family: Verdana, Arial, serif;
	font-size:12px;
}
.mensajes-derecha {
	float: right;
	width: 165px;
	margin: 0;
	text-align: left;
	padding-left: 10px;
	border-left: 2px dashed #c90404;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}
.mensajes-mini {
	font-family: Arial;
	font-size: 11px;

}
.mensaje-ad { background-color: #ffffff; float: left; clear:left; margin:0px 0px 0px 0px; width:336px; }


h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 0 0 40px;
	color: #000;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	margin:0;
	}

h1 a:hover {
	text-decoration: underline;
	}


/* Tipos de mensaje */

.azulado {
	background: #9DD1F2;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	margin: 10px auto;
	padding: 10px;
	font-size:18px;
	color: #227EE9;
}

.azulado a{
	color: #227EE9;
	text-decoration: dashed;
}

.azulado a:hover{
	text-decoration: none;
}

.amarillo {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin: 10px auto;
	padding: 10px;
	text-align:center;
}

.amarillo a {
	color: #888;
	text-decoration: dashed;
}

.amarillo a:hover{
	text-decoration: none;
}

.verde {
	background: #D0F29D;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	margin: 10px auto;
	padding: 10px;
	font-size:18px;

}

.rojo{
	background: #ffcccc;
	border-top: 2px solid #c90404;
	border-bottom: 2px solid #c90404;
	padding: 10px;
	color: #c90404;
	font-size: 18px;
}

.rojo a {
	color: #c90404;
	text-decoration: dashed;
}



/* seguido de cabecera */


#logo {
	
	float: left;
	width: 250px;
	height: 70px;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}
#logo img {border: 0;}

#busqueda {
	margin: 10px 0 0 10px;
	padding: 5px;
	width: 400px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}

/* MENU superior */

		ul#cabeceranavegacion {
			font: bold 11px verdana, arial, sans-serif;
			list-style-type: none;
			padding-bottom: 24px;
			border-bottom: 1px solid #000000;
			margin: 0;
		}
		ul#cabeceranavegacion li {
			float: left;
			height: 21px;
			background-color: #EAE4D6;
			margin: 2px 2px 0 2px;
			border: 1px solid #000000;
		}
		li#active a {
			border-bottom: 1px solid #FFFFFF;
			background-color: #FFFFFF;
		}
		li#active a {
			color: #000000;
		}
		#cabeceranavegacion a {
			float: left;
			display: block;
			color: #000000;
			text-decoration: none;
			padding: 4px;
		}
		#cabeceranavegacion a:hover {
			background: #FFFFFF;
		}

.avatar {
	margin: 0;
	padding: 0;
}

.avatar img {
	padding: 4px;
	margin: 5px 0;
	background-color: white;
	border: 1px solid #ccc;
	color: #000;
}


.main-left {
	float: left;
	padding: 5px 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 535px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.topic_icons img {
	padding-right: 7px;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	font-style: italic;
}

.code {
	font-family: "Courier New", Courier, mono, serif;
	font-size: 11px;
	font-style: normal;
	background-color: #fff;
	color: #000;
}



