/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PostRatings 1.50								|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wp-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/


.post-ratings {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	float: left;
		font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: rgba(0,0,0,0.7);
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	display: inline; width: 120px; border-style: none; float: left; height: 0; padding-top: 20px; overflow: hidden; background-image: url(images/botones.png); _background-image: url(http://localhost:8888/patrimonioyciudad.colaborativa.eu/wp-content/themes/forovivo/images/botones.gif); background-repeat: no-repeat; background-position: -120px 0;
	z-index: 50;
}
.post-ratings IMG:hover{
	background-position: -120px -20px;
		z-index: 50;
}
.post-ratings IMG:active{
	background-position: -120px -40px;
		z-index: 50;
}
#Usuarios .post-ratings IMG, #Usuarios .post-ratings-loading IMG, #Usuarios .post-ratings-image IMG {
	display: inline; width: 120px; border-style: none; float: left; height: 0; padding-top: 20px; overflow: hidden; background-image: url(images/botones.png); _background-image: url(http://localhost:8888/patrimonioyciudad.colaborativa.eu/wp-content/themes/forovivo/images/botones.gif); background-repeat: no-repeat; background-position: -360px 0;
	z-index: 50;
}
#Usuarios .post-ratings IMG:hover{
	background-position: -360px -20px;
		z-index: 50;
}
#Usuarios .post-ratings IMG:active{
	background-position: -360px -40px;
		z-index: 50;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}
p.textoAceptacion{
	width: 600px;
	position: relative;
	top: 3px;
	z-index: 8;
}