	body {
		margin: 0px;
		padding: 0;
		font-size: 11px;
		font-family: Arial;
		background:#0F354C url(http://www.usuariodeinternet.es/wp-content/themes/Fontella/images/bg.png) repeat-x scroll center top;
	}

	a {
		text-decoration: none;
		color: #0066CC;
	}
		
	a:hover {
		color: #56a9fc !important;
		text-decoration:underline;
	}
	
	.clear {
		clear: both;
	}

	.container {
		width: 520px;
		height: 100%;
		margin: 0px auto auto auto;
	}

	.cabecera {
		text-align: center;
		margin-top: 5px;
	}
	
	.cabecera a {
		color: #FFF;	
	}
	
	.cabecera img {
		margin-bottom: -3px;
	}
		
	#pieabajo {
		width: 520px;
		background-color: #111111;
		color: #FFFFFF;
		font-size: 7pt;
		font-family: Tahoma;
		margin: 0 auto 3px;
		padding: 8px 0;
		text-align: center;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	}	
	
	#pieabajo span {
		margin-right: 10px;		
	}
	
	.textfooter a {
		color: #8DC4FB;
	}	

	.post {
		width: 520px;
		margin: 30px auto auto auto;
	}

	.post .content{
		padding: 9px;
		background: #FFF;
		border-left: 1px solid #BEBEBE;
		border-right: 1px solid #BEBEBE;
		display: inline-block;
		text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}

	.post .content .title {
		font-weight: bold;
		font-style: italic;
		padding: 0px;
		margin: 0px;
	}

	.post .content p {
		margin-bottom: 0;
		margin-top: 5px;
	}

	.post .content .photo {
		text-align: center;
	}

	.post .content .photo img {
		border: 0px;
	}

	.post .quote {
		font-weight: bold;
		padding-left: 30px;
		padding-top: 10px;
		background: url('http://www.usuariodeinternet.es/img/quote.png') no-repeat;
	}

	.post .quote.short {
		font-size: 32pt;
		line-height: 43px;
	}

	.post .quote.medium {
		font-size: 24pt;
		line-height: 35px;
	}

	.post .quote.long {
		font-size: 15pt;
		font-weight: normal;
		padding-left: 20px;
	}

	.post .link .theLink a {
		font-size: 18pt;
		border-bottom: 2px solid #BEBEBE;
	}

	.post .link .theLink a:active {
		border-bottom: 2px solid #BB0000;
	}

	.post .audio-player embed {
		border: 1px solid #BEBEBE;
	}

	.post .source {
		text-align: right;
		font-style: italic;
		margin: 5px 2px 0 0;
	}

	.post .caption {
		margin: 5px 0 0 2px;
	}

	blockquote {
		border-left: 4px solid #E4E4E4;
		padding-left: 10px;
	}

	.permalink {
		width: 235px;
		margin: 0px auto;
		color: #FFF;
		padding: 4px;
		text-align: center;
		background-color: #0D476B;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
	}
	
	.permalink img {
		border: 0;	
	}

	.permalink p {
		display: none;	
	}
	
	.permahover	{
		background-color: #0F557B;
	}
	
	.permaurl {
		color: #CDE9FB;
	}
	
	img.permacompartir {
		margin: 0px 0px -4px 4px;
		cursor: pointer;
		cursor: hand;
	}
	
	a.permacompartir {
		font-weight: bold;
		color: #FFF;
	}

	embed,object {
		margin: auto auto 5px auto;
	}

	.container .footer {
		height: 20px;
		width: 520px;
		text-align: center;
		margin: 50px auto;
		font-family: Tahoma;
	}

	.container .footer .pages {
		position: relative;
		top: 5px;
		font-size: 12px;
		width: 240px;
		color: #999999;
		margin: auto;
		text-align: center;
	}

	.container .footer a {
		text-decoration: none;
		color: #474747;
		border: none;
	}

	.container .previous {
		float: left;
		padding: 5px 20px;
		width: 45px;
		text-align: center;
		color: #FFF;
		border: 2px solid #FFF;
	}

	.container .previous:hover a {
		color: #FFF;
	}

	.container .next {
		float: right;
		padding: 5px 20px;
		width: 45px;
		text-align: center;
		color: #FFF;
		border: 2px solid #FFF;
	}

	.container .previous:hover, .next:hover {
		color: #000;
		background-color: #FFF;
	}

	.container .next:hover a {
		color: #FFF;
	}
	
	#cargando_pag {
	  width: 520px;
	  height: 32px;
		margin: 0 auto;
		display: none;
		text-align: center;
		background: url(http://www.usuariodeinternet.es/micro/cargando-pag.png) no-repeat;
		color: #FFF;
		padding-top: 18px;
		margin-top: 20px;
	}

	#cargando_pag img {
		margin-bottom: -2px;
		margin-right: 12px;
	}
	
	.contenido {
		text-align: center;
	}
	

	.post .answerquien {
		font-weight: bold;
		font-size: 12pt;
	}

	.post .answerquien img {
		margin-bottom: -15px;
	}

	.post .answerque {
		font-size: 11pt;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background-color: #134767;
		color: #FFF;
		margin: 15px 15px 10px;
		padding: 10px;
		line-height: 20px;
	}
	.post .answerresp {
		padding-left: 30px;
		padding-top: 10px;
		background: url('http://www.usuariodeinternet.es/img/quote.png') no-repeat;
		font-size: 11pt;
		line-height: 20px;
	}