/* CSS Document */

body {
color: black; 
font-size: .7em; 
text-align: center;
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 0.8em;
background: #E3F3FE;
color: #333;
line-height: 1.3em;
}

a {
	color: #00f;	
	text-decoration:none;
}
a:visited {
	color: #00f;
}
a:hover {
	color: #000;
	text-decoration:underline;
}

form, select, input, radio, checkbox {
	padding: 0;
	margin: 0;
}

.noimage img {display: none;}

#contenedor {
text-align: left;
margin: 0 auto;
width: 760px;
padding: 0 0 1em 0;
position: relative;
background: #ffffff;
border: solid 1px #c0c0c0;
}

/*- Cabeceras */

#cab {
background: #ffffff;
height: 60px;
margin-bottom: 15px;
}

#cab h1 {
font: 30px 'trebuchet ms', sans-serif;
color: #CC0000;
margin: 0;
padding: 5px 15px;
}

#cab h1 a {
color: #CC0000;
text-decoration: none;
}
#tmnu { text-align: right; color: #fff }
#tmnu a { color: #fff; font-weight: bold }
#tmnu a:hover { color: #fff; font-weight: bold; text-decoration: underline overline }
/* abajo de cabecera */

#logo {
	
	float: left;
	width: 300px;
	height: 5px;
	margin: 5px;
	font-family: Verdana, Tahoma, Arial, Serif;
	font-size: 11px;
}
#logo img {border: 0;}

#busqueda {
	margin: 0px 0 0 10px;
	padding: 5px;
	width: 350px;
	float: right;
	font-family: Verdana, Tahoma, Arial, Serif;
	font-size: 11px;
	color: #000;
}

/* contenido */

#main 
{
	margin:0 auto;
	padding:0;
	width:720px;
}

#contenido {
	width:720px;
	padding:5px;
	margin:0;
}

/* Formateo de texto */
h1 { font-size: 1.6em; margin: 0px; padding: 0px }
h2 { font-size: 1.1em }

/* Mensajes */

.titulo{ font-size: 18px; font-family:Arial; color:#999; font-weight: normal; letter-spacing: -1px; display: block; overflow: hidden; width: 100%; height: 17px; line-height: 17px }
.titulodeprueba{ border-top: 1px solid #999; border-bottom: 1px solid #999; /*display: table;*/ width: 100%}

.post-info 
{
	font-size:0.85em;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
}
.post-info a
{
	color:#00f;
}
.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:#00f;
}
.post-content {
	padding:10px 0;
	margin:3px 0;
	border-top:#BBC4A3 1px solid;	
	font-family: Verdana, Tahoma, Arial, Serif;
	font-size:13px;
}
.mensajes-derecha {
	float: right;
	width: 165px;
	margin: 0;
	text-align: left;
	padding-left: 10px;
	border-left: 2px dashed #c90404;
	font-family: Verdana, Tahoma, Arial, Serif;
	font-size: 11px;

}
.mensajes-mini {
	font-family: Verdana, Tahoma, Arial, Serif;
	color: #333;
	font-size: 11px;

}

/* Tipos de mensaje */

#responder { text-align: center; margin-top: 10px; background-color: #fffacb; padding: 4px; border: solid 1px #f00 }

.azul {
	background: #9DD1F2;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	margin: 10px auto;
	padding: 10px;
	font-size:18px;
	color: #227EE9;
}

.azul a {
	color: #227EE9;
	text-decoration: none;
}
.azul a:visited {
	color: #227EE9;
}
.azul a:hover {
	text-decoration: none;
}

.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: none;
}
.rojo a:visited {
	color: #c90404;
}
.rojo a:hover {
	color: #000000;
	text-decoration: underline;
}
.gris {
	background: #efefef;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	margin: 10px auto;
	padding: 10px;
	font-family:Georgia, Arial, Serif;

}
.gris a, .gris a:visited {
	text-decoration: underline;
}
.gris a:hover {
	color: #000;
	text-decoration: underline;
}
.gris h1 {
	font-size:1.6em;
}
.verde {
	background: #E3EBCC;
	border-top: 2px solid #759D00;
	border-bottom: 2px solid #759D00;
	margin: 10px auto;
	padding: 10px;
	font-size:18px;
}
.verde a, .verde a:visited, .verde a:hover{
	text-decoration: none;
}

/* 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: #FFA8A8;
	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;
}

/* Pie */
.alphaIdx { font-weight: bold; list-style-type: none; margin: 10px 0 0 0; padding: 0; text-align: center }
.alphaIdx li { display: inline; text-align: center }
.alphaIdx li a { padding: 0 4px 0 4px; }
.alphaIdx li a:hover  { background-color: #efefef }
