@CHARSET "UTF-8";

div#main
{
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div#main h2, div#main h3
{
	margin: 0px;
	margin-bottom: 15px;
	text-align: left;
}

div#main img
{
	max-width: 100%;
}


.thumbnail
{
	display: inline-block;
	background: #D8E7F7;
	width: 32%;
  text-align: center;
  outline: 1px solid #4E8CD5;
  margin: 0px 1% 20px 0px;
  zoom: 1;
  *display: inline;
}

.featured
{
	background: #4E8CD5;
}

.thumbnail h3
{
  text-align: left;
  max-width: 96%;
  margin: 0px 0px 10px 0px;
  padding: 5px 2%;
  background: #4E8CD5;
  color: #D8E7F7;
}

.thumbnail img
{
	max-width: 96%;
	margin-bottom: 10px;
}

div#contenido
{ 
	text-align: left;
}

#tiradiv
{
	position: relative;
	display: inline-block;
	width: 99%;
	border-top: 2px groove  #4E8CD5;
	background: #D8E7F7;
	height: 48px;
	margin: 15px 0px 60px;
}

#tiradiv .next
{
  position: absolute;
  right: 5px; 
}

#tiradiv .prev
{
  position: absolute;
  left: 5px; 
}

#tiradiv .foro
{
	position: absolute;
  top: 10px;
  left: 100px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;	
}

#tiradiv .foro img
{ 
	float: left;
	margin-right: 10px;
}

#tiradiv .fecha
{
  position: absolute;
  top: 10px;
  right: 100px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle; 
}

#tiradiv #archivolink
{
	position: absolute;
	display: block;
	top: 10px;
  left: 50%;
	width: 100px;
  height: 22px;
  margin-left: -50px;
  font-size: 1.2em;
}

#tiradiv #archivolink a, #tiradiv #archivolink a:link, #tiradiv #archivolink a:visited
{
	color: #000090;
	text-decoration: none;
}

#tirasrss
{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 10px;
	top: 10px;
}

#tirasrss img
{
  width: 24px;
  height: 24px;
}



table.archive
{
	width: 100%;
}

table.archive thead th
{
  font-weight: bold;
  background: #B9D3EE;
  padding: 5px;
}


table.archive tbody th
{
	font-weight: bold;
	background: #B9D3EE;
	width: 50px;
	text-align: center;
}

table.archive tr:hover td
{
  background: #D8E7F7;
}

table.archive td a, table.archive td a:link, table.archive td a:visited
{
	color: #000090;
}


table.archive th.size
{
	width: 5em;
}

table.archive td.size
{
  width: 5em;
  text-align: right;
}

table.archive .date
{
  width: 7em;
}


