<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.vermas{ color:#565b79; margin-left:10px; text-decoration:none; font-size:0.8em; }

#titListArticles
{
	background-image:url(images/titArticles.jpg); 
	background-repeat:no-repeat;	
	background-position:center top;
	width:650px;
	height:75px;
	background-color:#ffffff;
	margin-left:10px;
	margin-top:15px;
	border:solid 1px #e3e0d4;
	}
	
#titListArticles span
{
    color: #7d7d6f;
    font-weight: bold;
    font-size:1em;
    text-shadow: 0 1px 0 white;
    margin: 12px 0 0 15px;
    display:block;
    clear:both;
    margin: 27px 0 0 40px;	
	
	}	


#listArticles{ width:auto;
               height:auto; clear:both;                 
               /*padding:60px 0 0 0;*/
               /*background-color:Aqua;*/
               padding:15px 5px 0 10px
               }
          
               

#listArticles a{ color:#e2a014; }
#listArticles .tituloArt{color:#565b79;}

#categorias{padding: 5px; margin: 5px; width: 275px; font-size: 0.8em; float: left; display: block;}
#categoria{font-size: 0.8em; text-transform: uppercase; font-weight: bold;}


/*TABS*/
.tabs
{
    margin: 0 !important;
    padding: 0;
    height: 30px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}


.tabs li
{
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.tabs a
{
    float: left;
    font-size: 0.8em;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #e3e0d4;
    border-bottom: 0px;
    height: 18px;
    background-color: #f6f6f3;
    color: #740518;
    font-weight: bold;
    margin-right: 2px;
    position: relative;
    top: 1px;
    outline: 0;
    -moz-border-radius: 4px 4px 0 0;
}

.tabs a:hover
{
    background-color: #F7F7F7;
    color: #333;
}


.tabs a.current
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #000;
    cursor: default;
}



.panes div
{
	/*display:none;*/
    border: 1px solid #e3e0d4;
    border-width: 0 1px 1px 1px;
    height:auto;
    padding: 15px 20px 10px;
    background-color: #FFFFFF;
    width: 93%;
    font-size:0.8em;
    margin-bottom:10px; 
}

.panes span
{
    display: block;
}


/*FIN TABS*/







/*----------------------------
				Recent posts
----------------------------*/

#twitter
{
    overflow-y:auto;  
    height:300px;    
    }

#sidebar .m022 ul
{
    list-style-type:none;
    width:100%;
    clear:both;
    font-size:0.65em; 
    line-height:2em;    
    
    /*background-color:Aqua;
    height:200px;*/
    }
#sidebar .m022
{
    background-image:url(images/m02.jpg);
    background-repeat:repeat-y;
    /*width:310px;*/
    width:290px;
    height: auto;
    clear: both;
    padding:10px;
    }      
#sidebar .m022 ul a
{
    
     text-decoration:underline;
    
    }    
#sidebar .m022 ul a:hover    
{
    
     text-decoration:underline;
    
    }    





ul.recentPosts li{
	padding-bottom: 10px;
	margin-left:30px; 	
	color:#7d7d7d;
	
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	
	text-transform: none;
}


.floatL{ float:left; }
.floatR{ float:right; }


.redesS
{
    background-color: White;
    clear: both;
    width: 610px; 
    padding: 20px;
    height: auto;
    border: solid 1px #e3e0d4; 
    text-align: justify;    
    color: #7d7d7d;
    margin-left: 10px;
    _margin-top: -4px;   
    margin-bottom:10px;     
    
    }
.redesS span
{
    display:block;
    }    

.h11
{
    color:#594c3a;
    font-size:1.7em;
    font-weight:bold;
    text-transform:capitalize;
    text-shadow: 0 1px 0 white;
    margin:0 0 0 10px;
    }

.coment
{    
    background-color: White;
    clear: both;
    width: 610px; 
    padding: 20px;
    height: auto;
    border: solid 1px #e3e0d4; 
    text-align: justify;    
    color: #7d7d7d;
    margin-left: 10px;
    _margin-top: -4px;
    margin-bottom:10px;
}

.coment a
{
    color:#7d7d7d;
    font-size:0.9em;
    }
.coment a:hover
{
    color:#000000;
    font-size:0.9em;
    }    
.coment span{display:block;}
.coment .date{ font-size:0.8em; color:#cbbda4; float:right; clear:both; }
.coment p { font-size:0.8em; color:#000000; }
.coment p img{ margin:5px; float:left; border:solid 1px #b7a78a; }


.coment .gravatar{ float:left; padding:5px;}
.coment .content{ font-size:0.9em; color:#000000; float:left;}












/* nested comments */

.comment-replies {
	background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 2px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

#commentlist #comment-form {
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}

/*MODIFICACION 28/09/2012 PARA MOSTRAR DE OTRA MANERA LOS POST RELACIONADOS*/
	
	.relatedPosts
	{
		border: solid 1px #dbd7c8;
		padding: 5px;
		margin-top: 10px;
		background-color: #efeeea;
	}
	
	#relatedPosts
	{
    
		clear: both;
		width: 610px; 
		padding: 20px;
		height: auto;        
		text-align: justify;    
		margin-left: 10px;
		_margin-top: -4px;
		font-size:1em;
		}

	#relatedPosts a {
	font-size:1em;
	color: #71ab43;
	text-decoration:none;
	}

	#relatedPosts a:hover {
	font-size:1em;
	color: #71ab43;
	text-decoration:none;
	}

/*MODIFICACION 28/09/2012 PARA MOSTRAR DE OTRA MANERA LOS POST RELACIONADOS*/


/*  Comment notification unsubscription  */
#commentNotificationUnsubscription {
	margin-bottom: 10px;
	color: Gray;
	background: #ffc;
	border: 1px solid silver;
	padding: 10px;
}

#commentNotificationUnsubscription h1 {
	margin: 0 auto 12px auto;
	padding: 0;
}


/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}
/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 90%;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
	font-size:90%;
}

#addcomment, #comment
{
	font-size: 120%;
	letter-spacing:1px;
	font-weight: bold;
}

.self {
	background: #E0EAEF;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	border: 1px solid silver;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:90%;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}





*
{
    margin: 0;
    padding: 0;
}
body
{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: Trebuchet MS, Helvetica, Sans-Serif, Arial, Verdana;
    font-size: 15px;
}
img
{
    border: 0;
}
.body
{
    background-image: url(images/bk_pa.jpg);
    background-repeat: repeat-x;
}
#header
{
    margin: 0 auto;
    width: 990px;
    height: 121px; /*_height:115px;*/ /*background-color:Fuchsia;*/
}
#header ul
{
    list-style-type: none;
    display: table-cell;
    padding-left: 15px;
}
#header ul img
{
    margin-top: -2px;
    _margin-top: 0px;
}
#header ul li
{
    float: left;
    font-size: 0.8em;
    color: #363533;
    vertical-align: middle;
    /*background-color:Aqua;*/
    
}
#header ul li span
{
    color: #ce9823;
}
#header ul li a
{
    color: #3e456a;
    text-decoration: none;
    
}

#header ul .marL25
{
    margin-left: 25px;
    
}

#header ul .item
{
	width:115px;
	}



#header ul .redes
{
    margin-left: 35px;
    font-weight: bold;
    font-style: italic;
}
#header ul .social
{
    margin-left: 10px;
    z-index: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

#mainWrap
{
    width: 990px;
    margin: 0 auto;
    height: auto;
    background-image: url(images/bkContent.jpg);
    background-repeat: no-repeat;
    background-position: top; /*margin-top:-5px;*/
    clear: both;
}
#content
{
    /*background-image: url('images/contentPost.jpg');*/
    width: 670px;
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    float: left; /*margin-top:-1px;     _margin-top:0px;*/
    /*background-color:Aqua;*/
}


#content .a
{
    color:#686868;
    font-size:0.7em;
    text-decoration:none;
    margin-left:10px;
    }

#sidebar
{
    /*background-color:Fuchsia;*/
    /*width: 333px;*/
    width: 310px;
    height: auto;
    margin: 120px 0 0 0;
    float: right;
    
}
#sidebar span
{
    color:#594c3a;
    font-size:1.7em;
    font-weight:bold;
    text-shadow: 0 1px 0 white;
    }
#sidebar .botonesSideBar
{
    width: 310px;
    margin: 0 auto;
    clear: both;
    height: auto;
}
#sidebar .t01
{
    background-image: url(images/tBorder01.jpg);
    background-repeat: no-repeat;
    width: 310px;
    height: 23px;
    clear: both;
    margin-top: 20px;
}
#sidebar .b01
{
    background-image: url(images/bBorder01.jpg);
    background-repeat: no-repeat;
    width: 310px;
    height: 19px;
    clear: both;
}
#sidebar .m01
{
    background-image: url(images/mBorder01.jpg);
    background-repeat: repeat-y;
    width: 310px;
    height: auto;
    clear: both;
}
#sidebar .m01 span
{
    color: #7d7d6f;
    font-weight: bold;
    font-size:1em;
    text-shadow: 0 1px 0 white;
    margin: 12px 0 0 15px;
}
#sidebar .m01 img
{
    border: solid 1px #a19e94;
}
#sidebar .m01 .scn
{
    margin-left: 20px;
    margin-top:5px;
}
#sidebar .m01 .frt
{
    margin-left: 45px;
    margin-top:5px;
}
#sidebar .t02
{
    background-image:url(images/t02.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    width:310px;
    height:11px;
    clear:both;
    /*background-color:Aqua; */
    
    _margin-top:-10px;
    }
#sidebar .b02
{
    background-image:url(images/b02.jpg);
    background-repeat:no-repeat;
    width:310px;
    height:10px;
    clear:both;
    }    
#sidebar .m02
{
    background-image:url(images/m02.jpg);
    background-repeat:repeat-y;
    width:310px;
    height: auto;
    clear: both;
    }    

#sidebar ul
{
    list-style-type:none;
    width:100%;
    clear:both;
    font-size:0.85em; 
    line-height:2em;
    /*background-color:Aqua;
    height:200px;*/
    }
    
#sidebar ul li
{
    padding-left:20px;    
    color:#6d624c;
    }
    
#sidebar ul li:hover
{    
    background-color:#a8a8a8;
    border:solid 1px #8d8d63;
    font-weight:bold;
    padding-left:25px;
    color:White;
    
    }    


#sidebar ul li:hover a
{

    color:White;
    _color:#6d624c;
    text-decoration:none;
    _text-decoration:underline;

    }


#sidebar ul li a
{
    color:#6d624c;
    text-decoration:none;
    }
#sidebar ul li a:hover
{
    color:White;
    _color:#6d624c;
    text-decoration:none;
    _text-decoration:underline;
    }    

.ico
{
    list-style-type: none;
    padding: 0px;
    margin: 0 0 0 35px;
    clear: both;
    height: 43px;
}
.ico div
{
    width: auto;
    margin-left: 30%;
    margin-top: 10px;
    line-height: 1em;
}
.ico li
{
    float: left;
    font-size: 0.8em;
}
.ico li a
{
    color: #7cb402;
    text-decoration: none;
}
.ico li a:hover
{
    text-decoration: underline;
}
.ico li a span
{
    color: #8b847e;
}
.ico .ico01
{
    background-image: url(images/ico01.jpg);
    background-repeat: no-repeat;
    width: 157px;
    height: 43px;
}
.ico .ico02
{
    background-image: url(images/ico02.jpg);
    background-repeat: no-repeat;
    width: 240px;
    height: 43px;
}
.ico .ico03
{
    background-image: url(images/ico03.jpg);
    background-repeat: no-repeat;
    width: 202px;
    height: 43px;
}
.h2Home
{
    background-image: url(images/titArticulos.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 647px;
    height: 40px;
    margin-left: 7px;
    padding-top: 5px;
    padding-left: 15px;
    color: #FFFFFF;
}
.tPost
{
    background-image: url(images/tPost.jpg);
    background-repeat: no-repeat;
    width: 650px;
    height: 16px;
    clear: both;
    margin-left: 10px; /*border:solid 1px #000000;*/
    
}

.postAux
{    
    background-color: White;
    clear: both;
    width: 610px; 
    padding: 20px;
    height: auto;
    border: solid 1px #e3e0d4; 
    text-align: justify;    
    color: #7d7d7d;
    margin-left: 10px;
    _margin-top: -4px;
}

.post
{
    background-image: url(images/fondoPost.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: White;
    clear: both;
    width: 610px; 
    padding: 20px;
    height: auto;
    border: solid 1px #e3e0d4;
    border-top-style: none;
    text-align: justify;    
    color: #7d7d7d;
    margin-left: 10px;
    _margin-top: -4px;
}
.post .h1
{
    font-size: 2em;
    color: #363533;    
    width: 500px;
    text-align: left;
    line-height: 1em;    
}
.post .h1 span
{
    color: #87c207;
}
.post .h1 a
{
    color: #363533;
    text-decoration:none;
    }    
.post .h1 a:hover
{
    color: #363533;
    text-decoration:underline;
    }        
.post h5
{
    background-color: #ededed;
    width: 300px;
    color: #363533;
}
.post p img
{
    margin: 10px 10px 5px 0px;
    float: left;
    border: solid 1px #dbd7c8;
}
.post fieldset
{
    background-color: #efeeea;
    border: solid 1px #dbd7c8;
    font-size: 0.8em;
    padding: 5px;
    margin-top: 10px;
    color: #363533;
}
.post a
{
    color: #e2a014;
    text-decoration: none;
}
.post a:hover
{
    color: #e2a014;
    text-decoration: underline;
}
.post .table
{
 width:100%;
 padding:0;
 margin:0;
 /*display:block;*/
 /*background-color:Aqua; 	*/
 border-bottom:dotted 1px #bebebe;
 
	}
.post .table td
{
	/*background-color:Fuchsia;*/
 /*display:block;*/
  width:530px;  
	
	}	
.titleHome span
{
    color: #87c207;
}
.pHome
{
    margin: 36px 36px 0 36px;
    color: #8f897e;
    font-size: 1e;
    margin-top: 0px;
    text-align: justify;
}
#footer
{
    background-color:#f6f6f3;
    background-image:url(images/bkFooter.jpg);
    background-repeat:repeat-x;
    height:100px;
    width:100%;
    clear:both;
    padding-top:60px;
    }
#footer .info
{
    width:990px;
    margin:0 auto;
    text-align:center;
    font-size:0.8em;
    color:#8a8a8a;    
    
    }    
#footer .info a
{
    color:#686868;
    text-decoration:none;
    }    
#footer .info a:hover
{
    text-decoration:underline;
}        

#footer ul{list-style-type:none; padding:0 10px 0 10px; width:620px; margin:0 auto; display:table;  /*height:50px; background-color:Aqua;*/ }    
#footer ul li{float:left; width:133px; margin-left:15px; text-align:center;  border-right:solid 1px #c6c6c5; margin-top:10px;}

.tx08e{ font-size:0.8em}
.tx2e
{
    font-size: 2e;
}
.ie6_marginT4n
{
    _margin-top: -5px;
}
.clearBoth
{
    clear: both;
    display:block;
}
.titleHome
{
    margin: 36px 0 0 36px;
    color: #413f3a;
    font-size: 2.1e;
    font-weight: bold;
    display: table;
}

.floatL
{
    float: left;
}
.h600{ min-height:600px}
.txtBuscar{width:246px; height:31px; font-size:15px; color:#b4b4b4; font-weight:bold; border:0;}











#archive .rating{
	width: 70px;
	text-align: center;
}


.rating{
	margin-bottom: 0px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
	font-size:0.8em;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}


.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}


#archive
{
    clear: both;
    width: 610px; 
    padding: 20px;
    height: auto;        
    text-align: justify;    
    color: #7d7d7d;
    margin-left: 10px;
    _margin-top: -4px;
    font-size:0.8em;    
    background-color:White;
    }

#archive ul{ list-style-type:none;}
#archive a
{
    color: #71ab43;
    text-decoration:none;
    }
#archive a:hover
{
    color: #71ab43;
    text-decoration:underline;
    }    
    
    
    
    
#archive table
{
    margin-top:15px;
    }    
    
#archive h1 
{
    
	margin: 10px 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{width:100%;}

#archive .date
{
    background:none;
    padding-left:0px;
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}



#archive img
{border:0px;
    padding-right:8px;
}









.searchresult{
	margin-bottom: 20px;
	font-size:0.8em;
	margin-top:20px;
	border:solid 1px #dbd7c8;
	background-color:#f6f6f3;
	padding:5px;
}

.searchresult a{
	font-weight: bold;
	color:#e2a014;
	font-size:1em;
	text-transform:uppercase;
}

.searchresult a:hover{
	font-weight: bold;
	color:#e2a014;
	font-size:1em;
	text-transform:uppercase;
	text-decoration:underline;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}





.loginbox
{
	margin: 0 auto;
	margin:0 0 0 45px;
	border:0;
	width:88%;
	
	
}

.loginbox input[type="checkbox"]
{
	float:left;
	margin:5px 5px 0 0;
	}

.loginbox input[type="text"], input[type="password"]
{
	width:250px;
	height:30px;
	margin:0 2px 15px 0;
	font-size:20px;	
	float:right;		
	
	}

.loginbox .req
{
	display:block;
	float:right;	
	}
	
.loginbox label
{
	float:left;
	display:block;
	}	

.loginbox label
{
	color:#ba9278; 
	font-weight:bold;
}

.logInBtn
{
	float:right;
	}


.adminpath ul {
	list-style:none;
	margin:10px 0px 10px 0px;
	padding:0;		
}
.adminpath ul li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
.adminpath ul a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}

.adminpath ul a { height: 18px; }

.adminpath ul a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}



#sidebar #searchbox
{
    /*background-image:url(images/textBusqueda.jpg);*/
    background-repeat: no-repeat;
    width: 280px;
    height: 34px;
    margin-left: 15px;
    _margin-left: 4px;
    float: left;
    margin-top:0.5px;
    
    
}
#sidebar #searchbox img{ border:0px;}
#sidebar #searchbox input[type='text']
{
    
    width: 200px;
    height: 31px;
    float:left;
    
    
}
#sidebar #searchbox input[type='button']
{ 
    float:left;
    width:60px;
    
    height:35px;
  }
.xoxo li a{ margin:0 10px 0 0;}  

#PostPager .PagerLinkDisabled
{
    font-size:12px;
    
    }

#PostPager a
{
    font-size:12px;
    color:#000000;
    }
#PostPager li.PagerLinkCurrent
{
    background-color:#000000;
    color:#FFFFFF;
    }
.searchpage h1
{
    font-size:25px;
    display:block;
    clear:both;
    width:550px;
    
    }
    
.post ul, ol
{
    margin:0 0 0 25px;
    
    }    
.rating ul
{
    margin:0 0 0 0;
    }
    

    

#sidebar .m02
{
    background-image:url(images/m02.jpg);
    background-repeat:repeat-y;
    /*width:310px;*/
    width:290px;
    height: auto;
    clear: both;
    padding:10px;
    }      
    
#postnavigation
{
    clear:both;
    width:90%;
    padding:0 5px 0 5px;
    margin:0 auto;
    

    
    }
#postnavigation a
{
    color:#000000;
    font-size:10px;
    text-decoration:none;
    
    }    
#postnavigation a:hover
{
 text-decoration:underline;
    
    }       
    
a.linkRelacionados
{
    text-decoration:none;
    font-size:1em;
}
    
a.linkRelacionados:hover
{
    text-decoration:underline;
}
    
.panes .content{border-width:1px;}     </pre></body></html>