/* cssreset.com */
*{margin:0;padding:0;}


/* Estilos adicionales */
body {
	font-family: Open Sans,sans-serif; 
	font-size: 12px;
}

h1 {
	font-family: Open Sans,sans-serif; 
	font-size: 20px;	
}

h2 {
	font-family: Open Sans,sans-serif; 
	font-size: 18px;	
}

h3 {
	font-family: Open Sans,sans-serif; 
	font-size: 14px;	
}

p {
	line-height:21px;
}

.articulo a:link {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
	cursor:pointer;	
}


.articulo a:visited {
	text-decoration:none;
	color:#444;
	border-bottom:1px dotted #666;
	cursor:pointer;	
}


.articulo a:hover {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	cursor:pointer;
}


.articulo a:active {
	text-decoration:none;
	color:#ff0000;
	border-bottom:1px dotted #0000ff;
	cursor:pointer;	
}

#comentaris {z-index:3; width:900px; margin-left:auto; margin-right:auto; padding-top:0px; padding-bottom:15px; }
#comentaris_left, #comentaris_right {padding: 10px 10px 40px 10px; float:left; display: inline;}
#comentaris_left {width:431px;}
#comentaris_right {width:429px; margin-bottom:60px;}
#comentaris_left h3 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ccc;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-bottom: 3px;
}
#comentaris_nuevo {
	margin-top:30px;
}
#comentaris_nuevo h3 {
	width:90%;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	padding-top:30px;
	border-bottom: 1px dotted #ccc;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 3px;
}
#comentaris_left li {width: 430px; padding-bottom: 5px; margin-top: 5px; list-style:none;}
#comentaris_left li img { width: 54px; height: 54px; margin: 0px 20px 20px 0px;}
#comentaris_left li span {color: #979797;}
#comentaris_left li strong {color: #720c1a;}
#comentaris_left li a {text-decoration: none; color: #666;}
#comentaris_left li a:hover {color: #666;}

#comentaris_nuevo label, #comentaris_nuevo input[type="text"], #comentaris_nuevo textarea {float: left; display: inline; padding-right:10px;}
#comentaris_nuevo label {width: 73px; height: 20px; color: #979797; font-family: "Lato", sans-serif; font-weight: 700; font-size: 13px;}
#comentaris_nuevo input[type="text"] {width: 274px; height: 16px; padding: 2px 5px 2px 5px;
	behavior: url(PIE.htc);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	border: 1px solid #E4E4E4;
	font-size: 11px;
	margin-bottom: 4px;
}
#comentaris_nuevo input[type="button"] {padding: 4px 10px 4px 10px;
	behavior: url(PIE.htc);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	border: 1px solid #000;
	font-size: 13px;
	margin-bottom: 4px;
	font-family: "Lato", sans-serif; font-weight: 700;
	color: #999;
	background: none;
	cursor: pointer;
}
#comentaris_nuevo input[type="button"]:hover {color: #af0e22; background: #999; border: 1px solid #999;}
#comentaris_nuevo textarea {width: 274px; height: 100px; padding: 2px 5px 2px 5px;
	behavior: url(PIE.htc);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	border: 1px solid #E4E4E4;
	font-size: 11px;
	margin-bottom: 4px;
}
#comentaris_nuevo p { font-family: "Lato", sans-serif; font-weight: 700; font-size:13px; color:#999;}
#comentaris_nuevo p a {text-decoration:none; cursor:pointer; color:#000; }
#comentaris_nuevo p a:hover { color:#777; }

.tit_pie { 
	width:90%;
	border-top:1px solid #000;
}

.tit_pie span { 
	background-color:#efefef;
	color:#006762;
	font-size:16px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
}
#comentaris_right ul { 
	list-style-type: none;
	padding:6px;
	margin:6px 0px 0px 0px;
}

.li_pal_clave { 
	background-color:#efefef; 
	padding:3px 6px 3px 30px;  
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	background-image: url('/images/bolita12.png');
	background-repeat: no-repeat;
	background-position:10px 6px;
	text-decoration:none;
	color:#777;
	cursor:pointer;
	white-space:nowrap;
}

.li_pal_clave:hover { 
	background-color:#222; 
	color:#ccc;
}

.li_art_rel {
	padding:3px 6px 3px 30px;  
	background-image: url('/images/bolita12-1.png');
	background-repeat: no-repeat;
	background-position:10px 6px;
	text-decoration:none;
	color:#f47753;
	cursor:pointer;
}

.li_art_rel:hover { 
	color:#000;
}

.btn {
	  margin-top: 5px;
    margin-bottom: 5px;
		color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
}

sup { 
	color:#aaa;
	position: relative;
	bottom: 0.5em;
	font-size: 0.4em;
}