/*  
Theme Name: Thyssen Congreso B
*/

/*-- ESTRUCTURA
---------------------------------------------------------------*/
body{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main{
	width: 762px; /*Anchura del contenedor principal*/
	margin: 0 auto; /*Centrar contenedor en la pagina*/
}

.main-inner{
	background-color: #fff;
	padding: 9px;
	border: solid 1px #8394a0;
}

#top{
	height: 300px; /*Altura de la seccion top*/
}

.top-inner{
	padding: 10px;
}

#top h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	background-color: #fff;
	float: left;
	width: 100%;
}

#contentCol{
	margin-right: 205px; /*Margen derecho igual a anchura de columna derecha*/
}

.content-inner{
	padding-right: 37px;
	padding-bottom: 37px;
	padding-left: 37px;
}

#rightCol{
	font-size: 12px;
	float: left;
	width: 205px; /*anchura de columna derecha*/
	margin-left: -205px; /*Margen izquierdo igual a -(AnchuraColumnaDerecha) */
	background: white;
}

.right-inner{
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer{
	clear: left;
	width: 100%;
	background: white;
	padding: 4px 0;
}

.footer-inner{
	padding: 10px 35px 10px 37px;
}


/*-- CABECERA
---------------------------------------------------------------*/

#img_header {
	background-image: url(images/img_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 740px;
	height: 228px;
}

#headerwrapper {
	width: 740px;
	height: 103px;
}

#blog_logo {
	width: 156px;
	float: left;
	padding-top: 10px;
	padding-left: 27px;
}

#blog_title {
	padding-top: 10px;
}

/*-- COLUMNA DERECHA
---------------------------------------------------------------*/
.search_form {
	padding-top: 20px;
}

.search_input {
	width: 130px;
}

.submit {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	background-color: transparent;
	border-style: none;
	border-width: 0;
}

#rightCol h2 {
	font-size: 12px !important;
	font-weight: 700;
	padding-top: 20px;
}

#rightCol li {
	padding-left: 25px;
}

.right_logos {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.small { font-size: 10px; }

/*-- CONTENIDO
---------------------------------------------------------------*/
.post_data {
	color: #666;
	font-size: 12px;
}

.author {
	color: #000;
}

.post_text {
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post_links {
	color: #999;
	text-align: right;
	padding-bottom: 40px;
	border-bottom: 1px solid #999;
}

.navigation{ padding-top: 10px; border-top: 1px solid #999; }

.comments {
	padding-top: 20px;
}

#comments {
	margin-bottom: 1.5em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.comment_text {
	margin-bottom: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ececec;
}

#comment {
	width: 450px;
	margin-bottom: 0.5em;
}

/*-- PRINCIPALES ELEMENTOS
---------------------------------------------------------------*/

p{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h2 {
	color: #333;
	font-size: 13px;
	font-weight: 700;
	padding-top: 37px;
}

h3 {
	font-size: 12px;
	font-weight: 700;
}

acronym, abbr, span.caps {
	cursor: help;
}

/*--------------------links--------------------*/

a:link,a:visited,a:active {
	color: #666;
	text-decoration: none;
}

a:link:focus,a:hover {
	color: #ccc;
	text-decoration: underline;
}


#rightCol a:link,a:visited,a:active {
	color: #000;
	text-decoration:none;
}

#rightCol a:link:focus,a:hover {
	color: #666 !important;
}

#post_links a:link,a:visited,a:active {
	color: #666;
	text-decoration:none;
}

#post_links a:link:focus,a:hover {
	color: #CCC;
}

a.dashed {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #19415e;
}

h2 a:link,a:visited,a:active {
	color: #333;
}

h2 a:link:focus,a:hover {
	color: #666;
}

/* Auxiliares globales
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}

* {
	padding:0;
	margin:0;
}

select {
	min-width:1.5em;
}

img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style-type: none;
}

* html ul li a {
	height: 1%;
}