	    body {
	    	background-color: #222;
			background-image: url('http://www.gorkalimotxo.net/tumblr/fondo_blog.gif');
			background-repeat: repeat;	        
			margin: 0px;
	        padding: 0px;
	        font-family: "museo-sans-1","museo-sans-2",sans-serif;
	        font-weight: 300;
	        font-size: 14px;
	        color: #333;
	    }

	    #container {
	        width: 790px;
	        padding: 25px;
			margin: 0px auto 0px auto;
	        background-color: #fff;
	        border-bottom: solid 8px #ff0000;
	    }
	    
	    
	    
	    #cabecera {
			width: 100%;
			margin-right: auto;
			margin-left: auto;
			height: 348px;
			background-image: url('http://www.gorkalimotxo.net/tumblr/fondo_cabecera.gif');
			text-align: center;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#titulo {
			background-image: url('http://www.gorkalimotxo.net/tumblr/cabecera_bentos.png');
			#background-image: url('http://www.gorkalimotxo.net/tumblr/cabecera_bentos.gif');
			_background-image: url('http://www.gorkalimotxo.net/tumblr/cabecera_bentos.gif');	
			padding: 0px;
			height: 305px;
			width: 790px;
			margin-right: auto;
			margin-left: auto;
		}
		
		#titulo h1 {
			margin: 0px;
			padding: 0px;
			height: 305px;
			width: 790px;
		}

		#titulo h1 a {
			display: block;
			height: 305px;
			width: 790px;
			text-indent: -9999px;
		}
		
		#menu {
			position: relative;
			padding: 0px;
			height: 43px;
			width: 790px;
			margin-right: auto;
			margin-left: auto;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		
	    
        img#rss {
            width: 36px;
            height: 19px;
            border-width: 0px;
            float: right;
            margin-left: 30px;
            margin-bottom: 10px;
        }

	    h1 {
	        color: #ff0071;
	        margin: 0px 0px 0px 0px;
	        font-weight: normal;
	        font-size: 40px;
	        letter-spacing: -1px;
	    }

	    h1 a {
	        color: #ff0071;
            text-decoration: none;
        }
	    
	    #description {
	        color: #111;
	        font-size: 28px;
	        text-align: center;
	        margin-bottom: 10px;
	        letter-spacing: -1px;
	    }
	    
	    .date {
	        margin: 30px 0px 10px 0px;
	        color: #ff5d00;
	        font-family: "museo-1","museo-2",sans-serif;
	        font-size: 36px;
	        text-align: center;
	        font-weight: 700;
	        letter-spacing: -1px;
	        border-bottom: solid 2px #ff5d00;
	    }
	    
	    div.post {
            margin-bottom: 40px;
            position: relative;
        }

	    div.post img.permalink {
            border-width: 0px;
            width: 23px;
            height: 9px;
            position: absolute;
            top: 5px;
            right: 5px;
            display: none;
        }

            div.post:hover img.permalink {
                display: block;
            }

        div.post h2 {
            font-size: 14px;
            color: #ff0071;
            margin: 0px 0px 5px 0px;
        }

        div.post h2 a {
            color: #ff0071;
            text-decoration: none;
        }
        
        a {
            color: #ff0000;
        }
        
        /* Regular Post */
        div.post div.regular {
	        font-family: "museo-sans-1","museo-sans-2",sans-serif;
	        font-weight: 300;
	        font-size: 14px;
            line-height: 17px;
        }

            div.post div.regular blockquote {
                font-style: italic;
            }
        
        /* Photo Post */
        div.post div.photo img {
            border-width: 0px;
           	display: block;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
        }

        div.post div.photo div.caption, div.post div.photo div.caption p {
        	margin-bottom: 0px;
            font-size: 16px;
            font-weight: 300;
            color: #111;
            text-align: center;
        }
        
            div.post div.photo div.caption a {
                color: #f00;
            }
            
            div.post div.photo div.caption a:hover {
                color: #ffbb00;
            }
        
        /* Quote Post */
        div.post div.quote {
            padding: 0px 30px 0px 30px;
        }
        
            div.post div.quote span.quote {
                font-size: 24px;
                color: #ffba00;
            }

                div.post div.quote span.quote a {
                    color: #ffba00;
                }

                div.post div.quote span.quote big.quote {
                    font: Bold 60px Georgia, serif;
                    line-height: 1px;
                    vertical-align: -23px;
                    opacity: 0.4;
                    -moz-opacity: 0.4;
                    filter: alpha(opacity=40);
                }

                    div.post div.quote span.quote big.quote a {
                        text-decoration: none;
                    }
        
            div.post div.quote div.source {
                font-size: 16px;
                color: #666;
            }

                div.post div.quote div.source a {
                    color: #666;
                }
        
        /* Link Post */
        div.post div.link {
            color: {color:Link Post};
            font-size: 24px;
            letter-spacing: -1px;
        }
        
            div.post div.link a.link {
                color: #ff0071;
                text-decoration: none;
                border-bottom: dotted 1px #ff0071;
            }

            div.post div.link div.description {
                font-size: 15px;
                letter-spacing: 0px;
                line-height: 20px;
            }
        
        /* Conversation Post */
        div.post div.conversation ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px 0px 0px 1px;
            border-left: solid 5px #555;
        }
        
            div.post div.conversation ul li {
                font-size: 12px;
                padding: 4px 0px 4px 8px;
                color: #000;
                margin-bottom: 1px;
            }
        
                div.post div.conversation ul li span.label {
                    font-weight: bold;
                }
        
                div.post div.conversation ul li.odd {
                    background-color: #e5ff00;
                }
        
                div.post div.conversation ul li.even {
                    background-color: #d6d6d6;
                }
        
        /* Video Post */
        div.post div.video div.caption {
            margin-top: 5px;
            color: #111;
            font-size: 14px;
            text-align: center;
        }
        
            div.post div.video div.caption a {
                color: #111;
            }



        /* Audio Post */
        div.post div.audio div.caption {
            margin-top: 5px;
            color: #111;
            font-size: 12px;
        }
        
            div.post div.audio div.caption a {
                color: #111;
            }
	    
	    #navigation {
	        font-size: 14px;
	        text-align: center;
	        font-weight: normal;
	        color: #333;
	        letter-spacing: -1px;
	    }
	    
	        #navigation a {

	        font-weight: bold;
	        font-size: 22px;
                color: #ff0072;
	        text-decoration: none;
margin-right: 10px;
margin-left: 10px;
	        }
	        
	        #navigation a:hover {
                color: #ffbb00;
	            text-decoration: underline;
	        }
	    
	    #footer {
	        text-align: center;
	        margin: 11px 0px 11px 0px;
	        font-size: 12px;
	        color: #eee;
	    }
	    
	        #footer a {
	        font-weight: bold;
	            color: #eee;
	        }

	        #footer a:hover {
	            color: #e5ff00;
	        text-decoration: none;
	        }


.tags {
font-size: 12px;
margin-top:15px;
text-align: right;
}

.enlaces {
font-size: 10px;
text-align: right;
margin-bottom: 40px;
}

.enlaces a:hover, .tags a:hover {
color: #ffba00;
}

.video object, .video object embed, .html_photoset, .photoset {
display: block;
margin-left: auto;
margin-right: auto;
}
