/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f7f7f7 url('images/kubrickbgcolor.jpg') repeat-x top center;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: black url('images/kubrickheader.jpg') no-repeat bottom center;
	}

/*#headerimg 	{ 
	margin: 0px 9px 0;
	height: 50px; 
	width: 1024px; 
	} */

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background: #f8f8f8 url('images/comment.jpg') no-repeat top; 
	border: 1px solid #ddd;
   
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	padding-top: 0px;
	text-indent: 0px;
	}


h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333; 
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: none;
	text-decoration: none;
	}


.entry p a:visited {
	color: #A40004;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #A40004;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 1024px;
	border: 1px solid #959596;
	}

#header {
	background-color: black;
	margin: 0 0 0 0px; 
	padding: 0px; 
	height: 50px; 
	width: 1024px;
	}

#headerimg {
	margin: 0;
	height: 100px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 5px 0px 20px 0px;
	margin: 0px 0px 0px 10px;
	width: 762px; /*Ancho del Post*/
	}

html>body .narrowcolumn{
	margin: 0px 0px 0px 20px;
	}


.widecolumn {
	padding: 10px 0 20px 0px;
	margin: 5px 0 0 150px;
	width: 600px;
	}
.post_close 
{
	border: 1px solid #808080;
	border-style: solid solid solid none;
	margin-left: -10px;
	width: 409px;
	height: 2px;
	line-height: 0px;
	font-size: 0px;
}
.post {  /*Aqui se define cada post*/
	margin: 5px 0px 0px 0px;
	text-align: justify;
	border: 1px solid #808080;
	border-style: solid solid none solid;
	padding: 0px 10px 0px 10px;
	background: #f7f7f7 url('images/post.jpg') no-repeat top center;
	}
html>body .post {
	margin: 5px 0px 0px 0px;
}

.post hr {
	 display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer 
{
	padding: 0;
	padding-top: 5px;
	margin: 0 auto;
	width: 1024px;
	height: 58px;
	clear: both;
}

#footer p {
	margin-top: 25px;
	/*padding: 19px 0;*/
	text-align: center;
	color: #EBF7E1;
	}
html>body #footer p 
{
	margin-top: 19px;
}
#footer a {
	color: #FFCC33;
	}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background: black url('images/tipobusqueda.jpg') repeat-x top center;
	color: #DAD6EF;
}

#sidebar h2 {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: black url('images/optmenuleft.jpg') no-repeat bottom center;
	color: #D6F0FE; 
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	margin-left: 20px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
	}

.alignright {
	float: right;
	margin-right: 5px;
	background: black url('images/text_line.jpg') repeat-x top center;
	width: auto;
	height: 18px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 5px;
	color: #FFEAD5;
	font-weight: bold;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #8C8C8C;
	}

.alignleft {
	float: left;
	margin-left: 5px;
	background: black url('images/text_line.jpg') repeat-x top center;
	width: auto;
	height: 18px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 3px;
	color: #FFEAD5;
	font-weight: bold;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #8C8C8C;
	}
.alignleft a, .alignleft a:visited, .alignright a, .alignright a:visited{
	color: #FFEAD5;
	font-weight: bold;
}
.alignleft a:hover, .alignright a:hover{
	color: #FFDCB9;
	font-weight: bold;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
        margin-right: 5px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: -32px 0px 0px 890px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	}
#s {
	height: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #0505A9;
	}
#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	margin-left: 20px;
	}

#commentform textarea {
	width: 700px;
	padding: 10px;
	margin-left: 20px;
	border: 1px solid #808080;
	}

#commentform #submit {
	margin: 0;
	margin-right: 20px;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 3px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	float: right;
	margin-top: -16px;
	display: block;
	color: white;
	}
html>body .commentmetadata
{
	margin-top: 0px;
}
.commentmetadata a, .commentmetadata a:visited  {
	color: white;
}
.commentmetadata a:hover {
	color: #DCDBF2;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0px 10px 0px;
	margin-left: 787px;
	margin-top: 10px;
	width: 212px;
	border: 1px solid #808080;
	background-color: #F7F7F7;
	}
html>body #sidebar
{
	margin-left: 790px;
}
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	/*margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;*/
	border: 2px solid #2583BA;
	border-style: none none none solid;
	background-color: #D0D9EA; /*#DDE3F0*/
	width: auto;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	color: #000000;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}

/* End Various Tags & Classes*/

/*More*/
.post .entry {
	padding-top: 7px;
	color: #000000;
	}
html>body .post .entry {
	padding-top: 15px;
}

.post .time {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-right: 0px;
	text-align: justify;
	margin-top: -1px;
}

html>body .post .time {
	margin-top: 1px;
}

.post .title, .post .title a:visited, .post .title a:link, .post .title a:hover {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #EEFDD7;
	padding-top: 2px;
	text-decoration: none;
	}
.post .title a:hover {
	background: url('images/postb.png') repeat-x 0px 3px;
	margin-left: 0px;
	}
#content .postmetadatasmall {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	text-align: center;
	background-color: #f7f7f7;
	border: solid #808080;
	border-width: 0px 1px 1px 1px;
	padding: 0px 0px 2px 0px;
	margin-left: 410px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
html>body #content .postmetadatasmall {
	margin-top: 0px;
}
#content .postmetadatasmall a
{
	color: #D93600;
	text-decoration: none;
	font-weight: normal;
}
#content .postmetadatasmall a:hover
{
	color: #D93600;
	border: 1px solid #BB2F00;
	border-style: solid none solid none;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFF5F2;
}
#content .postmetadatasingle {
	text-align: center;
	background-color: #F7F7F7;
	border: 1px solid #808080;
	margin-left: 20px;
	margin-right: 20px;
	}
.tags {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	text-align: left;
	border: dashed #808080;
	background-color: #E1E1E1;
	border-width: 1px 0px 1px 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -5px;
	margin-bottom: 10px;
	}
html>body .tags {
	margin-top: 0px;
}
.tags a, .tags a:visited {
	color: #007549;
}
#author {
	font-size: 12px;
	color: #E1FFE1;
}
#author a {
	font-size: 12px;
	color: #C4FFC4;
}
p #author {
	color: #E1FFE1;
	background: black url('images/text_line.jpg') repeat-x top center;
}
p #email {
	color: #E1F1FF;
	background: black url('images/text_line.jpg') repeat-x top center;
}
p #url {
	color: #FFF4CA;
	background: black url('images/text_line.jpg') repeat-x top center;
}
.conectado{
	text-align: right;
	padding-right: 20px;
	font-size: 10.0px;
}
.datosclass{
	background-color: #F9F9F9;
	margin: 0px 350px 0px 20px;
	padding-bottom: 2px;
	padding-top: 0px;
	border: 1px dashed #808080;
	}

 
.link_page {
	width:140px; 
	height:35px; 
	margin-top:0px; 
	margin-left: 0px; 
	}
.link_page a{
	width:140px; 
	height:35px; 
	display:block;	
	}
#galeria 
{
	padding: 0px 0px 10px 0px;
	margin-left: 790px;
	margin-top: 15px;
	width: 225px;
	border: 1px solid #808080;
	background-color: #F7F7F7;
    padding : 0px;
}

#galeria_mini 
{
	background-color: #F7F7F7;
	width: 975px;
	margin-top: 2px;
	margin-left: 24px;
	border: 1px solid #959596;
}

#fecha_post
{
	width: auto;
	white-space: nowrap;
}
#sidebar ul li ul
{
	margin: 10px 10px 5px 10px;
}
#sidebar ul li
{
	margin: 0px 0px 10px 0px;
}
#sidebar ul li ul li
{
	margin: 3px 0px 3px 0px;
}
#sidebar ul ul li
{
	background: url('images/punto.gif') no-repeat 0px 2px;
	padding-left: 14px;
}

#sidebar ul li ul li a
{
	color:#3D5100;
	text-decoration: none;
}
#sidebar ul li ul li a:hover
{
	background-color: #F4FFD2;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #283500;
}
#sidebar ul li ul .comentario a
{
	color: #3366CC;
	text-decoration: none;
}
#sidebar ul li ul .comentario a:hover
{
	background-color: #E0E8F8;
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #203F7D;
	border-style: solid none solid none;
}
.post .entry p a
{
	color: #8D1103;
	text-decoration: none;
	font-weight: normal;
}
.post .entry p a:hover
{
	background-color: #FFFFFF;
	color: #8C0003;
	border: 1px solid #620002;
	border-style: solid none solid none;
	text-decoration: none;
	font-weight: normal;
}
#archivo_desplegable
{
	width: auto;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	background-color: #F3F3F3;
	border-style: solid;
	border-color: #B7B7B7;
	border-width: 1px;

}
.avatar-autor
{
	background:#fff;
	/*border:1px solid #ddd;*/
	display:inline;
	float:none;
	margin-right: 0px
	margin-left: 0px;
}
.comment-box
{
	background: none;
	display: block;
	float: none;
	width: 656px;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.comment-box p
{
	margin-top: 0px;
}
.commentlist li table
{
	margin-top: 5px;
}
.commentlist li table td
{
	background: none;
	vertical-align: top;
}


/*Estilos en CSS3*/
#galeria_mini img
{
	/*-webkit-transition: -webkit-transform 0.1s ease-in;*/
}
#galeria_mini img:hover
{
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transform: scale(1.04);
	box-shadow: 0 0 5px #666;
}
.post img
{
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
}
.post a img:hover
{
	-moz-box-shadow: 0 0 6px #4F4F4F;
	-webkit-box-shadow: 0 0 6px #4F4F4F;
	box-shadow: 0 0 6px #4F4F4F;
}
#sidebar ul li ul li a
{
	display: inline;
}
#sidebar ul li ul li a:hover
{
	/*background-color: #F4FFD2;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #283500;*/
	-moz-box-shadow: 0 0 1px #7F7F7F;
	-webkit-box-shadow: 0 0 1px #7F7F7F;
	box-shadow: 0 0 1px #7F7F7F;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 2px 2px 2px #CECECE;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}
#sidebar ul li ul .comentario a:hover
{
	-moz-box-shadow: 0 0 1px #7F7F7F;
	-webkit-box-shadow: 0 0 1px #7F7F7F;
	box-shadow: 0 0 1px #7F7F7F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#sidebar ul li ul .comentario
{
	border: 1px solid #E0E0E0;
	border-style: solid none solid none;
	background: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
#sidebar ul li ul .comentario:hover
{
	-moz-box-shadow: 0 0 1px #7F7F7F;
	-webkit-box-shadow: 0 0 1px #7F7F7F;
	box-shadow: 0 0 1px #7F7F7F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background-color: #F4F4F4;
	background:-moz-linear-gradient(top, #EBEBEB, #FFFFFF);
	background:-webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#FFFFFF));

}
#content .postmetadatasmall a:hover
{
	-moz-box-shadow: 0 0 1px #7F7F7F;
	-webkit-box-shadow: 0 0 1px #7F7F7F;
	box-shadow: 0 0 1px #7F7F7F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.post .entry p a:hover
{
	-moz-box-shadow: 0 0 1px #7F7F7F;
	-webkit-box-shadow: 0 0 1px #7F7F7F;
	box-shadow: 0 0 1px #7F7F7F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.tags a:hover
{
	font-weight: normal;
	font-style: none;
	text-decoration: none;
	border: 1px solid #0B6688;
	border-style: solid none solid none;
	background: #51B83A;
	color: #FFFFFF;
	-moz-box-shadow: 0 0 1px #7F7F7F;
	-webkit-box-shadow: 0 0 1px #7F7F7F;
	box-shadow: 0 0 1px #7F7F7F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.post .title a:hover
{
	-moz-box-shadow: 0 0 1px #7F7F7F;
	-webkit-box-shadow: 0 0 1px #7F7F7F;
	box-shadow: 0 0 1px #7F7F7F;
	-moz-border-radius: 15px 15px 6px 6px;
	-webkit-border-radius: 15px 15px 6px 6px;
	border-radius: 15px 15px 6px 6px;
}
.post .title a:before {
	content: ".   ";
	}
.post .title a:after {
	content: "   .";
	}
.espacio1
{
	width: auto;
	height: 5px;
	display: block;
	float: none;
}
.compartir
{
	width: auto;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
}

.twitter
{
	border:none; 
	overflow:hidden; 
	width:120px; 
	height:21px; /*Para todos los navegadores menos IE8*/
}
.twitter, #ie8#fix /*Al aņadir #ie8#fix, logro que el IE8 lo ignore*/
{
	height:20px;
}
