/* @override http://localhost:8888/wordpress/wp-content/plugins/cw_authors_info/css/author_box.css?ver=3.3.1 */

@CHARSET "UTF-8";
.author_post_bio {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	min-height: 110px;
	background: url(../images/fond_authors.png) repeat-x #f3f2f2 ;
	border-bottom: 3px solid #bd1818;
	
}
.author_post_bio .cw_author_name{
	width:80%;
	float:left;
	margin: 0px;
	padding: 0px;
}
.author_post_bio .cw_author_name p{
	float:left;
	margin: 2px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
.author_post_bio .cw_author_name a{
	margin-left: 10px;
	padding: 0px;
	font-weight: bold;
}
.author_post_bio .avatar{
	width:80px;
	height: 70px;
	float:right;
}

.author_post_bio .avatar img.avatar{
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
}

.author_post_bio .author-description{
	float: left;
	width: 75%;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 13px;
	padding: 0px 10px;
	font-style: italic;
}
.author_post_bio .avatar .social_author{
	float: right;
	/margin-top: 5px;
}
.author_post_bio .avatar .social_author a img{
	display: block;
	float: left;
	
}
.cw_wrap #cw_form{
	width: 300px;
	margin: 10px;
	border: 1px solid #ecebeb;
	padding: 15px;
	float: left;
}

#wpbody-content div.cw_wrap h2 {
	margin-bottom: 50px;
}
span#cw_tex_avatar {
	font-size: 10px;
	margin-left: 10px;
	color: #989090;
}

input#avat {
	margin-left: 55px;
}
#paypal.form-field th form{
	width: 200px;
}
#pay{
	width: 250px;
	float: left;
	margin-left: 180px;
}

/*********widget***********/

.cw_lista_autores{
	width: 93%;
	list-style: none;
	margin: 0px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;	
	padding: 10px;
}

.cw_lista_autores li{
	width: 160px;
	float: left;
	margin-bottom: 5px;
	padding: 0px 25px;
}
.cw_lista_autores li #cw_ava{
	float: left;
	min-width: 35px;
	min-height: 35px;
	margin-right: 5px;
}
.cw_lista_autores li #cw_nom_usu{
	float: left;
	font-size: 14px;
	margin-right: 10px;
}
.cw_lista_autores li #cw_nom_usu p, .cw_lista_autores li #cw_nom_usu p a{
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}
#cw_nom_usu p{
	margin: 0px;
	
}
.cw_lista_autores li #cw_nom_usu p a{
	text-decoration: none;
	margin-bottom: 3px;
	display: block;
}
.cw_lista_autores li #cw_cont_post{
	float: right;
	font-weight: bold;
	font-size: 14px;
	background-color: #d2d1d1;
	padding: 7px 5px;
	color: #336279;
}
.cw_lista_autores li #cw_social_wid{
	width: 70px;
	float: left;
	padding: 0px;
	margin: 0px;
	display: block;
}
