@charset "utf-8";

/* rewrites columns */
.ancho1 { width: 540px; }
.ancho2 { width: 360px; }
.ancho3 { width: 265px; }
.ancho4 { width: 450px; }
.ancho5 { width: 615px; }
.ancho6 { width: 285px; }


.mod_perfil { /* width: 540px; */
}
/* CSS Document */
.mod_perfil .col1{
	width:180px;
	float: left;
}
.mod_perfil .col2{
	float: left;
	width: 415px;
	margin-left: 15px;
}
.mod_perfil .col3 {
	width: 285px;
	float: left;
	margin-left: 15px;
}
.mod_perfil  .form label{
	font-weight: normal;
	color: inherit;
}
.mod_perfil .mod_canales { margin: 0px; }
.mod_perfil .mod_listadoIdeas {
	padding-right: 0px;
	padding-left: 0px;
}
.mod_perfil .tareasPendientes {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	
}
.mod_perfil .tareasPendientes dt {
	background-color: #E6E6E6;
	padding: 3px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	
}

.mod_perfil .tareasPendientes .linea {
	display: block;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	
}

.mod_perfil .historico {
	padding: 2px;
	
}
.mod_perfil .historico dt {
	background-color: #D0DCE8;
	padding: 3px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	border: 1px solid #83A5C2;
	
}
.mod_perfil .historico .linea {
	display: block;
	margin: 0px;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #83A5C2;
	
}
.mod_perfil .historico.participacion ul {
 margin-left:0px;
 font-weight:normal;
 list-style-type:none;
 }
.mod_perfil .historico.participacion ul li {
 display:block;
 padding-top:2px;
 margin-top:2px;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #83A5C2;
 padding-left:40px;
 margin-left:-20px;
 margin-right:-2px;
}
.mod_perfil .historico.participacion dd {
 font-weight:bold;
 padding-left:20px;
 
 }
.mod_perfil .puntos blockquote{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;
}
.puntos span strong {
	color: #FF6100;
}
.puntos span {
	font-size: 13px;
}
.cambiar_imagen {
 	color: #999;
 	font-size: 10px;
 	background-image: url(/images/editar_foto.jpg);
 	background-repeat: no-repeat;
 	background-position: right;
 	padding-right: 15px;
 	margin-right: 10px;
 	margin-top: 10px;
}
.puntos dd strong {
	font-weight: normal;
}
.puntos dd {
	font-size: 12px!important;
 	font-weight: bold;
}
.puntos dd span{
	width:85px;
	text-align:right;
	display:block;
	float:left;
}
.canal1 {
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 2px;
	margin-left: 1px;
	/**/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/**/
}
.canal1 .thumb_canal {
	height: 50px;
	width: 100px;
	display: table-cell;
	margin-bottom: 2px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.canal1 .thumb_canal img { vertical-align: middle; 
}
.mod_canales {padding-top:1px;}
.datos_canal {
	color: #5B8CBF;
	font-size: 10px;
}
.datos_canal em {
	color: #999;
	font-style: normal;
}
.borrar_imagen{
 	background-image:url(/images/eliminar.gif);
 	background-repeat: no-repeat;
 	background-position: left center;
 	line-height: 22px;
 	padding-left: 18px;
 	margin-left: 10px;
 }
