.banner_anuncio_google {
	width: 774px;
	height: 15px;
	text-align: left;
	margin: 10px 0 0 0;
}

span#registrate_para{
	width: 100%;
	text-align: center;
	margin: 15px 0 0 40px;
}

span#registrate_para a{
	text-decoration:none;
	font-size: 17px;
	color: red;
}

div#registrate_para a:hover{
	color: #C63E3E;
}

#contenedor_frase {
	margin: 3px 0;
	border-bottom: 1px dashed red;
	padding: 3px 4px;
	width: 770px;
}

#content .frase_wrap {
	float: left;clear:both;
	margin: 0 0 0 0;
	padding: 0;
	min-height: 80px;
	width: 562px;
}

#content .frase_wrap.par {
	background-color: #fff4d1;
}

#content .frase_wrap.par .frase div {
	color: #337f34;
}

#content .frase_wrap.impar {
	background-color: #cadff3;
}

#content .frase_wrap.impar .frase div {
	color: #3184ce;
}

#content .frase_wrap .frase {
	min-height: 40px;
	width: 550px;
	padding: 3px 5px;
}

.comentarios {
	text-align: right;
	padding: 0 5px 3px 0;
}

.comentarios a {
	text-decoration: none;
	color: red;
}

.votos_bd span {
	color: red;
}

#content .ranking {
	float: right;
	width: 80px; height: 80px; overflow: hidden;
	margin: 7px 8px 0 0; padding: 0;
	text-align: center;
	font-family: "comic sans ms";
	font-size: 20px; font-weight: bold;
}

.ranking.par {
	background: url(/img/puntuacion_par_70x70.png) no-repeat 5px 2px;
}

.ranking.impar {
	background: url(/img/puntuacion_70x70.png) no-repeat 5px 2px;
}

#content .ranking span {
	float: left;
	width: 100%;
	height: 30px;
	padding: 10px 0 0 0;

}

#content .ranking small {
	float: left;
	width: 100%;
	height: 20px;
	font-size: 11px;
	margin: 2px 0 0 0;
}

#content .frase_wrap .frase div {
	font-family: "comic sans ms", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: green;
	text-align: justify;
}

div.impar .datos_frase {
	background: #cadff3 url(/img/bg_top_562x8.png) no-repeat top left;
}

div.impar .comentarios {
	background: #cadff3 url(/img/bg_bottom_562x8.png) no-repeat bottom left;
}

div.par .datos_frase {
	background: #fff4d1 url(/img/bg_par_top_562x8.png) no-repeat top left;
}

div.par .comentarios {
	background: #fff4d1 url(/img/bg_par_bottom_562x8.png) no-repeat bottom left;
}


.datos_frase {
	margin: 0 0 5px 0;
	padding: 4px 8px;
	color: gray;
}

.datos_frase div {
	border-bottom: 1px dotted gray;
}

.datos_frase a {
	text-decoration: none;
	color: #3184ce;
	font-weight: bold;
}

.comentarios a {
	text-decoration: none;
	color: #C63E3E;
	font-weight: bold;
}
.usuario {
	color: red;
	font-weight: bold;
}

.usuario .anonimo {
	color: black;
	font-weight: bold;
}

.puntuacion .fecha {
	color: black;
}

.puntuacion a {
	color: #3184ce;
	text-decoration: none;
}

/* AGREGAR FRASE */

.contenedor_agregar_frase {
	float: left;
	width: 744px;
	margin: 8px 8px 0 8px;
}

.contenedor_agregar_frase p {
	color: red;
}

.contenedor_agregar_frase textarea {
	width: 100%;
	height: 45px;
	border: 1px solid gray;
}

.contenedor_agregar_frase .submit {
	width: 150px; height: 28px;
	margin: 4px 0 0 0; padding: 0;
	border: 1px solid gray;
	background: #FFF;
	color: #444;
}